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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;eventLogs&quot;:[{&quot;id&quot;:&quot;\u003clong\u003e&quot;,&quot;insertInstant&quot;:&quot;\u003clong\u003e&quot;,&quot;message&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;Debug&quot;},{&quot;id&quot;:&quot;\u003clong\u003e&quot;,&quot;insertInstant&quot;:&quot;\u003clong\u003e&quot;,&quot;message&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;Error&quot;}],&quot;total&quot;:&quot;\u003clong\u003e&quot;}