Entity Management
Entities Creators
This endpoint returns a list of all Actors who have created Entities in the Dataset, sorted by display name.
get/v1/projects/{projectId}/datasets/{name}/entities/creators
Path parameters
projectIdnumber required
The numeric ID of the Project
namestring required
Name of the Dataset
Response
OK
Example response
[
{
"createdAt": "2018-04-18T23:19:14.802Z",
"displayName": "My Display Name",
"id": 115,
"updatedAt": "2018-04-18T23:42:11.406Z",
"deletedAt": "2018-04-18T23:42:11.406Z"
}
]Changes
Changed in 4 of the 55 revisions of this API.13
- ○
api operation id
Entities Creatorsremoved and replaced withentitiesCreatorsapi-operation-id-removed
- ○
- ○
removed the non-success response with the status
response-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
- ▲