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": "929af283-2057-45a1-a2b0-434168b1b02d",
"private_locations": [
{
"private_location_id": "ea329b79-1d38-44ef-ab1d-945b61d11483",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "18aec73c-380c-4a61-bb2b-c8fef9454ff4"
},
{
"private_location_id": "10a685a8-3143-477f-ba2a-b1e4b942da23",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "12cabee0-9da2-4309-89f1-5ff0b7da24b9"
},
{
"private_location_id": "4dc48445-9990-474d-8363-0d2e863c7a4e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b5f95043-a732-44b7-926c-a299d85af099"
}
]
},
{
"access_group": "f149adb1-2ec2-45ec-90ff-54f98d3c4519",
"private_locations": [
{
"private_location_id": "ea329b79-1d38-44ef-ab1d-945b61d11483",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "18aec73c-380c-4a61-bb2b-c8fef9454ff4"
},
{
"private_location_id": "10a685a8-3143-477f-ba2a-b1e4b942da23",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "12cabee0-9da2-4309-89f1-5ff0b7da24b9"
},
{
"private_location_id": "4dc48445-9990-474d-8363-0d2e863c7a4e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b5f95043-a732-44b7-926c-a299d85af099"
}
]
},
{
"access_group": "c0825d0b-443c-4f75-9673-f08768e478a1",
"private_locations": [
{
"private_location_id": "4dc48445-9990-474d-8363-0d2e863c7a4e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b5f95043-a732-44b7-926c-a299d85af099"
},
{
"private_location_id": "ea329b79-1d38-44ef-ab1d-945b61d11483",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "18aec73c-380c-4a61-bb2b-c8fef9454ff4"
},
{
"private_location_id": "10a685a8-3143-477f-ba2a-b1e4b942da23",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "12cabee0-9da2-4309-89f1-5ff0b7da24b9"
}
]
}
]
| 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. |