cURL
curl --request GET \ --url https://sandbox.tight.com/v6/auditTrail/{entityId} \ --header 'Authorization: Bearer <token>'
{ "result": "SUCCESS", "data": [ { "id": "aud_28868401", "company": { "id": "co_28868401", "name": "Acme Corp" }, "editor": { "id": "emp_28868401", "userId": "usr_28868401", "email": "editor@example.com" }, "action": "UPDATE", "datetime": "2023-11-07T05:31:56Z", "revisions": [ { "internal_key": "some_internal_key", "some_other_field": 23434 } ] } ], "cursor": { "after": "<string>", "before": "<string>" } }
Retrieve the Audit Trail for an entity in the Tight API
Bearer authentication header of the form Bearer <token>, see Authentication for more detail.
Bearer <token>
Success
The result of the action performed.
SUCCESS
FAILURE
The data generated by the action performed.
Show child attributes
Cursor to be used in your subsequent paginated request. Only populated if there are more pages available.