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": "c73e56a1-fd5f-4045-9285-dcf1f4b9a28d",
"private_locations": [
{
"private_location_id": "368b1909-8958-46cd-be88-e88520e019c6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fc6c1a87-3c7c-4215-85cb-1b743b3c71ef"
},
{
"private_location_id": "8d04e5e5-d44b-48f2-a8af-79d608787270",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e3faa1ca-0cad-4a0f-b967-0d6e7357304d"
},
{
"private_location_id": "372aff0f-2df1-4cf0-9bcc-2ef5a6f7b4ac",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0d918ae0-db50-4e2b-90f4-a9d211043366"
}
]
},
{
"access_group": "179aa3e1-35a4-4dad-834c-60d23458174e",
"private_locations": [
{
"private_location_id": "372aff0f-2df1-4cf0-9bcc-2ef5a6f7b4ac",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0d918ae0-db50-4e2b-90f4-a9d211043366"
},
{
"private_location_id": "368b1909-8958-46cd-be88-e88520e019c6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fc6c1a87-3c7c-4215-85cb-1b743b3c71ef"
},
{
"private_location_id": "372aff0f-2df1-4cf0-9bcc-2ef5a6f7b4ac",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0d918ae0-db50-4e2b-90f4-a9d211043366"
}
]
},
{
"access_group": "96f49ff7-fcf7-49a1-8cd0-53d0b0eca86c",
"private_locations": [
{
"private_location_id": "372aff0f-2df1-4cf0-9bcc-2ef5a6f7b4ac",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0d918ae0-db50-4e2b-90f4-a9d211043366"
},
{
"private_location_id": "368b1909-8958-46cd-be88-e88520e019c6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fc6c1a87-3c7c-4215-85cb-1b743b3c71ef"
},
{
"private_location_id": "372aff0f-2df1-4cf0-9bcc-2ef5a6f7b4ac",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0d918ae0-db50-4e2b-90f4-a9d211043366"
}
]
}
]
| 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. |