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": "348def59-0dae-4601-858d-df101f02db44", "private_locations": [ { "private_location_id": "53238b03-a5be-4307-9635-dcd332437097", "enabled": true, "geoloc": "sample string 3", "customer_guid": "8fe33448-2a48-4b07-ae20-0a42d034b61b" }, { "private_location_id": "b6850e2e-413f-46b4-9e82-4c2e03f43bc6", "enabled": true, "geoloc": "sample string 3", "customer_guid": "3ca0bb0c-6757-4f1c-932c-e2293dc90a5c" }, { "private_location_id": "5ec4e296-0f86-4c1c-ac91-edf2bd9a7824", "enabled": true, "geoloc": "sample string 3", "customer_guid": "eb10ff28-0a1f-49b0-a2a1-dc269862d41b" } ] }, { "access_group": "cb0c6537-da25-405b-a4ef-6f136ed16e84", "private_locations": [ { "private_location_id": "5ec4e296-0f86-4c1c-ac91-edf2bd9a7824", "enabled": true, "geoloc": "sample string 3", "customer_guid": "eb10ff28-0a1f-49b0-a2a1-dc269862d41b" }, { "private_location_id": "53238b03-a5be-4307-9635-dcd332437097", "enabled": true, "geoloc": "sample string 3", "customer_guid": "8fe33448-2a48-4b07-ae20-0a42d034b61b" }, { "private_location_id": "5ec4e296-0f86-4c1c-ac91-edf2bd9a7824", "enabled": true, "geoloc": "sample string 3", "customer_guid": "eb10ff28-0a1f-49b0-a2a1-dc269862d41b" } ] }, { "access_group": "b8d89efc-ec97-4134-9f43-40e945093f29", "private_locations": [ { "private_location_id": "5ec4e296-0f86-4c1c-ac91-edf2bd9a7824", "enabled": true, "geoloc": "sample string 3", "customer_guid": "eb10ff28-0a1f-49b0-a2a1-dc269862d41b" }, { "private_location_id": "5ec4e296-0f86-4c1c-ac91-edf2bd9a7824", "enabled": true, "geoloc": "sample string 3", "customer_guid": "eb10ff28-0a1f-49b0-a2a1-dc269862d41b" }, { "private_location_id": "53238b03-a5be-4307-9635-dcd332437097", "enabled": true, "geoloc": "sample string 3", "customer_guid": "8fe33448-2a48-4b07-ae20-0a42d034b61b" } ] } ]
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. |