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": "d3b5ac71-4f18-445f-a68f-cad0ef056867",
"private_locations": [
{
"private_location_id": "fb707ae4-da62-44a3-af18-be24c47538aa",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "40856fee-9b53-40f1-9e24-d5d1bd7e5137"
},
{
"private_location_id": "4657defe-325e-4246-b5a6-c84aaf489afe",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "41fa3c38-37fc-4868-a4ec-f7aa4d423acf"
},
{
"private_location_id": "72558c34-d296-4b50-ba1d-5ab01fe561bb",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d851ead3-5a33-4da6-bf9c-992c441ccdf4"
}
]
},
{
"access_group": "949c7e03-bba1-42c8-9a9d-5dacb64dad35",
"private_locations": [
{
"private_location_id": "72558c34-d296-4b50-ba1d-5ab01fe561bb",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d851ead3-5a33-4da6-bf9c-992c441ccdf4"
},
{
"private_location_id": "fb707ae4-da62-44a3-af18-be24c47538aa",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "40856fee-9b53-40f1-9e24-d5d1bd7e5137"
},
{
"private_location_id": "4657defe-325e-4246-b5a6-c84aaf489afe",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "41fa3c38-37fc-4868-a4ec-f7aa4d423acf"
}
]
},
{
"access_group": "370ef99a-571a-4973-9a8d-09cfdd553359",
"private_locations": [
{
"private_location_id": "fb707ae4-da62-44a3-af18-be24c47538aa",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "40856fee-9b53-40f1-9e24-d5d1bd7e5137"
},
{
"private_location_id": "4657defe-325e-4246-b5a6-c84aaf489afe",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "41fa3c38-37fc-4868-a4ec-f7aa4d423acf"
},
{
"private_location_id": "4657defe-325e-4246-b5a6-c84aaf489afe",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "41fa3c38-37fc-4868-a4ec-f7aa4d423acf"
}
]
}
]
| 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. |