Authorizations
Supply the API Key in the HTTP-Header
The access token received from the authorization server in the OAuth 2.0 flow.
Supply the API Key in the Url-Query
Headers
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
Path Parameters
Audit event ID
Response
Returns audit event object
24
The timestamp when the action happened
"2020-04-27T14:22:11.000Z"
The type of operation that was performed
action
, create
, replace
, patch
, delete
, unauthorized
"create"
The email of the user who performed the operation
"hans.mustermann@xyz.com"
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" }