List Devices
Retrieve a list of devices
Authorizations
API key based authentication where <encoded-value> is the Base64 encoding of API_KEY_ID
:API_KEY_SECRET
- Username: The API Key ID.
- Password: The API Key Secret.
Path Parameters
The ID of the organization. Locate the orgId under Organization Settings > API Keys.
Query Parameters
Query by device name. Allows partial matching. Separate multiple name parameters by comma.
Query by device serial. Allows partial matching. Separate multiple serial parameters by comma.
Query by configuration unique identifier. Separate multiple configuration id parameters by comma.
Query by tag unique identifier. Separate multiple tag id parameters by comma.
Query by model name. Separate multiple model parameters by comma.
Query by manufacturer name. Separate multiple manufacturer parameters by comma.
Query by firmware version. Separate multiple firmware version parameters by comma.
Query by filter.
online
, offline
, upToDate
, outOfDate
, updateError
, updating
, paused
, lowBattery
, activeToday
, activeWeek
, activeMonth
, activeOther
, factoryResetPending
, factoryReset
Response
The response is of type object[]
.