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": "debb7dba-7cc2-4b20-850b-4ecc190211ad",
"private_locations": [
{
"private_location_id": "a7a29a8b-8a0d-4358-a585-549b54e2d7c1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4d45e6e6-cd57-4ebc-bb07-6e77267e6e00"
},
{
"private_location_id": "b7a3708e-a0cc-456f-b53d-b6393611f611",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "04b4ed62-83e7-4953-8c67-4e5c78e6b54c"
},
{
"private_location_id": "65dd8918-0691-4792-a1c3-8bec4c2e91c7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2de4beb5-6296-44a3-adb7-74b26137f56f"
}
]
},
{
"access_group": "8a0a32fc-0f2c-4a8e-af96-77bff18c5a1d",
"private_locations": [
{
"private_location_id": "b7a3708e-a0cc-456f-b53d-b6393611f611",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "04b4ed62-83e7-4953-8c67-4e5c78e6b54c"
},
{
"private_location_id": "a7a29a8b-8a0d-4358-a585-549b54e2d7c1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4d45e6e6-cd57-4ebc-bb07-6e77267e6e00"
},
{
"private_location_id": "b7a3708e-a0cc-456f-b53d-b6393611f611",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "04b4ed62-83e7-4953-8c67-4e5c78e6b54c"
}
]
},
{
"access_group": "e826ad41-11e6-40b3-a320-92cee2c58816",
"private_locations": [
{
"private_location_id": "a7a29a8b-8a0d-4358-a585-549b54e2d7c1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4d45e6e6-cd57-4ebc-bb07-6e77267e6e00"
},
{
"private_location_id": "65dd8918-0691-4792-a1c3-8bec4c2e91c7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2de4beb5-6296-44a3-adb7-74b26137f56f"
},
{
"private_location_id": "a7a29a8b-8a0d-4358-a585-549b54e2d7c1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4d45e6e6-cd57-4ebc-bb07-6e77267e6e00"
}
]
}
]
| 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. |