You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retrieve a topical hierarchy of all devices on all platforms.
The response provides a dictionary organized hierarchically by segments within the device topic. There is no special meaning to the segments of device topics, but the example response shown here assumes that devices are organized in a pattern common for a campus of buildings: /:campus/:building/:device/:point.
⚠️ It is not necessary that topics all have the same number of segments, therefore some parts of the tree may be deeper than others. Users should not assume a uniform depth to all branches of the tree. It is also possible that a given level of the tree is not uniformly either a dict or a string. For example, in the third building shown in the example, zone level devices have an extra segment to indicate they are served by a particular air handling unit, however the air handling unit device itself has the normal number of segments.
Request:
Authorization: BEARER <jwt_token>
Response:
With valid BEARER token on success: 200 OK201 Created204 No Content
Retrieve a topical hierarchy of all devices on all platforms.
The response provides a dictionary organized hierarchically by segments within the device topic. There is no special meaning to the segments of device topics, but the example response shown here assumes that devices are organized in a pattern common for a campus of buildings:
/:campus/:building/:device/:point
.Request:
BEARER <jwt_token>
Response:
200 OK
201 Created
204 No Content
application/json
400 Bad Request
application/json
401 Unauthorized
The text was updated successfully, but these errors were encountered: