v51

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-0118684573.2 KB
Entity Management

Entity Audit Log

Returns Server Audit Logs relating to an Entity. They will be returned most recent first.

get/v1/projects/{projectId}/datasets/{name}/entities/{uuid}/audits

Path parameters

projectIdnumber required

The numeric ID of the Project

namestring required

Name of the Dataset

uuidstring required

UUID of the Entity

Response

OK

actorIdnumber

The ID of the actor, if any, that initiated the action.

actionstring required

The action that was taken.

acteeIdstring

The ID of the permissioning object against which the action was taken.

detailsobject

Additional details about the action that vary according to the type of action.

loggedAtstring required

ISO date format

Example response

[
  {
    "actorId": 42,
    "action": "form.create",
    "acteeId": "85cb9aff-005e-4edd-9739-dc9c1a829c44",
    "loggedAt": "2018-04-18T23:19:14.802Z"
  }
]