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": "ca6e6118-4fd0-41cf-86bf-674942134801",
"private_locations": [
{
"private_location_id": "0c1325bc-d427-4b20-a121-d8605abf08d0",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b1c031ba-13c4-41de-bfd9-b6459821d242"
},
{
"private_location_id": "dddcdae4-051a-466b-9847-3b8dbfbbc6e3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8adbd3b2-37b1-42d0-a2b6-3ad67c8a92a6"
},
{
"private_location_id": "09951dc3-3cdd-47e6-9614-53742b7c2f50",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "831f01d6-8419-498d-b532-b707fce1caf0"
}
]
},
{
"access_group": "7c38414a-932e-43ec-ae54-1dec24cd5a40",
"private_locations": [
{
"private_location_id": "dddcdae4-051a-466b-9847-3b8dbfbbc6e3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8adbd3b2-37b1-42d0-a2b6-3ad67c8a92a6"
},
{
"private_location_id": "09951dc3-3cdd-47e6-9614-53742b7c2f50",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "831f01d6-8419-498d-b532-b707fce1caf0"
},
{
"private_location_id": "0c1325bc-d427-4b20-a121-d8605abf08d0",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b1c031ba-13c4-41de-bfd9-b6459821d242"
}
]
},
{
"access_group": "5c44da03-4c2f-473e-a72e-468959990b0d",
"private_locations": [
{
"private_location_id": "09951dc3-3cdd-47e6-9614-53742b7c2f50",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "831f01d6-8419-498d-b532-b707fce1caf0"
},
{
"private_location_id": "0c1325bc-d427-4b20-a121-d8605abf08d0",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b1c031ba-13c4-41de-bfd9-b6459821d242"
},
{
"private_location_id": "0c1325bc-d427-4b20-a121-d8605abf08d0",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b1c031ba-13c4-41de-bfd9-b6459821d242"
}
]
}
]
| 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. |