Get a single audit log entry by ID
GET
/audit/{id}
Parameters
Path Parameters
id*
Audit log entry ID
Type
Requiredstring
Format
"uuid"Responses
OK
JSON "auditLogEntryId": "string", "resourcePath": [ "string" ], "action": "string", "timestamp": "string", "changes": [ { "field": "string", "oldValue": "string", "newValue": "string" } ], "identityId": "string"
{
}
GET
/audit/{id}