Devices
Find device by ID
Returns a single device
get/devices/{deviceId}
Query parameters
expandComponentsboolean
By default, components of a device are not returned. Passing true will return and expand a devices components.
attributesstring[]
Optionally only return these specific attributes. By default returns all attributes.
includeGroupsstring[]
Optionally only return these specific related groups. By default returns all related groups.
expandRelatedDevicesboolean
By default, only related device id's are returned. Passing true will return expanded related devices instead of just its device id.
expandRelatedGroupsboolean
By default, only related group paths are returned. Passing true will return expanded related groups instead of just its path.
filterRelationsstring[]
Return related devices/groups filtered by relation. Specify the relation in the format of {direction}:{relation}, where {direction} may be in, out or both.
Response
successful operation