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": "3e0abed0-ae7d-4703-afa7-34bbd1f97e17",
"private_locations": [
{
"private_location_id": "94f07d09-6cab-4f33-993c-de935525b9c1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "babe304a-3ce5-49a6-ab06-3ea4004d0783"
},
{
"private_location_id": "7dc86cf2-1a93-4039-aca0-3c06ead7f065",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f09c3808-8da7-4b55-80aa-a68d7b5a6fbb"
},
{
"private_location_id": "10038b44-1475-4afc-9737-261d95e49c15",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "27c2fe3a-0cfe-458c-aa5a-a12e95a0042a"
}
]
},
{
"access_group": "1957150a-0e44-4c5f-ab07-86de6c89a807",
"private_locations": [
{
"private_location_id": "10038b44-1475-4afc-9737-261d95e49c15",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "27c2fe3a-0cfe-458c-aa5a-a12e95a0042a"
},
{
"private_location_id": "7dc86cf2-1a93-4039-aca0-3c06ead7f065",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f09c3808-8da7-4b55-80aa-a68d7b5a6fbb"
},
{
"private_location_id": "94f07d09-6cab-4f33-993c-de935525b9c1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "babe304a-3ce5-49a6-ab06-3ea4004d0783"
}
]
},
{
"access_group": "d2bc4c10-6849-4c4f-8eb0-2e35fe3ad6a3",
"private_locations": [
{
"private_location_id": "7dc86cf2-1a93-4039-aca0-3c06ead7f065",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f09c3808-8da7-4b55-80aa-a68d7b5a6fbb"
},
{
"private_location_id": "94f07d09-6cab-4f33-993c-de935525b9c1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "babe304a-3ce5-49a6-ab06-3ea4004d0783"
},
{
"private_location_id": "10038b44-1475-4afc-9737-261d95e49c15",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "27c2fe3a-0cfe-458c-aa5a-a12e95a0042a"
}
]
}
]
| 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. |