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": "9a398fb0-bc28-4744-9543-41530aa86fe8",
"private_locations": [
{
"private_location_id": "108fab35-8756-4e6a-8fe7-06675ba4e97e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0f8468c5-4db8-484e-b4d3-e80d01572189"
},
{
"private_location_id": "c56b8878-c468-4bcd-92e3-a8e33e7d9489",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "dff49911-a5fb-493d-bd68-0a55562892e6"
},
{
"private_location_id": "a8b6a8ac-a520-4b87-82c1-8e612bc730a1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b2083608-37f1-4106-8256-15dbd75197e3"
}
]
},
{
"access_group": "53704667-f1d4-48bf-986a-fe172fd03b59",
"private_locations": [
{
"private_location_id": "a8b6a8ac-a520-4b87-82c1-8e612bc730a1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b2083608-37f1-4106-8256-15dbd75197e3"
},
{
"private_location_id": "a8b6a8ac-a520-4b87-82c1-8e612bc730a1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b2083608-37f1-4106-8256-15dbd75197e3"
},
{
"private_location_id": "a8b6a8ac-a520-4b87-82c1-8e612bc730a1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b2083608-37f1-4106-8256-15dbd75197e3"
}
]
},
{
"access_group": "576ff2ca-600e-4a7a-9e96-bb9a10e4f5b8",
"private_locations": [
{
"private_location_id": "c56b8878-c468-4bcd-92e3-a8e33e7d9489",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "dff49911-a5fb-493d-bd68-0a55562892e6"
},
{
"private_location_id": "108fab35-8756-4e6a-8fe7-06675ba4e97e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0f8468c5-4db8-484e-b4d3-e80d01572189"
},
{
"private_location_id": "a8b6a8ac-a520-4b87-82c1-8e612bc730a1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b2083608-37f1-4106-8256-15dbd75197e3"
}
]
}
]
| 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. |