List links
GET {{protocol}}://{{service}}.{{region}}.{{base_url}}/api/v1/visits?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 |
---|---|---|---|
profileIds | string | The list of profiles to be included in the query filtered by their profileIds | |
deviceIds | string | The list of profiles to be included in the query filtered by their deviceIds | |
visitedFrom | string | The starting UTC timestamp of the creation time of visits to specify a time range | |
visitedTo | string | The ending UTC timestamp of the creation time of visits to specify a time range | |
limit | string | The number limit of visits to return | |
offset | string | The number limit of visits to skip |
RESPONSES
status: OK
{"total":0,"count":0,"limit":20,"offset":0,"visits":[]}