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": "53ee901c-57b5-4b4b-97f4-4d68cd535032",
"private_locations": [
{
"private_location_id": "c0513043-0aab-4353-a6e5-2a574f17912b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "30be6cbd-0b8b-49f3-a2ad-2ffaccf3e239"
},
{
"private_location_id": "1ca510ce-4956-45f4-9726-bcefb790162c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d72fb9c8-1b0c-4ee5-8606-8b0dcd21823f"
},
{
"private_location_id": "1e5c51ad-621b-41b6-b7de-e8dbf5a95fc4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "38ad10e4-470b-4dd5-aeda-b3d38477d0df"
}
]
},
{
"access_group": "0a6adefb-62cb-4a6c-9fd2-1ca463cc675a",
"private_locations": [
{
"private_location_id": "1e5c51ad-621b-41b6-b7de-e8dbf5a95fc4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "38ad10e4-470b-4dd5-aeda-b3d38477d0df"
},
{
"private_location_id": "1ca510ce-4956-45f4-9726-bcefb790162c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d72fb9c8-1b0c-4ee5-8606-8b0dcd21823f"
},
{
"private_location_id": "1ca510ce-4956-45f4-9726-bcefb790162c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d72fb9c8-1b0c-4ee5-8606-8b0dcd21823f"
}
]
},
{
"access_group": "ed35f612-0db2-4d4a-920c-270f2787d6a6",
"private_locations": [
{
"private_location_id": "1e5c51ad-621b-41b6-b7de-e8dbf5a95fc4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "38ad10e4-470b-4dd5-aeda-b3d38477d0df"
},
{
"private_location_id": "1ca510ce-4956-45f4-9726-bcefb790162c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d72fb9c8-1b0c-4ee5-8606-8b0dcd21823f"
},
{
"private_location_id": "1ca510ce-4956-45f4-9726-bcefb790162c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d72fb9c8-1b0c-4ee5-8606-8b0dcd21823f"
}
]
}
]
| 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. |