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": "5bbf6221-a396-473e-8127-49ad7138b9d7",
"private_locations": [
{
"private_location_id": "14467028-971a-4ecf-ac8c-8b8cfce025a8",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c00db3ef-4f66-4546-ae5f-1fc7f103adf1"
},
{
"private_location_id": "30aef8fc-9ebf-4c1c-83cf-ae6520dbc554",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "334a71b8-6c75-4032-8f1b-310e44c0f06a"
},
{
"private_location_id": "0e19b7b5-04da-41a0-a941-27d5aadc8ae5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c3eb40e0-92cc-473d-a36f-21437ea819e2"
}
]
},
{
"access_group": "168765aa-12dd-4129-ae4b-5664f0751da7",
"private_locations": [
{
"private_location_id": "0e19b7b5-04da-41a0-a941-27d5aadc8ae5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c3eb40e0-92cc-473d-a36f-21437ea819e2"
},
{
"private_location_id": "30aef8fc-9ebf-4c1c-83cf-ae6520dbc554",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "334a71b8-6c75-4032-8f1b-310e44c0f06a"
},
{
"private_location_id": "0e19b7b5-04da-41a0-a941-27d5aadc8ae5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c3eb40e0-92cc-473d-a36f-21437ea819e2"
}
]
},
{
"access_group": "366f6871-da4c-43bd-9cd4-4f9ec0ed74d5",
"private_locations": [
{
"private_location_id": "30aef8fc-9ebf-4c1c-83cf-ae6520dbc554",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "334a71b8-6c75-4032-8f1b-310e44c0f06a"
},
{
"private_location_id": "30aef8fc-9ebf-4c1c-83cf-ae6520dbc554",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "334a71b8-6c75-4032-8f1b-310e44c0f06a"
},
{
"private_location_id": "30aef8fc-9ebf-4c1c-83cf-ae6520dbc554",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "334a71b8-6c75-4032-8f1b-310e44c0f06a"
}
]
}
]
| 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. |