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": "93a8bf14-fc66-43c3-ba76-8ce6f7af3942",
"private_locations": [
{
"private_location_id": "58a67867-b88f-4472-bea5-6078c5095b11",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ac9584a2-0d60-4aa0-b92f-e847c4c36b5d"
},
{
"private_location_id": "7126cee2-dd2a-45c2-b2ab-863122d1b96d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b59983d8-132d-4853-9378-c4b17b703f45"
},
{
"private_location_id": "b27ab504-e079-4dd1-9c8f-3e35928a8ccd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "356b4636-229d-4fd7-8271-ac952ab80eea"
}
]
},
{
"access_group": "7689c00f-c0df-4874-9193-16671253218b",
"private_locations": [
{
"private_location_id": "7126cee2-dd2a-45c2-b2ab-863122d1b96d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b59983d8-132d-4853-9378-c4b17b703f45"
},
{
"private_location_id": "7126cee2-dd2a-45c2-b2ab-863122d1b96d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b59983d8-132d-4853-9378-c4b17b703f45"
},
{
"private_location_id": "b27ab504-e079-4dd1-9c8f-3e35928a8ccd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "356b4636-229d-4fd7-8271-ac952ab80eea"
}
]
},
{
"access_group": "e57c4272-5681-4b26-ade2-c85141fe4d6a",
"private_locations": [
{
"private_location_id": "58a67867-b88f-4472-bea5-6078c5095b11",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ac9584a2-0d60-4aa0-b92f-e847c4c36b5d"
},
{
"private_location_id": "7126cee2-dd2a-45c2-b2ab-863122d1b96d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b59983d8-132d-4853-9378-c4b17b703f45"
},
{
"private_location_id": "7126cee2-dd2a-45c2-b2ab-863122d1b96d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b59983d8-132d-4853-9378-c4b17b703f45"
}
]
}
]
| 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. |