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": "e707dad0-a579-4fc7-a99e-656ec06aab5d",
"private_locations": [
{
"private_location_id": "19499cf4-7809-415c-b1ee-04f12c9fc841",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c55e818a-a762-42a5-9be7-c0fa647f7e5f"
},
{
"private_location_id": "01ca3aa8-ffa5-4874-803f-708da725a1fc",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "341f711a-0315-4761-a01b-e711d6d0eab0"
},
{
"private_location_id": "9350b833-269b-4a87-b6ef-a992839609a3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "00d2663d-b972-43bf-81e9-14bfbc237571"
}
]
},
{
"access_group": "e0184db1-2792-4b25-ada5-d867721bd0bb",
"private_locations": [
{
"private_location_id": "9350b833-269b-4a87-b6ef-a992839609a3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "00d2663d-b972-43bf-81e9-14bfbc237571"
},
{
"private_location_id": "9350b833-269b-4a87-b6ef-a992839609a3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "00d2663d-b972-43bf-81e9-14bfbc237571"
},
{
"private_location_id": "9350b833-269b-4a87-b6ef-a992839609a3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "00d2663d-b972-43bf-81e9-14bfbc237571"
}
]
},
{
"access_group": "ac3e0cbb-d952-4f5f-925f-995082836317",
"private_locations": [
{
"private_location_id": "01ca3aa8-ffa5-4874-803f-708da725a1fc",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "341f711a-0315-4761-a01b-e711d6d0eab0"
},
{
"private_location_id": "01ca3aa8-ffa5-4874-803f-708da725a1fc",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "341f711a-0315-4761-a01b-e711d6d0eab0"
},
{
"private_location_id": "19499cf4-7809-415c-b1ee-04f12c9fc841",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c55e818a-a762-42a5-9be7-c0fa647f7e5f"
}
]
}
]
| 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. |