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": "d923d8f8-f9ef-4247-811e-e82b850c529d",
"private_locations": [
{
"private_location_id": "3a03d710-4d7a-4150-8212-5bbe930062ed",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8f7cd329-f97b-49e5-9089-f8c2ba434733"
},
{
"private_location_id": "e4eadbdd-4445-462c-a781-eecd19a3bf11",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ef7b1c18-deb8-4a0e-b9d7-ba08d22e8665"
},
{
"private_location_id": "c2360e7a-3d5b-47cd-ad12-d662283bf16a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "62a50996-97c1-4f4f-b8b5-fc8245772fba"
}
]
},
{
"access_group": "4bafada6-6951-47f2-be70-30120e7c7478",
"private_locations": [
{
"private_location_id": "c2360e7a-3d5b-47cd-ad12-d662283bf16a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "62a50996-97c1-4f4f-b8b5-fc8245772fba"
},
{
"private_location_id": "3a03d710-4d7a-4150-8212-5bbe930062ed",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8f7cd329-f97b-49e5-9089-f8c2ba434733"
},
{
"private_location_id": "e4eadbdd-4445-462c-a781-eecd19a3bf11",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ef7b1c18-deb8-4a0e-b9d7-ba08d22e8665"
}
]
},
{
"access_group": "6f914541-e5d6-4b97-9a9a-673f109d6d2b",
"private_locations": [
{
"private_location_id": "3a03d710-4d7a-4150-8212-5bbe930062ed",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8f7cd329-f97b-49e5-9089-f8c2ba434733"
},
{
"private_location_id": "3a03d710-4d7a-4150-8212-5bbe930062ed",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8f7cd329-f97b-49e5-9089-f8c2ba434733"
},
{
"private_location_id": "c2360e7a-3d5b-47cd-ad12-d662283bf16a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "62a50996-97c1-4f4f-b8b5-fc8245772fba"
}
]
}
]
| 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. |