POST api/Logs
Request Information
URI Parameters
None.
Body Parameters
LogsFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| SourceUniqueId | globally unique identifier |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| Level | string |
None. |
|
| Index | integer |
None. |
|
| Size | integer |
None. |
|
| OrderBy | string |
None. |
|
| SortOrder | string |
None. |
|
| SkipCount | integer |
None. |
|
| TakeCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SourceUniqueId": "e308ca4d-fc91-4f8c-b309-8400f7ef2a48",
"StartDate": "2026-03-05T02:37:42.6227867+00:00",
"EndDate": "2026-03-05T02:37:42.6227867+00:00",
"Level": "sample string 4",
"OrderBy": "sample string 7",
"SortOrder": "sample string 8",
"SkipCount": 24,
"TakeCount": 6
}
application/xml, text/xml
Sample:
<LogsFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Starship.WebAPI.Models"> <OrderBy>sample string 7</OrderBy> <SortOrder>sample string 8</SortOrder> <EndDate>2026-03-05T02:37:42.6227867+00:00</EndDate> <Level>sample string 4</Level> <SourceUniqueId>e308ca4d-fc91-4f8c-b309-8400f7ef2a48</SourceUniqueId> <StartDate>2026-03-05T02:37:42.6227867+00:00</StartDate> </LogsFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.