View all objects
Learn about the GetAllObjects endpoint in the DestinationObject collection.
Last updated
Was this helpful?
Learn about the GetAllObjects endpoint in the DestinationObject collection.
Last updated
Was this helpful?
Was this helpful?
{
"result": {
"totalCount": 2,
"items": [
{
"id": 12345,
"name": "object_01_light_switch",
"description": "An electric switch to turn lights on and off",
"identifier": "object_id_01_light_switch",
"destination_Entity_Environment_Id": 30596,
"creationTime": "2024-11-21T10:55:15.391Z"
},
{
"id": 56789,
"name": "object_02_east_wall",
"description": "the east wall",
"identifier": "object_id_02_east_wall"
"destination_Entity_Environment_Id": 30596,
"creationTime": "2024-11-19T07:50:15.391Z"
}
]
},
"targetUrl": null,
"success": true,
"error": null,
"unAuthorizedRequest": false,
"__abp": true
}