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": "d54db558-93e2-4f6e-a869-ce7b93ecd635",
"private_locations": [
{
"private_location_id": "90481e69-10d0-4d01-aa73-f4d15ea3af4d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8bfd2f0c-f209-40bd-a085-e9c6bac194f3"
},
{
"private_location_id": "55719f42-9070-459b-8e0b-46d3397c9b11",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a69e9ecd-d0c6-4429-97c5-a24620e7e58a"
},
{
"private_location_id": "d34b1403-453a-437c-b3b4-2bf25c1d4747",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fb5b337e-18de-48c0-9533-9b0041bbb040"
}
]
},
{
"access_group": "275e3adb-8318-46f6-a480-1cdf7bcb33bd",
"private_locations": [
{
"private_location_id": "d34b1403-453a-437c-b3b4-2bf25c1d4747",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fb5b337e-18de-48c0-9533-9b0041bbb040"
},
{
"private_location_id": "d34b1403-453a-437c-b3b4-2bf25c1d4747",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fb5b337e-18de-48c0-9533-9b0041bbb040"
},
{
"private_location_id": "55719f42-9070-459b-8e0b-46d3397c9b11",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a69e9ecd-d0c6-4429-97c5-a24620e7e58a"
}
]
},
{
"access_group": "6db1986e-9da8-4e06-ad43-26df1fef28ad",
"private_locations": [
{
"private_location_id": "55719f42-9070-459b-8e0b-46d3397c9b11",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a69e9ecd-d0c6-4429-97c5-a24620e7e58a"
},
{
"private_location_id": "55719f42-9070-459b-8e0b-46d3397c9b11",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a69e9ecd-d0c6-4429-97c5-a24620e7e58a"
},
{
"private_location_id": "90481e69-10d0-4d01-aa73-f4d15ea3af4d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8bfd2f0c-f209-40bd-a085-e9c6bac194f3"
}
]
}
]
| 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. |