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": "52dcd243-2081-4869-8081-a1b092042531",
"private_locations": [
{
"private_location_id": "3dd1a271-df49-4248-a6cc-7d82b927bb53",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "74ef1a40-7cd3-4d9e-bf7f-cbd122abe2ef"
},
{
"private_location_id": "f1c3753a-b641-4387-ac0e-48f0c93b81d8",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "dfef7f9a-f08d-4442-be71-a325c5c814ed"
},
{
"private_location_id": "7024b1ec-827b-430a-b2fc-fc91b76ee25a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8e78f67c-d760-4ca6-9836-123b96640546"
}
]
},
{
"access_group": "e9d6b026-945f-4930-a10e-1a4cccdc69b1",
"private_locations": [
{
"private_location_id": "3dd1a271-df49-4248-a6cc-7d82b927bb53",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "74ef1a40-7cd3-4d9e-bf7f-cbd122abe2ef"
},
{
"private_location_id": "7024b1ec-827b-430a-b2fc-fc91b76ee25a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8e78f67c-d760-4ca6-9836-123b96640546"
},
{
"private_location_id": "3dd1a271-df49-4248-a6cc-7d82b927bb53",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "74ef1a40-7cd3-4d9e-bf7f-cbd122abe2ef"
}
]
},
{
"access_group": "9721f8bd-c49c-4de2-b863-071e06afb91b",
"private_locations": [
{
"private_location_id": "7024b1ec-827b-430a-b2fc-fc91b76ee25a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8e78f67c-d760-4ca6-9836-123b96640546"
},
{
"private_location_id": "7024b1ec-827b-430a-b2fc-fc91b76ee25a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8e78f67c-d760-4ca6-9836-123b96640546"
},
{
"private_location_id": "3dd1a271-df49-4248-a6cc-7d82b927bb53",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "74ef1a40-7cd3-4d9e-bf7f-cbd122abe2ef"
}
]
}
]
| 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. |