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

KeyDatatypeRequiredDescription
profileIdsstringThe list of profiles to be included in the query filtered by their profileIds
deviceIdsstringThe list of profiles to be included in the query filtered by their deviceIds
visitedFromstringThe starting UTC timestamp of the creation time of visits to specify a time range
visitedTostringThe ending UTC timestamp of the creation time of visits to specify a time range
limitstringThe number limit of visits to return
offsetstringThe number limit of visits to skip

RESPONSES

status: OK

{"total":0,"count":0,"limit":20,"offset":0,"visits":[]}