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": "3e54e012-d133-4f73-8889-4c7fd0b86f85",
"private_locations": [
{
"private_location_id": "012a5e87-3e4b-4d8b-baab-a9fccf481e6b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2e52a35b-4837-4e94-81fd-efe413ceca05"
},
{
"private_location_id": "b1eb9efa-84a8-4a9f-8857-8e71faa2edbe",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a155d568-a3e7-4152-9585-93c6d2a78425"
},
{
"private_location_id": "bfe981a7-3ad2-4a9f-8299-fa16f4caa685",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "75d95375-f1d8-454a-a698-532c7f27f338"
}
]
},
{
"access_group": "68d61d2a-5692-4df0-83df-b3b2c758dbd2",
"private_locations": [
{
"private_location_id": "b1eb9efa-84a8-4a9f-8857-8e71faa2edbe",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a155d568-a3e7-4152-9585-93c6d2a78425"
},
{
"private_location_id": "bfe981a7-3ad2-4a9f-8299-fa16f4caa685",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "75d95375-f1d8-454a-a698-532c7f27f338"
},
{
"private_location_id": "012a5e87-3e4b-4d8b-baab-a9fccf481e6b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2e52a35b-4837-4e94-81fd-efe413ceca05"
}
]
},
{
"access_group": "a110d419-2aa3-4db3-a4a7-4ee90bc6e3ab",
"private_locations": [
{
"private_location_id": "bfe981a7-3ad2-4a9f-8299-fa16f4caa685",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "75d95375-f1d8-454a-a698-532c7f27f338"
},
{
"private_location_id": "012a5e87-3e4b-4d8b-baab-a9fccf481e6b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2e52a35b-4837-4e94-81fd-efe413ceca05"
},
{
"private_location_id": "012a5e87-3e4b-4d8b-baab-a9fccf481e6b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2e52a35b-4837-4e94-81fd-efe413ceca05"
}
]
}
]
| 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. |