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": "a2a93c8b-fc9d-4ab4-a3a9-0de1a198e0d8",
"private_locations": [
{
"private_location_id": "9fd9a42e-1002-4629-87c3-a72382e215c6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "24d6b3a1-37c2-4846-af76-8779d7e79cf9"
},
{
"private_location_id": "40d33b81-0fdb-43a5-af51-99340983ff8f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "eb172f14-d035-48de-9b12-49dfdb0fd7fb"
},
{
"private_location_id": "3e15763c-f9e1-4144-af88-ae58c250b911",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "489a728b-68ec-40ea-825c-8d5bf58d69dc"
}
]
},
{
"access_group": "a1dfba98-21b5-4ea8-9900-8fe511d872cf",
"private_locations": [
{
"private_location_id": "9fd9a42e-1002-4629-87c3-a72382e215c6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "24d6b3a1-37c2-4846-af76-8779d7e79cf9"
},
{
"private_location_id": "3e15763c-f9e1-4144-af88-ae58c250b911",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "489a728b-68ec-40ea-825c-8d5bf58d69dc"
},
{
"private_location_id": "3e15763c-f9e1-4144-af88-ae58c250b911",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "489a728b-68ec-40ea-825c-8d5bf58d69dc"
}
]
},
{
"access_group": "ed8ff076-baad-4ef2-bad9-ad04eb835c05",
"private_locations": [
{
"private_location_id": "3e15763c-f9e1-4144-af88-ae58c250b911",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "489a728b-68ec-40ea-825c-8d5bf58d69dc"
},
{
"private_location_id": "40d33b81-0fdb-43a5-af51-99340983ff8f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "eb172f14-d035-48de-9b12-49dfdb0fd7fb"
},
{
"private_location_id": "40d33b81-0fdb-43a5-af51-99340983ff8f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "eb172f14-d035-48de-9b12-49dfdb0fd7fb"
}
]
}
]
| 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. |