search Audit Logs With Id
POST {{baseUrl}}/api/system/audit-log/search
Searches the audit logs with the specified criteria and pagination.
Request Body
{"search"=>{"end"=>"<long>", "message"=>"<string>", "newValue"=>"<string>", "oldValue"=>"<string>", "reason"=>"<string>", "start"=>"<long>", "user"=>"<string>", "numberOfResults"=>"<integer>", "orderBy"=>"<string>", "startRow"=>"<integer>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"auditLogs":[{"data":{"Excepteur9_a":{},"Excepteur2e":{},"dolore_4e_":{}},"id":"\u003clong\u003e","insertInstant":"\u003clong\u003e","insertUser":"\u003cstring\u003e","message":"\u003cstring\u003e","newValue":{},"oldValue":{},"reason":"\u003cstring\u003e"},{"data":{"quidbd":{},"exercitation_e_0":{},"Ut_e04":{}},"id":"\u003clong\u003e","insertInstant":"\u003clong\u003e","insertUser":"\u003cstring\u003e","message":"\u003cstring\u003e","newValue":{},"oldValue":{},"reason":"\u003cstring\u003e"}],"total":"\u003clong\u003e"}