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": "e6715634-be0e-4e63-875e-edc1e31f5759",
"private_locations": [
{
"private_location_id": "fd3cfb13-2482-458f-9b02-26dabcba8c9f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a2434f97-db4a-4397-868b-80af9ee2fb0b"
},
{
"private_location_id": "333e2eed-7024-443a-9abd-47f43a3106cd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "69d4d68e-8994-4f5d-98a2-f2302f1085bc"
},
{
"private_location_id": "3c9f7384-efa5-4054-ab9d-cc6868584692",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9c86830a-321b-4f07-9c58-25a0ce3d56b5"
}
]
},
{
"access_group": "05a43069-8cf0-44f0-974a-db673e8562e3",
"private_locations": [
{
"private_location_id": "333e2eed-7024-443a-9abd-47f43a3106cd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "69d4d68e-8994-4f5d-98a2-f2302f1085bc"
},
{
"private_location_id": "fd3cfb13-2482-458f-9b02-26dabcba8c9f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a2434f97-db4a-4397-868b-80af9ee2fb0b"
},
{
"private_location_id": "333e2eed-7024-443a-9abd-47f43a3106cd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "69d4d68e-8994-4f5d-98a2-f2302f1085bc"
}
]
},
{
"access_group": "b5ad5d05-753c-4caf-8792-fb170b197d93",
"private_locations": [
{
"private_location_id": "3c9f7384-efa5-4054-ab9d-cc6868584692",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9c86830a-321b-4f07-9c58-25a0ce3d56b5"
},
{
"private_location_id": "3c9f7384-efa5-4054-ab9d-cc6868584692",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9c86830a-321b-4f07-9c58-25a0ce3d56b5"
},
{
"private_location_id": "333e2eed-7024-443a-9abd-47f43a3106cd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "69d4d68e-8994-4f5d-98a2-f2302f1085bc"
}
]
}
]
| 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. |