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": "0f23d19e-3bb9-4434-ba7f-e3d67cee8c6e",
"private_locations": [
{
"private_location_id": "1c8d39d2-b1ad-4260-9223-c02a21e15e8b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "7f17756d-e594-4149-bba3-b220c22ddee1"
},
{
"private_location_id": "d74174c4-82cf-49e3-b421-ad7883ef8385",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "31d638a6-a043-4c1c-baab-4d006110058c"
},
{
"private_location_id": "51aa2881-8ae6-4908-8ebb-22de572a7461",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bfdc231b-e531-4e10-960a-2ef425748dfd"
}
]
},
{
"access_group": "03eb43c2-d529-419b-b9ca-52f9f2c75a4d",
"private_locations": [
{
"private_location_id": "51aa2881-8ae6-4908-8ebb-22de572a7461",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bfdc231b-e531-4e10-960a-2ef425748dfd"
},
{
"private_location_id": "51aa2881-8ae6-4908-8ebb-22de572a7461",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bfdc231b-e531-4e10-960a-2ef425748dfd"
},
{
"private_location_id": "51aa2881-8ae6-4908-8ebb-22de572a7461",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bfdc231b-e531-4e10-960a-2ef425748dfd"
}
]
},
{
"access_group": "9782a5f3-7b9c-49c6-8a1c-aeecf863871c",
"private_locations": [
{
"private_location_id": "d74174c4-82cf-49e3-b421-ad7883ef8385",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "31d638a6-a043-4c1c-baab-4d006110058c"
},
{
"private_location_id": "d74174c4-82cf-49e3-b421-ad7883ef8385",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "31d638a6-a043-4c1c-baab-4d006110058c"
},
{
"private_location_id": "d74174c4-82cf-49e3-b421-ad7883ef8385",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "31d638a6-a043-4c1c-baab-4d006110058c"
}
]
}
]
| 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. |