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": "8e129136-b982-4af8-af8a-9de516b70d60",
"levels": [
1,
2
],
"timestamp": "2026-07-10T06:03:06.0269166+02:00",
"skip": 1,
"take": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.