Fetches devices

Query Params
string

A comma separated list of the IDs to retrieve up to a maximum of 100. If specified, the limit, offset, filter and query parameters are ignored.

number
Defaults to 50

The number of items to return up to a maximum of 100.

number
Defaults to 0

Used for pagination. Determines how many items to offset the results by.

string
Defaults to updated

Determines what field and order the results should be sorted by. It can be set to an enumeration of either 'created', 'updated' or 'name'. By default results are returned in ascending order. The enumeration can be prefixed by a '-' symbol to denote decending order.

string

Returns items that have a name like the query or matches the ID. Case insensitive.

extend
array of strings

Extends the response with the specified fields. This may incur additional performance cost.

extend
Responses

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