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": "3d277d78-13ba-4e1f-bea2-11bfc92ddc19",
"private_locations": [
{
"private_location_id": "c9298667-cb81-43a9-97e1-102d4f9d7f33",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b52ed5b7-2adb-4edc-9640-975762290ed1"
},
{
"private_location_id": "a7693dfe-fa84-4c51-9a04-e61f7b1c14dd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "27668633-6ff3-4e58-ad75-810b4c4ff9cf"
},
{
"private_location_id": "e1038d5f-9ca0-4812-8c26-ab2221383e64",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a749783c-b3bc-4374-91fc-14e8f9a67cde"
}
]
},
{
"access_group": "0e6be659-6fd3-4f55-91a4-4787d14046b2",
"private_locations": [
{
"private_location_id": "a7693dfe-fa84-4c51-9a04-e61f7b1c14dd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "27668633-6ff3-4e58-ad75-810b4c4ff9cf"
},
{
"private_location_id": "c9298667-cb81-43a9-97e1-102d4f9d7f33",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b52ed5b7-2adb-4edc-9640-975762290ed1"
},
{
"private_location_id": "e1038d5f-9ca0-4812-8c26-ab2221383e64",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a749783c-b3bc-4374-91fc-14e8f9a67cde"
}
]
},
{
"access_group": "ee4beba9-eba2-4005-8a34-84dafb4f8eb7",
"private_locations": [
{
"private_location_id": "a7693dfe-fa84-4c51-9a04-e61f7b1c14dd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "27668633-6ff3-4e58-ad75-810b4c4ff9cf"
},
{
"private_location_id": "c9298667-cb81-43a9-97e1-102d4f9d7f33",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b52ed5b7-2adb-4edc-9640-975762290ed1"
},
{
"private_location_id": "c9298667-cb81-43a9-97e1-102d4f9d7f33",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b52ed5b7-2adb-4edc-9640-975762290ed1"
}
]
}
]
| 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. |