GET audit-events

GET {{baseUrl}}/api/v1/audit-events?filter=t&limit=-15748812&offset=-15748812&sort=t&select=t

returns the audit events

Request Params

KeyDatatypeRequiredDescription
filterstringFilter criteria - e.g. state eq Failure and occurredAt gt 2020-09-08T16:51:33Z
limitnumberThe number of results to return
offsetnumberThe number of results to skip
sortstringA comma separated list of properties to sort by, followed by a direction
indicator ("asc" or "desc"). If no direction indicator is specified the
default order is ascending. - e.g. state,version desc. Currently only support
sorting by 1 property per request
selectstringA list of properties to include in the response. Currently only support
returning of all fields.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"items":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"pageLimit":100,"pageOffset":88507819,"total":123456}