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": "85b09e6a-37e7-47a7-bfa3-bfe7d0b64c46",
"private_locations": [
{
"private_location_id": "8ed947c9-8dfb-4c6a-870a-b4508e5eea74",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fe77edb1-103d-4a36-996f-7d7bf5334bb3"
},
{
"private_location_id": "a9dd988f-aecd-4c35-8e41-35486ccc6e35",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b1fc9701-f0fa-4e91-b89c-6027a79bf5cb"
},
{
"private_location_id": "cfcd4c44-e298-48fd-b32b-35dc5e2bf8d0",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c2d88914-449b-4f3e-b149-33bd2458370a"
}
]
},
{
"access_group": "cba743ee-a87b-449d-8d1c-707cfc59c75b",
"private_locations": [
{
"private_location_id": "a9dd988f-aecd-4c35-8e41-35486ccc6e35",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b1fc9701-f0fa-4e91-b89c-6027a79bf5cb"
},
{
"private_location_id": "cfcd4c44-e298-48fd-b32b-35dc5e2bf8d0",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c2d88914-449b-4f3e-b149-33bd2458370a"
},
{
"private_location_id": "a9dd988f-aecd-4c35-8e41-35486ccc6e35",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b1fc9701-f0fa-4e91-b89c-6027a79bf5cb"
}
]
},
{
"access_group": "b34f9a0a-674a-4280-a210-f164a1fe88c2",
"private_locations": [
{
"private_location_id": "a9dd988f-aecd-4c35-8e41-35486ccc6e35",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b1fc9701-f0fa-4e91-b89c-6027a79bf5cb"
},
{
"private_location_id": "a9dd988f-aecd-4c35-8e41-35486ccc6e35",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b1fc9701-f0fa-4e91-b89c-6027a79bf5cb"
},
{
"private_location_id": "a9dd988f-aecd-4c35-8e41-35486ccc6e35",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b1fc9701-f0fa-4e91-b89c-6027a79bf5cb"
}
]
}
]
| 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. |