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": "d068defe-8641-4b39-a37d-3377bc2fecce",
"private_locations": [
{
"private_location_id": "a1174971-daa2-4956-876a-328d12d19fd9",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "018c2ab4-758c-481b-af04-435101fd9fd2"
},
{
"private_location_id": "61c11138-07d0-4ce6-9071-4c01c0b331be",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4133eb7f-197f-4180-97e8-232b141d84ce"
},
{
"private_location_id": "5316d1b4-7ca1-4aa1-b7b4-9f5ac37bd388",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fddc4496-b56d-4749-bbc7-244a88256248"
}
]
},
{
"access_group": "67168c7d-cd30-47a3-9072-a5d0b07a5be9",
"private_locations": [
{
"private_location_id": "5316d1b4-7ca1-4aa1-b7b4-9f5ac37bd388",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fddc4496-b56d-4749-bbc7-244a88256248"
},
{
"private_location_id": "5316d1b4-7ca1-4aa1-b7b4-9f5ac37bd388",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fddc4496-b56d-4749-bbc7-244a88256248"
},
{
"private_location_id": "5316d1b4-7ca1-4aa1-b7b4-9f5ac37bd388",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fddc4496-b56d-4749-bbc7-244a88256248"
}
]
},
{
"access_group": "20dd4556-4836-4e11-9e57-0ea1dd231c47",
"private_locations": [
{
"private_location_id": "a1174971-daa2-4956-876a-328d12d19fd9",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "018c2ab4-758c-481b-af04-435101fd9fd2"
},
{
"private_location_id": "5316d1b4-7ca1-4aa1-b7b4-9f5ac37bd388",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fddc4496-b56d-4749-bbc7-244a88256248"
},
{
"private_location_id": "61c11138-07d0-4ce6-9071-4c01c0b331be",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4133eb7f-197f-4180-97e8-232b141d84ce"
}
]
}
]
| 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. |