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": "0ad2c127-f22a-4a07-93c7-7b22f2014829",
"private_locations": [
{
"private_location_id": "16ced5a1-421a-4e7a-9ddc-e36cfc3ac49e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f78dc31b-65a7-4525-a3d6-7dc665962e47"
},
{
"private_location_id": "c674c9a5-8085-4c5a-8eb1-04fe4c1679ec",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2a77e847-8dc1-45bf-9ac9-522dfb577d1b"
},
{
"private_location_id": "f51e7431-4ad0-4c67-8c0c-00155f2b3e29",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b73f76ab-0584-4e73-8ded-4b9a44d85a43"
}
]
},
{
"access_group": "6563bd09-2664-4ee2-b48d-50dd9d78589e",
"private_locations": [
{
"private_location_id": "c674c9a5-8085-4c5a-8eb1-04fe4c1679ec",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2a77e847-8dc1-45bf-9ac9-522dfb577d1b"
},
{
"private_location_id": "c674c9a5-8085-4c5a-8eb1-04fe4c1679ec",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2a77e847-8dc1-45bf-9ac9-522dfb577d1b"
},
{
"private_location_id": "f51e7431-4ad0-4c67-8c0c-00155f2b3e29",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b73f76ab-0584-4e73-8ded-4b9a44d85a43"
}
]
},
{
"access_group": "20fb6d32-d4a9-4a2e-a38c-42eb4d05ff92",
"private_locations": [
{
"private_location_id": "c674c9a5-8085-4c5a-8eb1-04fe4c1679ec",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2a77e847-8dc1-45bf-9ac9-522dfb577d1b"
},
{
"private_location_id": "f51e7431-4ad0-4c67-8c0c-00155f2b3e29",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b73f76ab-0584-4e73-8ded-4b9a44d85a43"
},
{
"private_location_id": "f51e7431-4ad0-4c67-8c0c-00155f2b3e29",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b73f76ab-0584-4e73-8ded-4b9a44d85a43"
}
]
}
]
| 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. |