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": "f6af35e5-1df9-4ae0-b9c4-d2ef9002b984",
"private_locations": [
{
"private_location_id": "d1f3246e-94e5-44f0-87b1-e37c78edf9cb",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d98fd497-bba1-4a2e-8ada-c3ae024bc620"
},
{
"private_location_id": "000ac534-a05f-418a-8a9a-0f833ccf9fb7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "db92c00f-1523-4d46-9987-7b66f76e5493"
},
{
"private_location_id": "098a5a1d-8311-4348-a1c6-037463c5d4e9",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ea537726-c740-40a1-91de-00892d9d7a5e"
}
]
},
{
"access_group": "d2966f4c-eb0f-4e1b-9353-44dbe0dfd63f",
"private_locations": [
{
"private_location_id": "098a5a1d-8311-4348-a1c6-037463c5d4e9",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ea537726-c740-40a1-91de-00892d9d7a5e"
},
{
"private_location_id": "000ac534-a05f-418a-8a9a-0f833ccf9fb7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "db92c00f-1523-4d46-9987-7b66f76e5493"
},
{
"private_location_id": "000ac534-a05f-418a-8a9a-0f833ccf9fb7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "db92c00f-1523-4d46-9987-7b66f76e5493"
}
]
},
{
"access_group": "2d5da02a-7f38-45c0-b59c-442229d797d3",
"private_locations": [
{
"private_location_id": "000ac534-a05f-418a-8a9a-0f833ccf9fb7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "db92c00f-1523-4d46-9987-7b66f76e5493"
},
{
"private_location_id": "d1f3246e-94e5-44f0-87b1-e37c78edf9cb",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d98fd497-bba1-4a2e-8ada-c3ae024bc620"
},
{
"private_location_id": "098a5a1d-8311-4348-a1c6-037463c5d4e9",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ea537726-c740-40a1-91de-00892d9d7a5e"
}
]
}
]
| 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. |