GET private-locations
Retrieves a list of private locations for the current customer.
Request example
curl --request GET "https://api-asm1.apica.io/v3/private-locations?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"
Response body model example and description
[ { "access_group": "77c360fd-1052-4bc3-8e20-ed34385cdbf3", "private_locations": [ { "private_location_id": "07aae60f-0147-4d32-8e7e-0712094eeb50", "enabled": true, "geoloc": "sample string 3", "customer_guid": "90c39518-ea7d-4a82-a41b-e9d3534556be" }, { "private_location_id": "9e89f44a-8d7c-4a01-b64d-25254073c9d3", "enabled": true, "geoloc": "sample string 3", "customer_guid": "ee429af9-e5c0-4600-a6ea-c8a88e132282" }, { "private_location_id": "02629a46-7066-49b5-9fe1-e663022ca5c3", "enabled": true, "geoloc": "sample string 3", "customer_guid": "e6ba7024-08a0-4255-8045-753c0ed272a2" } ] }, { "access_group": "5ec06cdf-54e3-4fe5-895e-7c066aa2f0b4", "private_locations": [ { "private_location_id": "02629a46-7066-49b5-9fe1-e663022ca5c3", "enabled": true, "geoloc": "sample string 3", "customer_guid": "e6ba7024-08a0-4255-8045-753c0ed272a2" }, { "private_location_id": "02629a46-7066-49b5-9fe1-e663022ca5c3", "enabled": true, "geoloc": "sample string 3", "customer_guid": "e6ba7024-08a0-4255-8045-753c0ed272a2" }, { "private_location_id": "9e89f44a-8d7c-4a01-b64d-25254073c9d3", "enabled": true, "geoloc": "sample string 3", "customer_guid": "ee429af9-e5c0-4600-a6ea-c8a88e132282" } ] }, { "access_group": "5b97d04d-0902-464d-b924-1afb27671053", "private_locations": [ { "private_location_id": "02629a46-7066-49b5-9fe1-e663022ca5c3", "enabled": true, "geoloc": "sample string 3", "customer_guid": "e6ba7024-08a0-4255-8045-753c0ed272a2" }, { "private_location_id": "02629a46-7066-49b5-9fe1-e663022ca5c3", "enabled": true, "geoloc": "sample string 3", "customer_guid": "e6ba7024-08a0-4255-8045-753c0ed272a2" }, { "private_location_id": "9e89f44a-8d7c-4a01-b64d-25254073c9d3", "enabled": true, "geoloc": "sample string 3", "customer_guid": "ee429af9-e5c0-4600-a6ea-c8a88e132282" } ] } ]
Name | Type | Description |
---|---|---|
AccessGroup | Guid |
Unique identifier for the access group associated with the private locations. |
PrivateLocations | Object |
A list of private location details. |
PrivateLocationId | Guid |
Unique identifier for the private location. |
Enabled | Boolean |
Indicates whether the private location is enabled. |
Geoloc | String |
Geographical location of the private location. |
CustomerGuid | Guid |
Customer identifier associated with the private location. |