Get audit log entry

GET
/api/v2/auditlog/:id

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

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

commentstringOptional

Optional comment for the audit log entry

subjectobjectOptional

Details of the subject who initiated the action described in the audit log entry

memberobjectOptional

Details of the member who initiated the action described in the audit log entry

tokenobjectOptional

Details of the access token that initiated the action described in the audit log entry

appobjectOptional

Details of the authorized application that initiated the action described in the audit log entry

titleVerbstringOptional

The action and resource recorded in this audit log entry

titlestringOptional

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

targetobjectOptional

Details of the resource acted upon in this audit log entry

parentobjectOptional
deltaanyOptional
triggerBodyanyOptional
mergeanyOptional
previousVersionanyOptional
currentVersionanyOptional
subentrieslist of objectsOptional

Errors

Built with