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
Key | Datatype | Required | Description |
---|---|---|---|
name | string | The name of the device | |
limit | string | The number limit of devices to return | |
offset | string | The number limit of devices to skip |
RESPONSES
status: OK
{"total":0,"count":0,"limit":20,"offset":0,"devices":[]}