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": "00ae2cb2-c8ca-4081-be58-b15407d4efa3",
"levels": [
1,
2
],
"timestamp": "2026-06-07T08:19:05.350448+02:00",
"skip": 1,
"take": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.