When HTTP status is 202, a URL will be returned in the Location header of the form /groups/{aname}/name/{gname}/?next={token}. This URL can be used to request the next set of groups.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
Account name.
Group name.
Continue the previous query from the pageUrl pagetoken.
int64application/json
application/json
application/json
curl -X GET "https://example.com/m2m/v1/groups/0252012345-00001/name/string"{ "name": "Nebraska Trucks", "description": "All service trucks in Nebraska.", "hasMoreData": false, "devices": [ { "deviceIds": [ { "id": "12345", "kind": "meid" }, { "id": "54321", "kind": "mdn" } ] } ]}{ "name": "Nebraska Trucks", "description": "All service trucks in Nebraska.", "hasMoreData": false, "devices": [ { "deviceIds": [ { "id": "12345", "kind": "meid" }, { "id": "54321", "kind": "mdn" } ] } ]}{ "errorCode": "error code string", "errorMessage": "error message string"}