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": "cbd34af8-68b1-4881-8d61-2608a31ec39b",
"private_locations": [
{
"private_location_id": "881108ce-5141-4814-88c5-ecaac55fa097",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "39bbfb4d-8f30-482f-9675-15347ff79693"
},
{
"private_location_id": "625b6628-d80a-4fd2-b716-39005a237d19",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b3a3ff5d-0f72-4b86-b22e-4d9c047985f0"
},
{
"private_location_id": "0b221a4a-65d1-4150-be1c-6d682decefea",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "68390c51-e983-42a6-820c-28fbd628133c"
}
]
},
{
"access_group": "b4a13bac-89e8-4a18-ad6a-29b9970bbcbb",
"private_locations": [
{
"private_location_id": "625b6628-d80a-4fd2-b716-39005a237d19",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b3a3ff5d-0f72-4b86-b22e-4d9c047985f0"
},
{
"private_location_id": "625b6628-d80a-4fd2-b716-39005a237d19",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b3a3ff5d-0f72-4b86-b22e-4d9c047985f0"
},
{
"private_location_id": "881108ce-5141-4814-88c5-ecaac55fa097",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "39bbfb4d-8f30-482f-9675-15347ff79693"
}
]
},
{
"access_group": "de9c356f-a6f5-49c6-b01f-d15d5b06e60c",
"private_locations": [
{
"private_location_id": "881108ce-5141-4814-88c5-ecaac55fa097",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "39bbfb4d-8f30-482f-9675-15347ff79693"
},
{
"private_location_id": "881108ce-5141-4814-88c5-ecaac55fa097",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "39bbfb4d-8f30-482f-9675-15347ff79693"
},
{
"private_location_id": "881108ce-5141-4814-88c5-ecaac55fa097",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "39bbfb4d-8f30-482f-9675-15347ff79693"
}
]
}
]
| 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. |