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": "118fe257-954e-43b3-a035-57934a7a56f5",
"private_locations": [
{
"private_location_id": "bd7e378a-1d22-4670-b88e-603a8f1cfd27",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fd7a1ef7-1715-4414-a821-26fba1c5bd23"
},
{
"private_location_id": "671019ba-b99c-41c5-98b4-6767332d89b2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4d1d3dac-84a5-439d-9a73-ab59ffef1bf2"
},
{
"private_location_id": "143fc2cc-7294-42a5-b342-19e09e516f62",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d651ad6c-5537-425a-b272-32371e0e0d2b"
}
]
},
{
"access_group": "ee25b9a9-8560-488a-a384-eaf97de4c54c",
"private_locations": [
{
"private_location_id": "671019ba-b99c-41c5-98b4-6767332d89b2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4d1d3dac-84a5-439d-9a73-ab59ffef1bf2"
},
{
"private_location_id": "671019ba-b99c-41c5-98b4-6767332d89b2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4d1d3dac-84a5-439d-9a73-ab59ffef1bf2"
},
{
"private_location_id": "671019ba-b99c-41c5-98b4-6767332d89b2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4d1d3dac-84a5-439d-9a73-ab59ffef1bf2"
}
]
},
{
"access_group": "c3980090-f8cf-4bff-8142-93924c6480fb",
"private_locations": [
{
"private_location_id": "bd7e378a-1d22-4670-b88e-603a8f1cfd27",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fd7a1ef7-1715-4414-a821-26fba1c5bd23"
},
{
"private_location_id": "bd7e378a-1d22-4670-b88e-603a8f1cfd27",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fd7a1ef7-1715-4414-a821-26fba1c5bd23"
},
{
"private_location_id": "671019ba-b99c-41c5-98b4-6767332d89b2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4d1d3dac-84a5-439d-9a73-ab59ffef1bf2"
}
]
}
]
| 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. |