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": "cebae9a2-62d2-4f80-9e55-0f59c290fa77",
"private_locations": [
{
"private_location_id": "57a6dc64-bf62-48af-a711-8ac51c23651c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "cc8c9735-a059-4fb7-a750-70b3d8c7cbac"
},
{
"private_location_id": "a303c322-8ce9-4468-8e81-7104a0e9688b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f3a1fa57-2e7f-49cf-8995-09bed9a1bb30"
},
{
"private_location_id": "bc95a781-9e51-4461-8eea-aff24d18efd3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "83af8a93-132e-4550-82e0-9f821dbeff65"
}
]
},
{
"access_group": "db701526-a6e6-494d-ab5b-24a761639ff4",
"private_locations": [
{
"private_location_id": "57a6dc64-bf62-48af-a711-8ac51c23651c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "cc8c9735-a059-4fb7-a750-70b3d8c7cbac"
},
{
"private_location_id": "bc95a781-9e51-4461-8eea-aff24d18efd3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "83af8a93-132e-4550-82e0-9f821dbeff65"
},
{
"private_location_id": "57a6dc64-bf62-48af-a711-8ac51c23651c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "cc8c9735-a059-4fb7-a750-70b3d8c7cbac"
}
]
},
{
"access_group": "bb62efee-5670-4502-bb6f-8cfbdbff20e5",
"private_locations": [
{
"private_location_id": "a303c322-8ce9-4468-8e81-7104a0e9688b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f3a1fa57-2e7f-49cf-8995-09bed9a1bb30"
},
{
"private_location_id": "bc95a781-9e51-4461-8eea-aff24d18efd3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "83af8a93-132e-4550-82e0-9f821dbeff65"
},
{
"private_location_id": "a303c322-8ce9-4468-8e81-7104a0e9688b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f3a1fa57-2e7f-49cf-8995-09bed9a1bb30"
}
]
}
]
| 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. |