search Event Logs With Id
POST {{baseUrl}}/api/system/event-log/search
Searches the event logs with the specified criteria and pagination.
Request Body
{"search"=>{"end"=>"<long>", "message"=>"<string>", "start"=>"<long>", "type"=>"Information", "numberOfResults"=>"<integer>", "orderBy"=>"<string>", "startRow"=>"<integer>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"eventLogs":[{"id":"\u003clong\u003e","insertInstant":"\u003clong\u003e","message":"\u003cstring\u003e","type":"Debug"},{"id":"\u003clong\u003e","insertInstant":"\u003clong\u003e","message":"\u003cstring\u003e","type":"Error"}],"total":"\u003clong\u003e"}