List links
GET {{protocol}}://{{service}}.{{region}}.{{base_url}}/api/v1/links?groupId={{groupId}}&limit={{limit}}&offset={{offset}}
Retrieve the list of all enrollment links in the ascending order of the creation time.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
groupId | string | The unique id to specify a device group | |
limit | string | The number limit of links to return | |
offset | string | The number limit of links to skip |
RESPONSES
status: OK
{"total":0,"count":0,"limit":20,"offset":0,"links":[]}