v1
latestOpenAPI 3.0.12026-07-26222700728.0 KBAudit Trail
Audit an entity
Retrieve the Audit Trail for an entity in the Tight API
get/v6/auditTrail/{entityId}
Response
Success
Example response
{
"data": [
{
"id": "aud_28868401",
"company": {
"id": "co_28868401",
"name": "Acme Corp"
},
"editor": {
"id": "emp_28868401",
"userId": "usr_28868401",
"email": "editor@example.com"
},
"action": "UPDATE",
"revisions": [
{
"internal_key": "some_internal_key",
"some_other_field": 23434
}
]
}
]
}