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": "43a8d4ea-b4d4-4e45-84ce-76f70906b1c5",
"private_locations": [
{
"private_location_id": "4317e4f4-6d21-4f35-90b4-6231200d08e9",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d1e0dd81-a3dc-4dcf-991f-9568735c3200"
},
{
"private_location_id": "90b0b197-a58c-4c4b-ac5e-69b913409fc7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6ea33983-3721-4960-9d97-544e8d0420bf"
},
{
"private_location_id": "0297abe3-5f24-4f3c-a354-ab14677a6802",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3e55fca0-a7be-492a-9f6c-76dd079a7c3c"
}
]
},
{
"access_group": "26f35618-cafe-4797-834a-1d4866e669b6",
"private_locations": [
{
"private_location_id": "90b0b197-a58c-4c4b-ac5e-69b913409fc7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6ea33983-3721-4960-9d97-544e8d0420bf"
},
{
"private_location_id": "90b0b197-a58c-4c4b-ac5e-69b913409fc7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6ea33983-3721-4960-9d97-544e8d0420bf"
},
{
"private_location_id": "90b0b197-a58c-4c4b-ac5e-69b913409fc7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6ea33983-3721-4960-9d97-544e8d0420bf"
}
]
},
{
"access_group": "12f539d8-cc0e-4830-9dc2-6fa1f062f516",
"private_locations": [
{
"private_location_id": "90b0b197-a58c-4c4b-ac5e-69b913409fc7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6ea33983-3721-4960-9d97-544e8d0420bf"
},
{
"private_location_id": "90b0b197-a58c-4c4b-ac5e-69b913409fc7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6ea33983-3721-4960-9d97-544e8d0420bf"
},
{
"private_location_id": "90b0b197-a58c-4c4b-ac5e-69b913409fc7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6ea33983-3721-4960-9d97-544e8d0420bf"
}
]
}
]
| 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. |