Audit Logs can be filtered specifying a date interval.
Maximum number of Audit Logs that will be received by page is 200.
If there would be more Audit Logs on the specified date interval total number of pages will be returned for further querying.
'USE AUDIT LOGS API' permission should be enabled
OK
No Content
Bad Request
Forbidden
Internal Server Error
{- "content": [
- {
- "diffPayload": {
- "newValue": "string",
- "oldValue": "string"
}, - "event": "string",
- "ipAddress": "string",
- "message": { },
- "port": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "userId": "string",
- "userRole": "string"
}
], - "pageNumber": 0,
- "pageSize": 0,
- "totalCount": 0
}