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": "b2c7812d-61b7-44d9-b35b-ea4329b0d67c",
"private_locations": [
{
"private_location_id": "a3ec6ac8-c4e0-4d38-9c3d-0f35369ff4c9",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6f46a5fc-990f-4127-b7d8-a5fb1fc701ad"
},
{
"private_location_id": "833521c2-71cc-42a0-88ae-4c8327875ef7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "02c208ff-a0ad-4056-9ade-2f8946a95124"
},
{
"private_location_id": "4e3db399-49c4-42ac-9e63-09d3316fedcf",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "77c9150a-c1e1-4bf3-9c6a-11da4dc2ed40"
}
]
},
{
"access_group": "0703fde7-c631-481a-8452-042273346765",
"private_locations": [
{
"private_location_id": "4e3db399-49c4-42ac-9e63-09d3316fedcf",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "77c9150a-c1e1-4bf3-9c6a-11da4dc2ed40"
},
{
"private_location_id": "4e3db399-49c4-42ac-9e63-09d3316fedcf",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "77c9150a-c1e1-4bf3-9c6a-11da4dc2ed40"
},
{
"private_location_id": "a3ec6ac8-c4e0-4d38-9c3d-0f35369ff4c9",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6f46a5fc-990f-4127-b7d8-a5fb1fc701ad"
}
]
},
{
"access_group": "eae82c09-ddc0-429a-95c4-5d4adb7e6f38",
"private_locations": [
{
"private_location_id": "a3ec6ac8-c4e0-4d38-9c3d-0f35369ff4c9",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6f46a5fc-990f-4127-b7d8-a5fb1fc701ad"
},
{
"private_location_id": "833521c2-71cc-42a0-88ae-4c8327875ef7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "02c208ff-a0ad-4056-9ade-2f8946a95124"
},
{
"private_location_id": "4e3db399-49c4-42ac-9e63-09d3316fedcf",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "77c9150a-c1e1-4bf3-9c6a-11da4dc2ed40"
}
]
}
]
| 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. |