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": "67f37338-60e6-402b-a6ad-8880a6472a6b",
"private_locations": [
{
"private_location_id": "ff51cfe8-270b-4731-a786-d8ff328e88b4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ac368692-42d6-470c-bd8b-27caa436d398"
},
{
"private_location_id": "e27596a9-3f17-41ff-b640-ffc111e8c921",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "7105f20d-aac4-4175-9fde-f141a9c454cd"
},
{
"private_location_id": "b6cdbea5-3016-4bd9-942c-2f7ef7697b45",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "76fa9cb7-5c62-4848-9602-67f6919aeda2"
}
]
},
{
"access_group": "8c6726c7-5634-47ff-a24e-c4576bf22cb5",
"private_locations": [
{
"private_location_id": "b6cdbea5-3016-4bd9-942c-2f7ef7697b45",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "76fa9cb7-5c62-4848-9602-67f6919aeda2"
},
{
"private_location_id": "e27596a9-3f17-41ff-b640-ffc111e8c921",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "7105f20d-aac4-4175-9fde-f141a9c454cd"
},
{
"private_location_id": "ff51cfe8-270b-4731-a786-d8ff328e88b4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ac368692-42d6-470c-bd8b-27caa436d398"
}
]
},
{
"access_group": "7cb2229d-36e4-4645-97e6-cda8acd89045",
"private_locations": [
{
"private_location_id": "ff51cfe8-270b-4731-a786-d8ff328e88b4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ac368692-42d6-470c-bd8b-27caa436d398"
},
{
"private_location_id": "b6cdbea5-3016-4bd9-942c-2f7ef7697b45",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "76fa9cb7-5c62-4848-9602-67f6919aeda2"
},
{
"private_location_id": "ff51cfe8-270b-4731-a786-d8ff328e88b4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ac368692-42d6-470c-bd8b-27caa436d398"
}
]
}
]
| 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. |