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": "0317ab6b-2ecb-402b-bd3e-eb03c325f6ec",
"private_locations": [
{
"private_location_id": "e92a7924-880e-4e39-81d7-810906bd0eb8",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fd8bd5f4-2ca5-4ef0-9573-bd424982b48d"
},
{
"private_location_id": "1a55eeee-4d4d-4987-a57c-ca2736978910",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "814fa5d6-bd90-4d38-9ecc-a96719155a40"
},
{
"private_location_id": "c93673a3-1eee-4477-b2f4-2fb5e7be90a7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "db3e1a7e-6ba8-4e21-bacc-e56ac64b421a"
}
]
},
{
"access_group": "fe84e293-3942-484c-a28f-227a3520dd06",
"private_locations": [
{
"private_location_id": "c93673a3-1eee-4477-b2f4-2fb5e7be90a7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "db3e1a7e-6ba8-4e21-bacc-e56ac64b421a"
},
{
"private_location_id": "c93673a3-1eee-4477-b2f4-2fb5e7be90a7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "db3e1a7e-6ba8-4e21-bacc-e56ac64b421a"
},
{
"private_location_id": "c93673a3-1eee-4477-b2f4-2fb5e7be90a7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "db3e1a7e-6ba8-4e21-bacc-e56ac64b421a"
}
]
},
{
"access_group": "ebb858a7-f238-4410-a1d9-39aa2d708bc2",
"private_locations": [
{
"private_location_id": "1a55eeee-4d4d-4987-a57c-ca2736978910",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "814fa5d6-bd90-4d38-9ecc-a96719155a40"
},
{
"private_location_id": "c93673a3-1eee-4477-b2f4-2fb5e7be90a7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "db3e1a7e-6ba8-4e21-bacc-e56ac64b421a"
},
{
"private_location_id": "c93673a3-1eee-4477-b2f4-2fb5e7be90a7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "db3e1a7e-6ba8-4e21-bacc-e56ac64b421a"
}
]
}
]
| 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. |