cURL
curl --request GET \ --url https://app.sajn.se/api/v1/documents/{id}/activity \ --header 'authorization: <authorization>'
{ "activity": [ { "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "type": "<string>", "data": {}, "name": "<string>", "email": "<string>" } ] }
Retrieve the activity/audit log for a specific document. Returns all activity events sorted newest-first.
Response includes:
Privacy: Sensitive fields such as IP address, user agent, and request metadata are not included in the response.
Bearer token for API authentication
200
Show child attributes
Was this page helpful?