Get group level audit logs

POST {{baseUrl}}/group/:groupId/audit?from=ex velit elit&to=ex velit elit&page=ex velit elit&sortOrder=ex velit elit

Request Params

KeyDatatypeRequiredDescription
fromstringThe date you wish to fetch results from, in the format YYYY-MM-DD. Default is 3 months ago. Please note that logs are only available for past 3 months.
tostringThe date you wish to fetch results until, in the format YYYY-MM-DD. Default is today. Please note that logs are only available for past 3 months.
pagestringThe page of results to request. Audit logs are returned in page sizes of 100
sortOrderstringThe sort order of the returned audit logs by date. Values: ASC, DESC. Default: DESC.

Request Body

{
  "filters": "${filters}"
}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring