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": "256e827f-69b9-4f28-982c-c2ebb92e9c5a",
"private_locations": [
{
"private_location_id": "925d9c64-e86e-4787-bda3-d058bf014acb",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e4afdd44-82a7-4610-b3c6-eda67a2b8b1c"
},
{
"private_location_id": "cbb4802e-1d7c-46f7-8422-714f672b4cdd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b6c8f0c2-0fbd-4b98-b14a-9b06e0ae2cf3"
},
{
"private_location_id": "c9c672a4-6339-4223-84d4-f5b9aaac0eab",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a7d5fe25-823e-4a98-a1d1-5b6f6620a69a"
}
]
},
{
"access_group": "a3bb3953-1f24-4873-aab7-2159174540f1",
"private_locations": [
{
"private_location_id": "c9c672a4-6339-4223-84d4-f5b9aaac0eab",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a7d5fe25-823e-4a98-a1d1-5b6f6620a69a"
},
{
"private_location_id": "cbb4802e-1d7c-46f7-8422-714f672b4cdd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b6c8f0c2-0fbd-4b98-b14a-9b06e0ae2cf3"
},
{
"private_location_id": "cbb4802e-1d7c-46f7-8422-714f672b4cdd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b6c8f0c2-0fbd-4b98-b14a-9b06e0ae2cf3"
}
]
},
{
"access_group": "af592715-0c9b-4f2d-a94a-c2a20e284fd2",
"private_locations": [
{
"private_location_id": "cbb4802e-1d7c-46f7-8422-714f672b4cdd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b6c8f0c2-0fbd-4b98-b14a-9b06e0ae2cf3"
},
{
"private_location_id": "cbb4802e-1d7c-46f7-8422-714f672b4cdd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b6c8f0c2-0fbd-4b98-b14a-9b06e0ae2cf3"
},
{
"private_location_id": "c9c672a4-6339-4223-84d4-f5b9aaac0eab",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a7d5fe25-823e-4a98-a1d1-5b6f6620a69a"
}
]
}
]
| 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. |