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": "408b5314-1733-4d62-8b5d-4d9f99137a5f",
"private_locations": [
{
"private_location_id": "0023b675-ab2f-4085-9a4f-b2cb2d67ba70",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c27bd780-f46e-4bf9-a4a3-9743dea42e20"
},
{
"private_location_id": "5c6425c5-a980-465f-9857-d33760b2f1cc",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "275e7ebe-25c6-43ec-9d2f-b45a0583b6db"
},
{
"private_location_id": "bec6f336-3b3b-4508-8133-2ed863a78bbb",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2958c25c-286d-4a1e-95f1-a5e8c17bcaa2"
}
]
},
{
"access_group": "50fe44cf-01e3-460e-8487-e814e306b4f9",
"private_locations": [
{
"private_location_id": "5c6425c5-a980-465f-9857-d33760b2f1cc",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "275e7ebe-25c6-43ec-9d2f-b45a0583b6db"
},
{
"private_location_id": "bec6f336-3b3b-4508-8133-2ed863a78bbb",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2958c25c-286d-4a1e-95f1-a5e8c17bcaa2"
},
{
"private_location_id": "bec6f336-3b3b-4508-8133-2ed863a78bbb",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2958c25c-286d-4a1e-95f1-a5e8c17bcaa2"
}
]
},
{
"access_group": "c7ea473c-3ed4-4a05-b9a6-0369054d3adc",
"private_locations": [
{
"private_location_id": "0023b675-ab2f-4085-9a4f-b2cb2d67ba70",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c27bd780-f46e-4bf9-a4a3-9743dea42e20"
},
{
"private_location_id": "5c6425c5-a980-465f-9857-d33760b2f1cc",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "275e7ebe-25c6-43ec-9d2f-b45a0583b6db"
},
{
"private_location_id": "bec6f336-3b3b-4508-8133-2ed863a78bbb",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2958c25c-286d-4a1e-95f1-a5e8c17bcaa2"
}
]
}
]
| 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. |