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": "e3e9319b-acdb-4c37-88f0-90c83f3e9e87",
"private_locations": [
{
"private_location_id": "c50e8277-11dd-44ee-849d-634a9597b6fa",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e157d06f-786c-4e11-8f11-d04975b3740d"
},
{
"private_location_id": "9bdb63e8-8561-4e8d-b0d7-ec7a76caae90",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e96717bf-e5d0-4958-be58-9975dd332f12"
},
{
"private_location_id": "588bce35-ee84-4222-a79b-852ec779357a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "220791cb-0469-4b24-a0c2-1f8c22163e05"
}
]
},
{
"access_group": "6823e48e-3731-4154-bc99-8f910ea4b6c4",
"private_locations": [
{
"private_location_id": "9bdb63e8-8561-4e8d-b0d7-ec7a76caae90",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e96717bf-e5d0-4958-be58-9975dd332f12"
},
{
"private_location_id": "588bce35-ee84-4222-a79b-852ec779357a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "220791cb-0469-4b24-a0c2-1f8c22163e05"
},
{
"private_location_id": "9bdb63e8-8561-4e8d-b0d7-ec7a76caae90",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e96717bf-e5d0-4958-be58-9975dd332f12"
}
]
},
{
"access_group": "2082c230-ab28-46cd-b927-a65b8fc42444",
"private_locations": [
{
"private_location_id": "9bdb63e8-8561-4e8d-b0d7-ec7a76caae90",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e96717bf-e5d0-4958-be58-9975dd332f12"
},
{
"private_location_id": "588bce35-ee84-4222-a79b-852ec779357a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "220791cb-0469-4b24-a0c2-1f8c22163e05"
},
{
"private_location_id": "588bce35-ee84-4222-a79b-852ec779357a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "220791cb-0469-4b24-a0c2-1f8c22163e05"
}
]
}
]
| 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. |