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": "9bd5a913-add6-4507-8322-f60b956667a1",
"private_locations": [
{
"private_location_id": "26a74c21-a98a-4bf7-b0e4-2259175dbb45",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "17f9aab2-e658-41ec-9549-51c9b89d8945"
},
{
"private_location_id": "074ddcc9-5f00-4c69-bb6e-53317d3936bb",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ad87adaf-a5b0-4350-a4b2-563b82035ba3"
},
{
"private_location_id": "b0a4949d-febc-4ed2-b0ec-25037b4dd140",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "68b0917e-70ab-4ff1-9bd0-433b79f754fa"
}
]
},
{
"access_group": "988f74e1-8b1a-4434-81d7-8f7aa37b8473",
"private_locations": [
{
"private_location_id": "b0a4949d-febc-4ed2-b0ec-25037b4dd140",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "68b0917e-70ab-4ff1-9bd0-433b79f754fa"
},
{
"private_location_id": "26a74c21-a98a-4bf7-b0e4-2259175dbb45",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "17f9aab2-e658-41ec-9549-51c9b89d8945"
},
{
"private_location_id": "26a74c21-a98a-4bf7-b0e4-2259175dbb45",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "17f9aab2-e658-41ec-9549-51c9b89d8945"
}
]
},
{
"access_group": "cbac7751-10b1-4da6-b73a-4dcfc08c652c",
"private_locations": [
{
"private_location_id": "26a74c21-a98a-4bf7-b0e4-2259175dbb45",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "17f9aab2-e658-41ec-9549-51c9b89d8945"
},
{
"private_location_id": "074ddcc9-5f00-4c69-bb6e-53317d3936bb",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ad87adaf-a5b0-4350-a4b2-563b82035ba3"
},
{
"private_location_id": "074ddcc9-5f00-4c69-bb6e-53317d3936bb",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ad87adaf-a5b0-4350-a4b2-563b82035ba3"
}
]
}
]
| 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. |