List devices

Fetch a list of devices based on various filter criteria.

Path Params
string
required

The account ID associated with the devices.

Query Params
string
^[a-zA-Z0-9*]+$

Filter devices by ID. Supports wildcard (*) characters.

string
^[a-zA-Z0-9*]+$

Filter devices by name. Supports wildcard (*) characters.

string
^[a-z0-9-]+$

Filter devices by set ID.

string
^(\d(\.\d){0,2})$

Filter devices with firmware version greater than or equal to the specified version.

string
^(\d(\.\d){0,2})$

Filter devices with firmware version less than or equal to the specified version.

string
enum

Filter devices by status.

Allowed:
string
enum

Filter devices by connectivity status.

Allowed:
string

Pagination cursor for fetching the next set of results.

boolean

Include the total count of devices in the response.

int32

Limit the number of devices returned in the response.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json