entities-version-control-controller
List all entities at version (listAllEntitiesAtVersion)
Returns a list of all remote entities available in a specific version. Response type is the same as for listAllEntitiesAtVersion API method. Returned entities order will be the same as in the repository.
Available for users with 'TENANT_ADMIN' authority.
get/api/entities/vc/entity/{versionId}
Path parameters
versionIdstring required
Version id, for example fd82625bdd7d6131cf8027b44ee967012ecaf990. Represents commit hash.
Response
OK
Example response
[
{
"externalId": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "DEVICE"
}
}
]