GET private-locations
Retrieves a list of private locations for the current customer.
Request example
curl --request GET "https://api-asm2.apica.io/v3/private-locations?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"
Response body model example and description
[
{
"access_group": "333e200d-21da-4510-a64d-dad799a5cfc5",
"private_locations": [
{
"private_location_id": "48113d3b-dbe0-46ba-8381-2ff93dc72aca",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "76b33d2c-fdce-4702-b9aa-9e16001cf5e2"
},
{
"private_location_id": "fdb23675-00fb-4148-bf20-f24944c4c17f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "033a916e-f105-4d41-9461-a2b033bc1ec5"
},
{
"private_location_id": "82fd92eb-f083-4616-9e92-5e71eb9e3380",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "effe927f-bee2-47e6-8708-06562150d74f"
}
]
},
{
"access_group": "cf702306-605d-4da7-a536-82e213faa88f",
"private_locations": [
{
"private_location_id": "48113d3b-dbe0-46ba-8381-2ff93dc72aca",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "76b33d2c-fdce-4702-b9aa-9e16001cf5e2"
},
{
"private_location_id": "82fd92eb-f083-4616-9e92-5e71eb9e3380",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "effe927f-bee2-47e6-8708-06562150d74f"
},
{
"private_location_id": "48113d3b-dbe0-46ba-8381-2ff93dc72aca",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "76b33d2c-fdce-4702-b9aa-9e16001cf5e2"
}
]
},
{
"access_group": "30a1e705-5795-4ff6-a091-470d64a1fabf",
"private_locations": [
{
"private_location_id": "fdb23675-00fb-4148-bf20-f24944c4c17f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "033a916e-f105-4d41-9461-a2b033bc1ec5"
},
{
"private_location_id": "48113d3b-dbe0-46ba-8381-2ff93dc72aca",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "76b33d2c-fdce-4702-b9aa-9e16001cf5e2"
},
{
"private_location_id": "82fd92eb-f083-4616-9e92-5e71eb9e3380",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "effe927f-bee2-47e6-8708-06562150d74f"
}
]
}
]
| 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. |