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": "4a3b316d-4781-4526-b926-29fd9831b60b",
"private_locations": [
{
"private_location_id": "f0f92eec-da1d-4f53-b9db-ed4c81dc7849",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "cdb423b1-c225-4dd4-a7af-253c6aa720a5"
},
{
"private_location_id": "50940df1-93bb-45ab-a4a9-2fec6e23268b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4091739d-537b-462d-bb22-ecb237a253a8"
},
{
"private_location_id": "ec587a68-7ac0-4f02-bf78-26d634933bf1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "43523210-27da-4dba-a10d-38ebc109079f"
}
]
},
{
"access_group": "86e46ec5-b9e5-4bac-b344-a6648f2064e3",
"private_locations": [
{
"private_location_id": "50940df1-93bb-45ab-a4a9-2fec6e23268b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4091739d-537b-462d-bb22-ecb237a253a8"
},
{
"private_location_id": "f0f92eec-da1d-4f53-b9db-ed4c81dc7849",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "cdb423b1-c225-4dd4-a7af-253c6aa720a5"
},
{
"private_location_id": "ec587a68-7ac0-4f02-bf78-26d634933bf1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "43523210-27da-4dba-a10d-38ebc109079f"
}
]
},
{
"access_group": "45cb21b8-64a1-440e-b4d9-b900819c4cb3",
"private_locations": [
{
"private_location_id": "ec587a68-7ac0-4f02-bf78-26d634933bf1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "43523210-27da-4dba-a10d-38ebc109079f"
},
{
"private_location_id": "f0f92eec-da1d-4f53-b9db-ed4c81dc7849",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "cdb423b1-c225-4dd4-a7af-253c6aa720a5"
},
{
"private_location_id": "50940df1-93bb-45ab-a4a9-2fec6e23268b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4091739d-537b-462d-bb22-ecb237a253a8"
}
]
}
]
| 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. |