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": "e4c44c9c-d6e8-4703-8116-8aa2264f3020",
"private_locations": [
{
"private_location_id": "daa58dd7-36ec-4134-839e-91a7b6b9b5b3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0e70ac45-e70c-4d1a-8524-8ccb2ce2589e"
},
{
"private_location_id": "95afa62a-f656-40e1-a96b-d72abdeafba8",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8ff74dac-6013-49cf-8ae1-9cb6f45064fe"
},
{
"private_location_id": "ab106507-5061-497c-a6b1-1a2679c094ef",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2200449f-1537-4733-94a6-838ab6592b42"
}
]
},
{
"access_group": "b7799318-0d95-49eb-8e53-96d276d4af52",
"private_locations": [
{
"private_location_id": "daa58dd7-36ec-4134-839e-91a7b6b9b5b3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0e70ac45-e70c-4d1a-8524-8ccb2ce2589e"
},
{
"private_location_id": "95afa62a-f656-40e1-a96b-d72abdeafba8",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8ff74dac-6013-49cf-8ae1-9cb6f45064fe"
},
{
"private_location_id": "95afa62a-f656-40e1-a96b-d72abdeafba8",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8ff74dac-6013-49cf-8ae1-9cb6f45064fe"
}
]
},
{
"access_group": "86fd2285-90dd-4124-8277-6b1e2e1fbedf",
"private_locations": [
{
"private_location_id": "ab106507-5061-497c-a6b1-1a2679c094ef",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2200449f-1537-4733-94a6-838ab6592b42"
},
{
"private_location_id": "95afa62a-f656-40e1-a96b-d72abdeafba8",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8ff74dac-6013-49cf-8ae1-9cb6f45064fe"
},
{
"private_location_id": "daa58dd7-36ec-4134-839e-91a7b6b9b5b3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0e70ac45-e70c-4d1a-8524-8ccb2ce2589e"
}
]
}
]
| 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. |