Get Get Audit Report
Optional filters can be applied which will return only audit events that match all the filters specified. Not currently available on the hosted product.
filter events generated by this user
[email protected]
filter specific types of audit events or affected objects
filter specific actions
filter specific types of linked to object types, only applicable for LINK and UNLINK actions
filter events that affect a specific object instance
filter events no older than this time, milliseconds since epoch, defaults to 3 days ago (now-96 hours)
filter events no newer than this time, milliseconds since epoch. Defaults to now
Use offset to page through the results
2000
Max page size of the results, max allowed value is 5000
1000
successful operation
{
"header": [
"string"
],
"headerArg": [
"string"
],
"data": [
[
{}
]
]
}
The headers for each column, as i18n messages
The values of any positional arguments for the header messages (max one per header)
_links
The table rows. Each entry represents an audit event and each audit even is represented by an array of 5 elements:
-
" + "
- 1. Formatted date and time of the event " + "
- 2. Who performed the event " + "
- 3. Simple summary of the event " + "
- 4. The object affected by the event " + "
- 5. The full details of the event as JSON serialized Action or Audit objects " + "
One or more of the the specified query parameters are invalid