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": "0b0535da-f860-4b26-a9a1-febaf35bba88",
"private_locations": [
{
"private_location_id": "196aaf43-b8d0-4462-b3e1-b04d0a83c316",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "04b94c06-0ebd-443c-9268-28389c58d77c"
},
{
"private_location_id": "e0462570-c4e7-4ed3-8d42-600dc5431872",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "da12b40c-00db-42ef-918c-0bedee44da2f"
},
{
"private_location_id": "e9b6bce4-5def-4c6e-a2d5-686272540b6f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3aa34608-ecd9-40aa-976d-d88e90355c54"
}
]
},
{
"access_group": "bcce218a-a545-42b7-8cf6-ff0e7d5d120c",
"private_locations": [
{
"private_location_id": "e9b6bce4-5def-4c6e-a2d5-686272540b6f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3aa34608-ecd9-40aa-976d-d88e90355c54"
},
{
"private_location_id": "e0462570-c4e7-4ed3-8d42-600dc5431872",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "da12b40c-00db-42ef-918c-0bedee44da2f"
},
{
"private_location_id": "e0462570-c4e7-4ed3-8d42-600dc5431872",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "da12b40c-00db-42ef-918c-0bedee44da2f"
}
]
},
{
"access_group": "7c75c6fa-1c46-42fe-89ca-3d2a29284aa9",
"private_locations": [
{
"private_location_id": "e9b6bce4-5def-4c6e-a2d5-686272540b6f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3aa34608-ecd9-40aa-976d-d88e90355c54"
},
{
"private_location_id": "e0462570-c4e7-4ed3-8d42-600dc5431872",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "da12b40c-00db-42ef-918c-0bedee44da2f"
},
{
"private_location_id": "196aaf43-b8d0-4462-b3e1-b04d0a83c316",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "04b94c06-0ebd-443c-9268-28389c58d77c"
}
]
}
]
| 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. |