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": "f81599ae-ea18-4d27-9a3b-0f26d37154c3",
"private_locations": [
{
"private_location_id": "2a48e61b-10a2-4792-ba5e-5cba837a48c6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8c6658b9-a792-4fd9-b081-4690b20a5dda"
},
{
"private_location_id": "44137ffe-123f-4bd9-8906-d97796dc7c38",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0e693f3e-b8a2-48dd-8a19-fd61efc74345"
},
{
"private_location_id": "bf6ffaa8-47e5-4d95-ad21-9af6b330cc11",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fe23db81-fee3-4fa5-b0da-e141936b7d29"
}
]
},
{
"access_group": "15bf15d3-f078-4d18-95fc-2d9f3546a110",
"private_locations": [
{
"private_location_id": "44137ffe-123f-4bd9-8906-d97796dc7c38",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0e693f3e-b8a2-48dd-8a19-fd61efc74345"
},
{
"private_location_id": "44137ffe-123f-4bd9-8906-d97796dc7c38",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0e693f3e-b8a2-48dd-8a19-fd61efc74345"
},
{
"private_location_id": "44137ffe-123f-4bd9-8906-d97796dc7c38",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0e693f3e-b8a2-48dd-8a19-fd61efc74345"
}
]
},
{
"access_group": "f83ba11c-b59c-43ae-b161-67b0bfc19da0",
"private_locations": [
{
"private_location_id": "2a48e61b-10a2-4792-ba5e-5cba837a48c6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8c6658b9-a792-4fd9-b081-4690b20a5dda"
},
{
"private_location_id": "44137ffe-123f-4bd9-8906-d97796dc7c38",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0e693f3e-b8a2-48dd-8a19-fd61efc74345"
},
{
"private_location_id": "2a48e61b-10a2-4792-ba5e-5cba837a48c6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8c6658b9-a792-4fd9-b081-4690b20a5dda"
}
]
}
]
| 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. |