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": "94410308-0568-4a1a-8268-ee88ca6fb129",
"private_locations": [
{
"private_location_id": "08848b4c-200a-4819-bbbe-0b2ef375594a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d874ede8-57a1-4109-ba20-e53bb0ef3421"
},
{
"private_location_id": "7e93d164-f2ca-43c8-9320-bd16015a3eb1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d58e7d0c-85ba-445c-b666-b275339171b7"
},
{
"private_location_id": "daf65162-f282-4ae9-bbdd-db686f886aaa",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d2565d99-b0ea-4c17-8089-f7ce6e1a723b"
}
]
},
{
"access_group": "e9df1b8a-0388-4574-bf24-1de4df111513",
"private_locations": [
{
"private_location_id": "08848b4c-200a-4819-bbbe-0b2ef375594a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d874ede8-57a1-4109-ba20-e53bb0ef3421"
},
{
"private_location_id": "7e93d164-f2ca-43c8-9320-bd16015a3eb1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d58e7d0c-85ba-445c-b666-b275339171b7"
},
{
"private_location_id": "daf65162-f282-4ae9-bbdd-db686f886aaa",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d2565d99-b0ea-4c17-8089-f7ce6e1a723b"
}
]
},
{
"access_group": "418902b2-af2e-45e0-9b20-295c3368a034",
"private_locations": [
{
"private_location_id": "daf65162-f282-4ae9-bbdd-db686f886aaa",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d2565d99-b0ea-4c17-8089-f7ce6e1a723b"
},
{
"private_location_id": "08848b4c-200a-4819-bbbe-0b2ef375594a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d874ede8-57a1-4109-ba20-e53bb0ef3421"
},
{
"private_location_id": "daf65162-f282-4ae9-bbdd-db686f886aaa",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d2565d99-b0ea-4c17-8089-f7ce6e1a723b"
}
]
}
]
| 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. |