Version 2
Retrieves details for a specific object based on its ID.
The unique identifier for the object.
obj_building_123Object details retrieved successfully.
Object not found for the given ID and client.
Retrieves a list of all objects accessible by the client, including their devices.
List of objects retrieved successfully.
No objects found for the client.
Retrieves a list of devices associated with a specific object.
The unique identifier for the object.
obj_building_123List of devices retrieved successfully.
No devices found for the object.
Retrieves details for a specific device within an object.
The unique identifier for the device.
dev_thermostat_01The unique identifier for the object containing the device.
obj_building_123Device details retrieved successfully.
Device not found for the given ID and client.
Sends an 'open' command action to a specific device.
The unique identifier for the device.
dev_doorlock_1AThe unique identifier for the object containing the device.
obj_building_123The action to perform.
Action command successfully executed.
Invalid request body or unknown command.
Unauthorized. Missing client_id or no matching record found for the client and device.
Last updated