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": "5423ace7-4455-40b7-80d0-0a2eec475415",
"private_locations": [
{
"private_location_id": "0b222b34-6d88-42b8-ab38-b5f05a56778c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e1bbabc6-801e-47bb-b392-ae9f9de8fdfd"
},
{
"private_location_id": "29d33343-fef0-4305-bf68-672fb049d35a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d50cb4c0-f78f-4568-a926-40b995a964f7"
},
{
"private_location_id": "8fffd7ae-e76e-4596-8293-515a81e3eef4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "978fcd07-61ce-4440-8af2-49b630094a1c"
}
]
},
{
"access_group": "b04cae54-17c3-427d-b035-f21ac4bba13d",
"private_locations": [
{
"private_location_id": "0b222b34-6d88-42b8-ab38-b5f05a56778c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e1bbabc6-801e-47bb-b392-ae9f9de8fdfd"
},
{
"private_location_id": "0b222b34-6d88-42b8-ab38-b5f05a56778c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e1bbabc6-801e-47bb-b392-ae9f9de8fdfd"
},
{
"private_location_id": "8fffd7ae-e76e-4596-8293-515a81e3eef4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "978fcd07-61ce-4440-8af2-49b630094a1c"
}
]
},
{
"access_group": "09050df0-4ff8-464c-b7b9-6ad645a2d81e",
"private_locations": [
{
"private_location_id": "8fffd7ae-e76e-4596-8293-515a81e3eef4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "978fcd07-61ce-4440-8af2-49b630094a1c"
},
{
"private_location_id": "29d33343-fef0-4305-bf68-672fb049d35a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d50cb4c0-f78f-4568-a926-40b995a964f7"
},
{
"private_location_id": "29d33343-fef0-4305-bf68-672fb049d35a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d50cb4c0-f78f-4568-a926-40b995a964f7"
}
]
}
]
| 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. |