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": "ca4503fb-0423-4502-8d26-4d674561b771",
"private_locations": [
{
"private_location_id": "9e221444-2a3e-42b8-9163-e10ad4bb3efa",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "5a2656e8-acae-4151-8df1-bec528c622df"
},
{
"private_location_id": "e88b18b9-ffaf-4270-a0a2-53c2b490209e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d506d5d9-9690-4bd2-9784-b68bb7b71bcb"
},
{
"private_location_id": "9bf44287-b195-4aaf-a54a-d042fed71717",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f219c545-2437-4762-9cf4-4f1cb17c3322"
}
]
},
{
"access_group": "260f8287-2234-4129-9c61-b22bbf7a9390",
"private_locations": [
{
"private_location_id": "9e221444-2a3e-42b8-9163-e10ad4bb3efa",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "5a2656e8-acae-4151-8df1-bec528c622df"
},
{
"private_location_id": "9bf44287-b195-4aaf-a54a-d042fed71717",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f219c545-2437-4762-9cf4-4f1cb17c3322"
},
{
"private_location_id": "e88b18b9-ffaf-4270-a0a2-53c2b490209e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d506d5d9-9690-4bd2-9784-b68bb7b71bcb"
}
]
},
{
"access_group": "6f69f8ff-8624-4f23-9424-3d567db1cce6",
"private_locations": [
{
"private_location_id": "9bf44287-b195-4aaf-a54a-d042fed71717",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f219c545-2437-4762-9cf4-4f1cb17c3322"
},
{
"private_location_id": "e88b18b9-ffaf-4270-a0a2-53c2b490209e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d506d5d9-9690-4bd2-9784-b68bb7b71bcb"
},
{
"private_location_id": "9e221444-2a3e-42b8-9163-e10ad4bb3efa",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "5a2656e8-acae-4151-8df1-bec528c622df"
}
]
}
]
| 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. |