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
Key | Datatype | Required | Description |
---|---|---|---|
filter | string | Filter criteria - e.g. state eq Failure and occurredAt gt 2020-09-08T16:51:33Z | |
limit | number | The number of results to return | |
offset | number | The number of results to skip | |
sort | string | A 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 | |||
select | string | A list of properties to include in the response. Currently only support | |
returning of all fields. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
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}