List groups
GET {{protocol}}://{{service}}.{{region}}.{{base_url}}/api/v1/groups
List all device groups under filtering conditions. If no hit, the response will be a 200 with 0 counts. To check devices under each group, use the GET /groups/{groupId} endpoint.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
name | string | The name of a device group | |
limit | string | The number limit of groups to return | |
offset | string | The number limit of groups to skip |
RESPONSES
status: OK
{"total":0,"count":0,"limit":20,"offset":0,"groups":[]}