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": "79ac0983-a297-400f-a027-c834a62cd99b",
"private_locations": [
{
"private_location_id": "77fb0d69-fd3c-469f-8859-e0c532021606",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "871149a6-a66e-4285-8705-6bafb14a4cc0"
},
{
"private_location_id": "8d0b9c6e-552b-41ee-80c4-4b9d50f86d92",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ab0b621c-cd7a-4c95-a406-02191c1cd5db"
},
{
"private_location_id": "4e7ca9d2-35ac-443b-8fe1-1eb2331e3c79",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "7717d490-4b15-4d18-a3c2-60f1a5c41963"
}
]
},
{
"access_group": "06c713c8-74cc-44b0-ba19-1ed7b539d03c",
"private_locations": [
{
"private_location_id": "77fb0d69-fd3c-469f-8859-e0c532021606",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "871149a6-a66e-4285-8705-6bafb14a4cc0"
},
{
"private_location_id": "4e7ca9d2-35ac-443b-8fe1-1eb2331e3c79",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "7717d490-4b15-4d18-a3c2-60f1a5c41963"
},
{
"private_location_id": "4e7ca9d2-35ac-443b-8fe1-1eb2331e3c79",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "7717d490-4b15-4d18-a3c2-60f1a5c41963"
}
]
},
{
"access_group": "951e910e-ac19-45dd-98e5-d32ec6e8ecda",
"private_locations": [
{
"private_location_id": "77fb0d69-fd3c-469f-8859-e0c532021606",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "871149a6-a66e-4285-8705-6bafb14a4cc0"
},
{
"private_location_id": "4e7ca9d2-35ac-443b-8fe1-1eb2331e3c79",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "7717d490-4b15-4d18-a3c2-60f1a5c41963"
},
{
"private_location_id": "8d0b9c6e-552b-41ee-80c4-4b9d50f86d92",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ab0b621c-cd7a-4c95-a406-02191c1cd5db"
}
]
}
]
| 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. |