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": "9f1d58bf-f66a-443a-9223-c24d9d842b2a",
"private_locations": [
{
"private_location_id": "7ff04a73-be5e-4943-b7a8-b0a8917e932d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ad057c07-e6e0-418d-9d8d-967dd05e21a9"
},
{
"private_location_id": "976cdada-4cfe-4974-8ada-e0e2586eef8c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "39ca962e-422e-47f4-b64d-56d747659584"
},
{
"private_location_id": "b4196c19-0217-4c7e-afe5-1c3f47b0b656",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b46e6243-c635-41f2-bda7-31e794e5ef3b"
}
]
},
{
"access_group": "ecae069c-6900-40dd-8ec5-21b3d0ecdbc8",
"private_locations": [
{
"private_location_id": "b4196c19-0217-4c7e-afe5-1c3f47b0b656",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b46e6243-c635-41f2-bda7-31e794e5ef3b"
},
{
"private_location_id": "b4196c19-0217-4c7e-afe5-1c3f47b0b656",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b46e6243-c635-41f2-bda7-31e794e5ef3b"
},
{
"private_location_id": "976cdada-4cfe-4974-8ada-e0e2586eef8c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "39ca962e-422e-47f4-b64d-56d747659584"
}
]
},
{
"access_group": "bb7bd466-9a8b-4456-a929-25531a2ba6c0",
"private_locations": [
{
"private_location_id": "b4196c19-0217-4c7e-afe5-1c3f47b0b656",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b46e6243-c635-41f2-bda7-31e794e5ef3b"
},
{
"private_location_id": "b4196c19-0217-4c7e-afe5-1c3f47b0b656",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b46e6243-c635-41f2-bda7-31e794e5ef3b"
},
{
"private_location_id": "7ff04a73-be5e-4943-b7a8-b0a8917e932d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ad057c07-e6e0-418d-9d8d-967dd05e21a9"
}
]
}
]
| 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. |