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": "1cfd7903-3796-43ef-a559-d39e18a02193",
"levels": [
1,
2
],
"timestamp": "2026-04-07T14:24:25.7292788+02:00",
"skip": 1,
"take": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.