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": "4454a9af-6cad-4db9-81bd-9062aa2138ff",
"private_locations": [
{
"private_location_id": "348e7bf6-c47e-4e45-a971-839c0df34f46",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6337e059-db82-4829-9d3d-76234b42a263"
},
{
"private_location_id": "93510770-9d11-4e33-94ba-79ebbcb79c3e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e0cc56f4-6986-4e75-b049-b5cb96e92218"
},
{
"private_location_id": "e06ac0fa-d55c-4cec-963d-b0423583174f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "5ed1458e-c76e-43a7-9462-f6be68755868"
}
]
},
{
"access_group": "8cc600c3-a651-48a5-bd0c-c3a671ea2579",
"private_locations": [
{
"private_location_id": "e06ac0fa-d55c-4cec-963d-b0423583174f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "5ed1458e-c76e-43a7-9462-f6be68755868"
},
{
"private_location_id": "93510770-9d11-4e33-94ba-79ebbcb79c3e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e0cc56f4-6986-4e75-b049-b5cb96e92218"
},
{
"private_location_id": "93510770-9d11-4e33-94ba-79ebbcb79c3e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e0cc56f4-6986-4e75-b049-b5cb96e92218"
}
]
},
{
"access_group": "8d8c2f15-0146-49fc-918a-76203fbd3950",
"private_locations": [
{
"private_location_id": "93510770-9d11-4e33-94ba-79ebbcb79c3e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e0cc56f4-6986-4e75-b049-b5cb96e92218"
},
{
"private_location_id": "e06ac0fa-d55c-4cec-963d-b0423583174f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "5ed1458e-c76e-43a7-9462-f6be68755868"
},
{
"private_location_id": "e06ac0fa-d55c-4cec-963d-b0423583174f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "5ed1458e-c76e-43a7-9462-f6be68755868"
}
]
}
]
| 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. |