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": "fe677ba3-f541-42e7-8ccf-5fb55d477bde", "private_locations": [ { "private_location_id": "3caf6fda-9b62-40a4-8b8f-a63f6a68292b", "enabled": true, "geoloc": "sample string 3", "customer_guid": "95297dd5-cac9-42c6-a72a-f92049c02b89" }, { "private_location_id": "06cb642a-0482-482d-bceb-2340776cc9f2", "enabled": true, "geoloc": "sample string 3", "customer_guid": "25896453-b1f8-4805-a55f-c516bf52e140" }, { "private_location_id": "779de0ef-c856-45e2-8a8f-a7a2957ccaf9", "enabled": true, "geoloc": "sample string 3", "customer_guid": "dc602ed6-9ad7-4974-822d-45c78fee882d" } ] }, { "access_group": "6195ca14-42ac-4304-a2cd-aaa93a425acd", "private_locations": [ { "private_location_id": "779de0ef-c856-45e2-8a8f-a7a2957ccaf9", "enabled": true, "geoloc": "sample string 3", "customer_guid": "dc602ed6-9ad7-4974-822d-45c78fee882d" }, { "private_location_id": "779de0ef-c856-45e2-8a8f-a7a2957ccaf9", "enabled": true, "geoloc": "sample string 3", "customer_guid": "dc602ed6-9ad7-4974-822d-45c78fee882d" }, { "private_location_id": "06cb642a-0482-482d-bceb-2340776cc9f2", "enabled": true, "geoloc": "sample string 3", "customer_guid": "25896453-b1f8-4805-a55f-c516bf52e140" } ] }, { "access_group": "0f012884-82ca-4156-9f55-ada2058a32c0", "private_locations": [ { "private_location_id": "779de0ef-c856-45e2-8a8f-a7a2957ccaf9", "enabled": true, "geoloc": "sample string 3", "customer_guid": "dc602ed6-9ad7-4974-822d-45c78fee882d" }, { "private_location_id": "779de0ef-c856-45e2-8a8f-a7a2957ccaf9", "enabled": true, "geoloc": "sample string 3", "customer_guid": "dc602ed6-9ad7-4974-822d-45c78fee882d" }, { "private_location_id": "3caf6fda-9b62-40a4-8b8f-a63f6a68292b", "enabled": true, "geoloc": "sample string 3", "customer_guid": "95297dd5-cac9-42c6-a72a-f92049c02b89" } ] } ]
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. |