Get Device Groups and Devices in Tree Representation

get

/api/deviceNavigation/Devices/readForTree

Gets the list of device groups and devices in a format suitable for tree grids.

Request

Query Parameters
  • The tree node to use. Use root to return all device groups and devices at the root level. Use the node ID for a device group to return child device groups and devices containing the device group.
    Example:
    root

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : data
Type: array
The list of device groups and devices in tree representation.
Show Source
Nested Schema : deviceNavigationDevicesRead
Type: object
Show Source

Default Response

Failed operation
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : errors
Type: array
The list of errors reported. Validation errors will be keyed by record field.
Show Source
Nested Schema : items
Type: object
Back to Top