View all entities in a project
Learn about the GetAllEntities endpoint in the DestinationEntity collection.
Last updated
Was this helpful?
Learn about the GetAllEntities endpoint in the DestinationEntity collection.
Last updated
Was this helpful?
Was this helpful?
{
"result": {
"totalCount": 2,
"items": [
{
"id": 12345,
"name": "NPC_01",
"description": "Virtual human NPC_01",
"identifier": "NPC_id_01"
},
{
"id": 56789,
"name": "NPC_02",
"description": "Virtual human NPC_02",
"identifier": "NPC_id_02"
}
]
},
"targetUrl": null,
"success": true,
"error": null,
"unAuthorizedRequest": false,
"__abp": true
}