POST api/log/query
Request Information
URI Parameters
None.
Body Parameters
LogQueryDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Keywords | string |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| Levels | Collection of integer |
None. |
|
| Timestamp | date |
None. |
|
| Skip | integer |
None. |
|
| Take | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"keywords": "sample string 1",
"clientId": "80699e32-b756-4e31-84aa-6ae9e41a2073",
"levels": [
1,
2
],
"timestamp": "2025-12-30T23:37:52.7027624+01:00",
"skip": 1,
"take": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.