Devices
Get an Organisation's Devices
Get the list of all devices for the specified organization ID. By default returns ALL devices with ALL fields.
Optional parameters:
- device_type: Filter by specific device type (hp_atw, hp_wtw, inv, ev, wb)
- fields: Comma-separated list of specific fields (e.g., “id,owner.email,device_model.manufacturer”)
- page: Enable pagination by providing page number (1-based)
- page_size: Items per page when pagination is enabled (default: 100)
Field examples:
- fields=id,owner.email,device_model.manufacturer
- fields=id,connection_status,monitoring_status,battery_level
Available only for “admin” users.
GET
Get an Organisation's Devices
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The organization ID of the user's organization
Query Parameters
Filter by device type (hp_atw, hp_wtw, inv, ev, wb)
Comma-separated list of specific fields to include
Page number (1-based) - enables pagination
Required range:
x >= 1Number of devices per page when pagination is enabled
Required range:
1 <= x <= 1000If true, includes soft-deleted
Response
200 - application/json
OK
Get an Organisation's Devices
