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": "c5b9b8c9-3dea-4406-bbdc-06b834813845",
"private_locations": [
{
"private_location_id": "26fbc27f-3680-43ea-bf10-bf10838a1f2d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "81e44445-db91-40f0-bd1f-0a4af1e1c9fc"
},
{
"private_location_id": "f8cf222e-0f89-446f-888d-13ff7c102fea",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "52db5034-03a3-4384-b267-20fa939bba8d"
},
{
"private_location_id": "51671f37-62f3-4efe-b09a-22791ef995ca",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8f284b6a-bafd-4361-882c-fe3eee7e10ab"
}
]
},
{
"access_group": "eb4cf102-610d-4511-bade-07564189e35c",
"private_locations": [
{
"private_location_id": "f8cf222e-0f89-446f-888d-13ff7c102fea",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "52db5034-03a3-4384-b267-20fa939bba8d"
},
{
"private_location_id": "26fbc27f-3680-43ea-bf10-bf10838a1f2d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "81e44445-db91-40f0-bd1f-0a4af1e1c9fc"
},
{
"private_location_id": "51671f37-62f3-4efe-b09a-22791ef995ca",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8f284b6a-bafd-4361-882c-fe3eee7e10ab"
}
]
},
{
"access_group": "9ec06ad0-2448-4fcb-a7bb-64aae14cd033",
"private_locations": [
{
"private_location_id": "26fbc27f-3680-43ea-bf10-bf10838a1f2d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "81e44445-db91-40f0-bd1f-0a4af1e1c9fc"
},
{
"private_location_id": "26fbc27f-3680-43ea-bf10-bf10838a1f2d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "81e44445-db91-40f0-bd1f-0a4af1e1c9fc"
},
{
"private_location_id": "26fbc27f-3680-43ea-bf10-bf10838a1f2d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "81e44445-db91-40f0-bd1f-0a4af1e1c9fc"
}
]
}
]
| 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. |