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": "33932121-3be7-4690-8107-0a57ce20a524",
"private_locations": [
{
"private_location_id": "0dd47e7c-6fea-4204-9f71-7d130f4d0fdf",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "65f854c3-ceec-4896-bb99-0de916d1c91a"
},
{
"private_location_id": "4c675ff8-5b33-4fc5-b704-f28b801939c7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b515a314-f166-4567-bebc-af157ddf4ae6"
},
{
"private_location_id": "0e442253-e930-4eb0-b701-361be0651a15",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f924a9bc-d54e-4058-93a1-a47ad6b6146e"
}
]
},
{
"access_group": "491f9e8c-b2b4-4a0d-bf61-d900be8a8fae",
"private_locations": [
{
"private_location_id": "4c675ff8-5b33-4fc5-b704-f28b801939c7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b515a314-f166-4567-bebc-af157ddf4ae6"
},
{
"private_location_id": "4c675ff8-5b33-4fc5-b704-f28b801939c7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b515a314-f166-4567-bebc-af157ddf4ae6"
},
{
"private_location_id": "0e442253-e930-4eb0-b701-361be0651a15",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f924a9bc-d54e-4058-93a1-a47ad6b6146e"
}
]
},
{
"access_group": "b317cb07-4c84-4e8b-8df2-6f412be7ee44",
"private_locations": [
{
"private_location_id": "0dd47e7c-6fea-4204-9f71-7d130f4d0fdf",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "65f854c3-ceec-4896-bb99-0de916d1c91a"
},
{
"private_location_id": "4c675ff8-5b33-4fc5-b704-f28b801939c7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b515a314-f166-4567-bebc-af157ddf4ae6"
},
{
"private_location_id": "4c675ff8-5b33-4fc5-b704-f28b801939c7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b515a314-f166-4567-bebc-af157ddf4ae6"
}
]
}
]
| 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. |