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": "1b27a085-9944-48e9-9e20-8cf158d7a6f3",
"private_locations": [
{
"private_location_id": "8c56c5f9-a7ee-4dc4-8715-909003d10dbe",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9d81fa3f-023d-4182-a1da-d8bb5b8ac298"
},
{
"private_location_id": "6b1a432a-1634-449a-8d57-50a79c91861f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8b02e0de-39d0-4be5-b997-0213a6499294"
},
{
"private_location_id": "b7f7bf10-3b18-437e-b74f-766238ce2c33",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a5e020b9-5797-4eea-bcd7-dffdeede4131"
}
]
},
{
"access_group": "91dc62d6-5eda-430a-abb0-559e8e3f589f",
"private_locations": [
{
"private_location_id": "6b1a432a-1634-449a-8d57-50a79c91861f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8b02e0de-39d0-4be5-b997-0213a6499294"
},
{
"private_location_id": "6b1a432a-1634-449a-8d57-50a79c91861f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8b02e0de-39d0-4be5-b997-0213a6499294"
},
{
"private_location_id": "6b1a432a-1634-449a-8d57-50a79c91861f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8b02e0de-39d0-4be5-b997-0213a6499294"
}
]
},
{
"access_group": "bfcffade-c357-4139-9b0c-c6ca5bce9d5a",
"private_locations": [
{
"private_location_id": "8c56c5f9-a7ee-4dc4-8715-909003d10dbe",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9d81fa3f-023d-4182-a1da-d8bb5b8ac298"
},
{
"private_location_id": "8c56c5f9-a7ee-4dc4-8715-909003d10dbe",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9d81fa3f-023d-4182-a1da-d8bb5b8ac298"
},
{
"private_location_id": "b7f7bf10-3b18-437e-b74f-766238ce2c33",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a5e020b9-5797-4eea-bcd7-dffdeede4131"
}
]
}
]
| 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. |