GET private-locations
Retrieves a list of private locations for the current customer.
Request example
curl --request GET "https://api-asm2.apica.io/v3/private-locations?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"
Response body model example and description
[
{
"access_group": "6d028431-b424-4214-8cb5-0d2f5151083e",
"private_locations": [
{
"private_location_id": "2a27e8e4-f8e7-4688-b337-6058f7949413",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9772a2e1-6895-4ee7-888d-1d589c29d8c6"
},
{
"private_location_id": "fd9906f1-9971-4218-ba5d-d61711eae453",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f5550b12-ee4c-47a8-9dcb-ca43672f6867"
},
{
"private_location_id": "603a4d3c-6d70-4559-9143-748a3d72b4d1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d76c9726-72c7-4e13-b20b-9c14f77c9cb6"
}
]
},
{
"access_group": "14af29bf-6846-4d70-b31f-604a8a2987a0",
"private_locations": [
{
"private_location_id": "603a4d3c-6d70-4559-9143-748a3d72b4d1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d76c9726-72c7-4e13-b20b-9c14f77c9cb6"
},
{
"private_location_id": "fd9906f1-9971-4218-ba5d-d61711eae453",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f5550b12-ee4c-47a8-9dcb-ca43672f6867"
},
{
"private_location_id": "2a27e8e4-f8e7-4688-b337-6058f7949413",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9772a2e1-6895-4ee7-888d-1d589c29d8c6"
}
]
},
{
"access_group": "d19eca82-8ac6-4bd9-80a6-f913282b30bb",
"private_locations": [
{
"private_location_id": "603a4d3c-6d70-4559-9143-748a3d72b4d1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d76c9726-72c7-4e13-b20b-9c14f77c9cb6"
},
{
"private_location_id": "2a27e8e4-f8e7-4688-b337-6058f7949413",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9772a2e1-6895-4ee7-888d-1d589c29d8c6"
},
{
"private_location_id": "603a4d3c-6d70-4559-9143-748a3d72b4d1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d76c9726-72c7-4e13-b20b-9c14f77c9cb6"
}
]
}
]
| 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. |