Get audit log entry

Fetch a detailed audit log entry representation. The detailed representation includes several fields that are not present in the summary representation, including:

  • delta: the JSON patch body that was used in the request to update the entity
  • previousVersion: a JSON representation of the previous version of the entity
  • currentVersion: a JSON representation of the current version of the entity

Path parameters

idstringRequired
The ID of the audit log entry

Headers

AuthorizationstringRequired

Response

Audit log entry response
_idstring
The ID of the audit log entry
_accountIdstring
The ID of the account to which this audit log entry belongs
datelong
Timestamp of the audit log entry
accesseslist of objects
Details on the actions performed and resources acted on in this audit log entry
kindstring
The type of resource this audit log entry refers to
namestring
The name of the resource this audit log entry refers to
descriptionstring
Description of the change recorded in the audit log entry
shortDescriptionstring
Shorter version of the change recorded in the audit log entry
commentstring or null
Optional comment for the audit log entry
subjectobject or null
Details of the subject who initiated the action described in the audit log entry
memberobject or null
Details of the member who initiated the action described in the audit log entry
tokenobject or null
Details of the access token that initiated the action described in the audit log entry
appobject or null
Details of the authorized application that initiated the action described in the audit log entry
titleVerbstring or null
The action and resource recorded in this audit log entry
titlestring or null

A description of what occurred, in the format member titleVerb target

targetobject or null
Details of the resource acted upon in this audit log entry
parentobject or null
deltaany or null
triggerBodyany or null
mergeany or null
previousVersionany or null
currentVersionany or null
subentrieslist of objects or null

Errors