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": "86893863-2102-4fd6-88c4-0c46290bbda0",
"private_locations": [
{
"private_location_id": "37fa03e9-aed5-4eda-b42a-041ab7da7134",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "90788f85-a3a1-4b65-9984-09ddc3f1a1de"
},
{
"private_location_id": "cbf7d9d4-0151-442d-a7f1-50523a544f3e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "92c3b13a-9fd7-4024-8b12-7e168f315598"
},
{
"private_location_id": "080cd85d-9404-4725-93b1-0dea7e36185e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e3a8a351-dd62-467d-9c34-10e29125512b"
}
]
},
{
"access_group": "617ffc53-9cb7-42b2-8e57-750fe9089104",
"private_locations": [
{
"private_location_id": "37fa03e9-aed5-4eda-b42a-041ab7da7134",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "90788f85-a3a1-4b65-9984-09ddc3f1a1de"
},
{
"private_location_id": "37fa03e9-aed5-4eda-b42a-041ab7da7134",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "90788f85-a3a1-4b65-9984-09ddc3f1a1de"
},
{
"private_location_id": "cbf7d9d4-0151-442d-a7f1-50523a544f3e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "92c3b13a-9fd7-4024-8b12-7e168f315598"
}
]
},
{
"access_group": "2dd159ac-5aeb-4a07-94d5-54ff1eb53c1e",
"private_locations": [
{
"private_location_id": "080cd85d-9404-4725-93b1-0dea7e36185e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e3a8a351-dd62-467d-9c34-10e29125512b"
},
{
"private_location_id": "080cd85d-9404-4725-93b1-0dea7e36185e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e3a8a351-dd62-467d-9c34-10e29125512b"
},
{
"private_location_id": "cbf7d9d4-0151-442d-a7f1-50523a544f3e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "92c3b13a-9fd7-4024-8b12-7e168f315598"
}
]
}
]
| 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. |