GET private-locations
Retrieves a list of private locations for the current customer.
Request example
curl --request GET "https://api-asm2.apica.io/v3/private-locations?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"
Response body model example and description
[
{
"access_group": "798090ec-d737-4540-b34c-87060ff21290",
"private_locations": [
{
"private_location_id": "e2462c59-efb7-4c94-b6a1-3d31d50d5b87",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8d265f84-30ce-4049-946a-f5be2f26a149"
},
{
"private_location_id": "f1736fec-f9e4-4fdd-be0f-3b0146aae858",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2711af90-1f98-4ff9-9dbb-3fe0fbec65d5"
},
{
"private_location_id": "573b9799-0112-4391-9e9f-544e1bf4e6dd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3c5dabb9-14c5-4ccd-9ba5-cda5cb4fc401"
}
]
},
{
"access_group": "674bbd2a-debe-4214-8daf-c569bfde2fbd",
"private_locations": [
{
"private_location_id": "e2462c59-efb7-4c94-b6a1-3d31d50d5b87",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8d265f84-30ce-4049-946a-f5be2f26a149"
},
{
"private_location_id": "e2462c59-efb7-4c94-b6a1-3d31d50d5b87",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8d265f84-30ce-4049-946a-f5be2f26a149"
},
{
"private_location_id": "e2462c59-efb7-4c94-b6a1-3d31d50d5b87",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8d265f84-30ce-4049-946a-f5be2f26a149"
}
]
},
{
"access_group": "86a0a286-e2b0-4b4f-b88d-f2a66e0dcaa4",
"private_locations": [
{
"private_location_id": "e2462c59-efb7-4c94-b6a1-3d31d50d5b87",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8d265f84-30ce-4049-946a-f5be2f26a149"
},
{
"private_location_id": "e2462c59-efb7-4c94-b6a1-3d31d50d5b87",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8d265f84-30ce-4049-946a-f5be2f26a149"
},
{
"private_location_id": "e2462c59-efb7-4c94-b6a1-3d31d50d5b87",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8d265f84-30ce-4049-946a-f5be2f26a149"
}
]
}
]
| 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. |