Skip to content

Get a single audit log entry by ID

GET
/audit/{id}

Parameters

Path Parameters

id*

Audit log entry ID

Type
string
Required
Format
"uuid"

Responses

OK

JSON
{
  
"auditLogEntryId": "string",
  
"resourcePath": [
  
  
"string"
  
],
  
"action": "string",
  
"timestamp": "string",
  
"changes": [
  
  
{
  
  
  
"field": "string",
  
  
  
"oldValue": "string",
  
  
  
"newValue": "string"
  
  
}
  
],
  
"identityId": "string"
}

Samples

© 2024 Hantera AB. All rights reserved.