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": "c2d49112-04e2-4482-9924-7667d7a3fb44", "private_locations": [ { "private_location_id": "b53d91ad-b10a-436f-8c2a-720fc8a9dacb", "enabled": true, "geoloc": "sample string 3", "customer_guid": "aed85101-2783-4b84-8015-9b4be8992926" }, { "private_location_id": "692cdbd7-68b9-4946-bf91-785999513752", "enabled": true, "geoloc": "sample string 3", "customer_guid": "c6d9673a-2481-4ab2-966e-cfeea16222a3" }, { "private_location_id": "5be0f552-1a17-4bc0-9dd3-6c2475a8997e", "enabled": true, "geoloc": "sample string 3", "customer_guid": "05366ca6-1ac9-4231-bddf-c83a7e19f15b" } ] }, { "access_group": "4ff8038a-9cbb-4c57-8db3-50b642cb26a9", "private_locations": [ { "private_location_id": "5be0f552-1a17-4bc0-9dd3-6c2475a8997e", "enabled": true, "geoloc": "sample string 3", "customer_guid": "05366ca6-1ac9-4231-bddf-c83a7e19f15b" }, { "private_location_id": "692cdbd7-68b9-4946-bf91-785999513752", "enabled": true, "geoloc": "sample string 3", "customer_guid": "c6d9673a-2481-4ab2-966e-cfeea16222a3" }, { "private_location_id": "b53d91ad-b10a-436f-8c2a-720fc8a9dacb", "enabled": true, "geoloc": "sample string 3", "customer_guid": "aed85101-2783-4b84-8015-9b4be8992926" } ] }, { "access_group": "5d3e7b45-bcc9-4a0d-b25b-e8a2c7517555", "private_locations": [ { "private_location_id": "5be0f552-1a17-4bc0-9dd3-6c2475a8997e", "enabled": true, "geoloc": "sample string 3", "customer_guid": "05366ca6-1ac9-4231-bddf-c83a7e19f15b" }, { "private_location_id": "b53d91ad-b10a-436f-8c2a-720fc8a9dacb", "enabled": true, "geoloc": "sample string 3", "customer_guid": "aed85101-2783-4b84-8015-9b4be8992926" }, { "private_location_id": "b53d91ad-b10a-436f-8c2a-720fc8a9dacb", "enabled": true, "geoloc": "sample string 3", "customer_guid": "aed85101-2783-4b84-8015-9b4be8992926" } ] } ]
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. |