List

Used to get a list of the devices using your application. All devices may be returned or a list of devices matching supplied criteria are returned.

Body Params
string
required

Your App token

order
array of strings

Order the results in either ascending or descending order based on any of the attributes, eg. ["id ASC", "runtime"] or ["id DESC", "runtime"]

order
select
array of strings

Select what attributes to return, eg. ["id", "active", "addressable", "type"]

select
json

Filter the results based on some criteria, eg. [ ["message_id", ">" , 1] ]

int32

Used with offset for pagination, eg. "limit": 50, "offset": 0 returns a max of 50 results starting at position 0

int32

Used with limit for pagination

Responses

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