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": "5c80077a-6532-4742-a4f8-2b68684ca5c1",
"private_locations": [
{
"private_location_id": "1dcd5a4a-4d35-43b7-8163-50eac221d3fa",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1da407b8-beae-4d73-af36-cdad6d7470b8"
},
{
"private_location_id": "49dae558-3b11-400f-9f14-0b81e7662a75",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "06be6ccc-21c0-4d43-9c7a-0e4a3d31399a"
},
{
"private_location_id": "f85bbd63-fa00-40d9-aeef-383cbbdde681",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0a2101b7-6111-44d4-93f6-815c6d7837fa"
}
]
},
{
"access_group": "b2bb244f-fd93-4bf0-b17b-5ae49fa8fc78",
"private_locations": [
{
"private_location_id": "1dcd5a4a-4d35-43b7-8163-50eac221d3fa",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1da407b8-beae-4d73-af36-cdad6d7470b8"
},
{
"private_location_id": "1dcd5a4a-4d35-43b7-8163-50eac221d3fa",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1da407b8-beae-4d73-af36-cdad6d7470b8"
},
{
"private_location_id": "f85bbd63-fa00-40d9-aeef-383cbbdde681",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0a2101b7-6111-44d4-93f6-815c6d7837fa"
}
]
},
{
"access_group": "e80218c4-e0ec-4f8c-9958-0c234b70436c",
"private_locations": [
{
"private_location_id": "f85bbd63-fa00-40d9-aeef-383cbbdde681",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0a2101b7-6111-44d4-93f6-815c6d7837fa"
},
{
"private_location_id": "f85bbd63-fa00-40d9-aeef-383cbbdde681",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0a2101b7-6111-44d4-93f6-815c6d7837fa"
},
{
"private_location_id": "49dae558-3b11-400f-9f14-0b81e7662a75",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "06be6ccc-21c0-4d43-9c7a-0e4a3d31399a"
}
]
}
]
| 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. |