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": "2f873592-68db-4b0a-8677-ff4b217d3e97",
"private_locations": [
{
"private_location_id": "2ca2e799-bcbb-4208-9e38-8a652acad40c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "91ce989e-5c78-4cba-b6b2-efda061a2bfc"
},
{
"private_location_id": "da45ddda-2bbb-4716-93d3-adfc46704266",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "785c312a-e2e7-4a10-b6d9-c703c499eeae"
},
{
"private_location_id": "c4945c89-449a-46d3-8f6d-53a7030c6140",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8dbf16f3-e8a6-49af-ae0b-ae91590d3b3c"
}
]
},
{
"access_group": "5c1d799c-4d02-42b0-905e-494b2087186d",
"private_locations": [
{
"private_location_id": "2ca2e799-bcbb-4208-9e38-8a652acad40c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "91ce989e-5c78-4cba-b6b2-efda061a2bfc"
},
{
"private_location_id": "da45ddda-2bbb-4716-93d3-adfc46704266",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "785c312a-e2e7-4a10-b6d9-c703c499eeae"
},
{
"private_location_id": "da45ddda-2bbb-4716-93d3-adfc46704266",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "785c312a-e2e7-4a10-b6d9-c703c499eeae"
}
]
},
{
"access_group": "ab4bb0b0-53cd-4200-9de9-43ca14b12266",
"private_locations": [
{
"private_location_id": "2ca2e799-bcbb-4208-9e38-8a652acad40c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "91ce989e-5c78-4cba-b6b2-efda061a2bfc"
},
{
"private_location_id": "da45ddda-2bbb-4716-93d3-adfc46704266",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "785c312a-e2e7-4a10-b6d9-c703c499eeae"
},
{
"private_location_id": "c4945c89-449a-46d3-8f6d-53a7030c6140",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8dbf16f3-e8a6-49af-ae0b-ae91590d3b3c"
}
]
}
]
| 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. |