List profiles
GET {{protocol}}://{{service}}.{{region}}.{{base_url}}/api/v1/profiles
Partially update the information of a device.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
customerNo | string | The membership card No of the profile | |
anonymous | string | Whether to filter profiles by their anonymous status | |
labels | string | The filter that returns all profiles containing any item in the label list | |
createdFrom | string | The starting UTC timestamp of the creation time of visits to specify a time range | |
createdTo | string | The ending UTC timestamp of the creation time of visits to specify a time range | |
limit | string | The number limit of profiles to return | |
offset | string | The number limit of profiles to skip |
RESPONSES
status: OK
{"total":0,"count":0,"limit":20,"offset":0,"profiles":[]}