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": "a9e1acc7-b640-4801-b71e-9c35500080d7",
"private_locations": [
{
"private_location_id": "35899f53-2720-42d7-982e-af60108fd8b3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b4226c31-88dd-4838-8e77-bda91d8fd1b5"
},
{
"private_location_id": "6535a235-31e2-40f9-95f6-0a4cf43d1494",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "57be1481-331d-4713-bdea-4596e189bcf8"
},
{
"private_location_id": "ae1f20ae-3c36-498a-86ef-96db295b1695",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ca0da2c3-5a81-4f2e-a4fe-8646206a3227"
}
]
},
{
"access_group": "1ddbb6ff-1d46-4490-b444-a69333ad67f7",
"private_locations": [
{
"private_location_id": "6535a235-31e2-40f9-95f6-0a4cf43d1494",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "57be1481-331d-4713-bdea-4596e189bcf8"
},
{
"private_location_id": "ae1f20ae-3c36-498a-86ef-96db295b1695",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ca0da2c3-5a81-4f2e-a4fe-8646206a3227"
},
{
"private_location_id": "ae1f20ae-3c36-498a-86ef-96db295b1695",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ca0da2c3-5a81-4f2e-a4fe-8646206a3227"
}
]
},
{
"access_group": "579abf9b-ff12-4f31-981a-b005853d5210",
"private_locations": [
{
"private_location_id": "ae1f20ae-3c36-498a-86ef-96db295b1695",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ca0da2c3-5a81-4f2e-a4fe-8646206a3227"
},
{
"private_location_id": "ae1f20ae-3c36-498a-86ef-96db295b1695",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ca0da2c3-5a81-4f2e-a4fe-8646206a3227"
},
{
"private_location_id": "ae1f20ae-3c36-498a-86ef-96db295b1695",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ca0da2c3-5a81-4f2e-a4fe-8646206a3227"
}
]
}
]
| 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. |