POST api/Monitoring/GetLogs
Request Information
URI Parameters
None.
Body Parameters
MonitoringLogFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| LogType | string |
None. |
|
| UserId | globally unique identifier |
None. |
|
| Controller | string |
None. |
|
| MinResponseTime | integer |
None. |
|
| StatusCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Page": 1,
"PageSize": 2,
"FromDate": "2026-04-14T19:34:30.6096534+07:00",
"ToDate": "2026-04-14T19:34:30.6096534+07:00",
"LogType": "sample string 3",
"UserId": "b5736389-b3a5-4f31-b6e9-e31a0b965868",
"Controller": "sample string 4",
"MinResponseTime": 1,
"StatusCode": 1
}
application/xml, text/xml
Sample:
<MonitoringLogFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <Controller>sample string 4</Controller> <FromDate>2026-04-14T19:34:30.6096534+07:00</FromDate> <LogType>sample string 3</LogType> <MinResponseTime>1</MinResponseTime> <Page>1</Page> <PageSize>2</PageSize> <StatusCode>1</StatusCode> <ToDate>2026-04-14T19:34:30.6096534+07:00</ToDate> <UserId>b5736389-b3a5-4f31-b6e9-e31a0b965868</UserId> </MonitoringLogFilter>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.