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": "95b4e941-5624-4893-aed6-7afa13808b5f",
"private_locations": [
{
"private_location_id": "b4072fb2-9b5a-4aad-8598-05150def4c2d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a3f1eede-6895-4ed5-9ad6-8030118242ad"
},
{
"private_location_id": "7010c727-a1b4-49e0-a3c9-eaec3928524c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "24eaa264-0874-4191-8523-8f635e88fa1e"
},
{
"private_location_id": "2e1b649e-9ff7-466c-80de-30a3a50a4bc9",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "98aa6473-6663-4802-a7c7-3bc92d37f77b"
}
]
},
{
"access_group": "8b4936c1-6362-4cc1-9ac1-5d6e95da1c59",
"private_locations": [
{
"private_location_id": "b4072fb2-9b5a-4aad-8598-05150def4c2d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a3f1eede-6895-4ed5-9ad6-8030118242ad"
},
{
"private_location_id": "2e1b649e-9ff7-466c-80de-30a3a50a4bc9",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "98aa6473-6663-4802-a7c7-3bc92d37f77b"
},
{
"private_location_id": "2e1b649e-9ff7-466c-80de-30a3a50a4bc9",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "98aa6473-6663-4802-a7c7-3bc92d37f77b"
}
]
},
{
"access_group": "12359581-8c37-4663-9f9a-a77c7da85053",
"private_locations": [
{
"private_location_id": "7010c727-a1b4-49e0-a3c9-eaec3928524c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "24eaa264-0874-4191-8523-8f635e88fa1e"
},
{
"private_location_id": "2e1b649e-9ff7-466c-80de-30a3a50a4bc9",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "98aa6473-6663-4802-a7c7-3bc92d37f77b"
},
{
"private_location_id": "b4072fb2-9b5a-4aad-8598-05150def4c2d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a3f1eede-6895-4ed5-9ad6-8030118242ad"
}
]
}
]
| 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. |