POST api/v1/SystemAudits/SystemEvents
Request Information
URI Parameters
None.
Body Parameters
SystemEventParam| Name | Description | Type | Additional information |
|---|---|---|---|
| _Limit | integer |
None. |
|
| _Skip | integer |
None. |
|
| _From | date |
None. |
|
| _To | date |
None. |
|
| _Events | Collection of integer |
None. |
|
| _EventSources | Collection of integer |
None. |
|
| _Persons | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"_Limit": 1,
"_Skip": 2,
"_From": "2026-01-20T21:38:37.7763936+00:00",
"_To": "2026-01-20T21:38:37.7763936+00:00",
"_Events": [
1,
2
],
"_EventSources": [
1,
2
],
"_Persons": [
1,
2
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.