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": "b0418a7b-fa4e-4a92-bd49-99dd610fc2d9",
"private_locations": [
{
"private_location_id": "408cc1a7-1d14-4b65-bd8b-a9eecfd138c7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "45c95e9b-77a3-44b0-9124-54e14f028007"
},
{
"private_location_id": "177bc0c0-bbb8-4215-b368-719915b56540",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0ec94ca2-11c5-4f15-8964-73b156d7da95"
},
{
"private_location_id": "7f37467a-35dc-4396-a985-19b3933d7fb9",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "21447f2b-3d53-42ae-9ab3-d1562220b928"
}
]
},
{
"access_group": "82a8c6d0-c17e-4b64-8fdd-feaab3b8851a",
"private_locations": [
{
"private_location_id": "177bc0c0-bbb8-4215-b368-719915b56540",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0ec94ca2-11c5-4f15-8964-73b156d7da95"
},
{
"private_location_id": "177bc0c0-bbb8-4215-b368-719915b56540",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0ec94ca2-11c5-4f15-8964-73b156d7da95"
},
{
"private_location_id": "177bc0c0-bbb8-4215-b368-719915b56540",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0ec94ca2-11c5-4f15-8964-73b156d7da95"
}
]
},
{
"access_group": "69b3d32d-d26a-4e3d-81dc-3120666cb518",
"private_locations": [
{
"private_location_id": "408cc1a7-1d14-4b65-bd8b-a9eecfd138c7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "45c95e9b-77a3-44b0-9124-54e14f028007"
},
{
"private_location_id": "177bc0c0-bbb8-4215-b368-719915b56540",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0ec94ca2-11c5-4f15-8964-73b156d7da95"
},
{
"private_location_id": "177bc0c0-bbb8-4215-b368-719915b56540",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0ec94ca2-11c5-4f15-8964-73b156d7da95"
}
]
}
]
| 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. |