Entities Metadata
This endpoint returns a list of the Entities of a Dataset. Please note that this endpoint only returns metadata of the entities not the data. If you want to get the data of all entities then please refer to OData Dataset Service You can provide ?deleted=true to get only deleted entities.
Path parameters
The numeric ID of the Project
Name of the Dataset
Query parameters
If provided, filters the response to only the Entities that the specified Actor would be able to see, based on the Dataset's access filter (ownerOnly or property rules). The value must be a numeric Actor ID.
This is intended for previewing what a particular App User or Public Link would receive when downloading the Dataset via a linked Form Attachment.
Response
OK
Example response
[
{
"uuid": "uuid:85cb9aff-005e-4edd-9739-dc9c1a829c44",
"createdAt": "2018-04-18T23:42:11.406Z",
"updatedAt": "2018-04-18T23:42:11.406Z",
"deletedAt": "2018-04-18T23:42:11.406Z",
"creatorId": 1,
"currentVersion": {
"label": "John (88)",
"current": true,
"creatorId": 1,
"userAgent": "Enketo/3.0.4",
"version": 2,
"baseVersion": 1,
"branchId": "b0e927b6-958a-42f6-8344-1deb37ee9672",
"trunkVersion": 1,
"branchBaseVersion": 1
}
}
]Changes
Changed in 5 of the 54 revisions of this API.14
- ○
added the new optional
queryrequest parameterviewAsnew-optional-request-parameter
- ○
- ○
api operation id
Entities Metadataremoved and replaced withentitiesMetadataapi-operation-id-removed
- ○
- ○
removed the non-success response with the status
403response-non-success-status-removed
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲