List devices

GET {{protocol}}://{{service}}.{{region}}.{{base_url}}/api/v1/devices

List all devices under filtering conditions. If no hit, the response will be a 200 with 0 counts. To check more details of each device, use the GET /groups/{deviceId} endpoint.

Request Params

KeyDatatypeRequiredDescription
namestringThe name of the device
limitstringThe number limit of devices to return
offsetstringThe number limit of devices to skip

RESPONSES

status: OK

{"total":0,"count":0,"limit":20,"offset":0,"devices":[]}