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": "e5c2fcb3-9d45-4747-bf41-e6cdf95e494e",
"private_locations": [
{
"private_location_id": "2a26b9dc-20ae-44f3-9c79-778fcb08ab12",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "082f42e1-493f-41cf-8aeb-80a2ae589b0e"
},
{
"private_location_id": "e442a318-4869-439b-beba-44079be6cd25",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "06fd6133-3c24-4f9a-9283-09063c7cad11"
},
{
"private_location_id": "c4520410-3c0f-417f-bafb-8d5590b13d7e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "79a44cb9-3f5b-42b5-a3e4-9edc5793000b"
}
]
},
{
"access_group": "7f8d8ed1-c85a-4019-bf79-6fa963f02048",
"private_locations": [
{
"private_location_id": "2a26b9dc-20ae-44f3-9c79-778fcb08ab12",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "082f42e1-493f-41cf-8aeb-80a2ae589b0e"
},
{
"private_location_id": "e442a318-4869-439b-beba-44079be6cd25",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "06fd6133-3c24-4f9a-9283-09063c7cad11"
},
{
"private_location_id": "2a26b9dc-20ae-44f3-9c79-778fcb08ab12",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "082f42e1-493f-41cf-8aeb-80a2ae589b0e"
}
]
},
{
"access_group": "9fcbe115-5496-4c1f-a1b3-cea25bb026f2",
"private_locations": [
{
"private_location_id": "c4520410-3c0f-417f-bafb-8d5590b13d7e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "79a44cb9-3f5b-42b5-a3e4-9edc5793000b"
},
{
"private_location_id": "2a26b9dc-20ae-44f3-9c79-778fcb08ab12",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "082f42e1-493f-41cf-8aeb-80a2ae589b0e"
},
{
"private_location_id": "e442a318-4869-439b-beba-44079be6cd25",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "06fd6133-3c24-4f9a-9283-09063c7cad11"
}
]
}
]
| 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. |