Get a single Audit events in the system.
Supply the API Key in the HTTP-Header
Supply the API Key in the Url-Query
The access token received from the authorization server in the OAuth 2.0 flow.
The default media type is application/hal+json. Use application/json for pure data results.
application/json, application/hal+json, application/xml, text/xml, text/csv Audit event ID
Returns audit event object
24The timestamp when the action happened
"2020-04-27T14:22:11.000Z"
The type of operation that was performed
action, create, replace, patch, delete, authentication, authorization "create"
The email of the user who performed the operation
An list of resources in the chain of the modification
The raw payload of the operation in case it was tracked
{ "name": "new resource name" }