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": "6d099390-b040-4c94-b7b9-a5aac2650504",
"private_locations": [
{
"private_location_id": "42fc4f4f-8256-4fd7-9b24-2f431c5686c5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9311e423-fc1c-435d-9d97-c0c9ea607767"
},
{
"private_location_id": "aa520df4-4fda-4be6-af85-67d02250bd31",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e2018b79-22ac-412e-b1b6-f7af045058bf"
},
{
"private_location_id": "16e19f1a-c0f6-46cc-b221-735eff7d92cc",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a03fa229-48d9-489b-9f42-76fedbe3047d"
}
]
},
{
"access_group": "528182dd-4cdf-43fb-b9aa-5377bf8e0f83",
"private_locations": [
{
"private_location_id": "42fc4f4f-8256-4fd7-9b24-2f431c5686c5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9311e423-fc1c-435d-9d97-c0c9ea607767"
},
{
"private_location_id": "aa520df4-4fda-4be6-af85-67d02250bd31",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e2018b79-22ac-412e-b1b6-f7af045058bf"
},
{
"private_location_id": "42fc4f4f-8256-4fd7-9b24-2f431c5686c5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9311e423-fc1c-435d-9d97-c0c9ea607767"
}
]
},
{
"access_group": "241927d0-1bb9-4ee3-af68-4c7fd3a632ed",
"private_locations": [
{
"private_location_id": "16e19f1a-c0f6-46cc-b221-735eff7d92cc",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a03fa229-48d9-489b-9f42-76fedbe3047d"
},
{
"private_location_id": "42fc4f4f-8256-4fd7-9b24-2f431c5686c5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9311e423-fc1c-435d-9d97-c0c9ea607767"
},
{
"private_location_id": "42fc4f4f-8256-4fd7-9b24-2f431c5686c5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9311e423-fc1c-435d-9d97-c0c9ea607767"
}
]
}
]
| 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. |