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": "e4737d2d-fd92-4cc0-a6f9-3f7044e80ae1",
"private_locations": [
{
"private_location_id": "6522e18b-8b92-4de8-911b-e0dfadd5039d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6f639b91-562d-4acf-80e2-b72621ab66a4"
},
{
"private_location_id": "933bbbfd-8f41-4819-a0e8-06815786a410",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "333327fc-fe8f-43b3-93cf-ad124a5d8f8a"
},
{
"private_location_id": "23f85613-8141-4126-9a50-50138fb0d480",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c7ef760f-cc9f-4e92-88f1-28320930a065"
}
]
},
{
"access_group": "cb998d61-feba-4e5e-9758-8e507614e82c",
"private_locations": [
{
"private_location_id": "6522e18b-8b92-4de8-911b-e0dfadd5039d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6f639b91-562d-4acf-80e2-b72621ab66a4"
},
{
"private_location_id": "23f85613-8141-4126-9a50-50138fb0d480",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c7ef760f-cc9f-4e92-88f1-28320930a065"
},
{
"private_location_id": "23f85613-8141-4126-9a50-50138fb0d480",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c7ef760f-cc9f-4e92-88f1-28320930a065"
}
]
},
{
"access_group": "b0ffd89e-c198-45a5-a36a-25b42fdbb37a",
"private_locations": [
{
"private_location_id": "23f85613-8141-4126-9a50-50138fb0d480",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c7ef760f-cc9f-4e92-88f1-28320930a065"
},
{
"private_location_id": "933bbbfd-8f41-4819-a0e8-06815786a410",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "333327fc-fe8f-43b3-93cf-ad124a5d8f8a"
},
{
"private_location_id": "6522e18b-8b92-4de8-911b-e0dfadd5039d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6f639b91-562d-4acf-80e2-b72621ab66a4"
}
]
}
]
| 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. |