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": "e3a1d26a-df3b-4d37-8f51-6eb7afadbce8",
"private_locations": [
{
"private_location_id": "ff511d1c-92a2-4265-a781-f418518ab438",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ede11a7d-2142-46d9-aacb-94b9b5450d81"
},
{
"private_location_id": "70e67bf0-a1e7-42dc-8f38-7f3bbb73612a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bd00aaf8-4528-431a-a4f6-4d6c7f996161"
},
{
"private_location_id": "ac280e00-b413-4377-b643-c54417a5f0e8",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8a3f6f8c-8264-4bfe-a1ff-816ee6568bb1"
}
]
},
{
"access_group": "70726311-357e-46d0-930b-b38ba4e1d786",
"private_locations": [
{
"private_location_id": "70e67bf0-a1e7-42dc-8f38-7f3bbb73612a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bd00aaf8-4528-431a-a4f6-4d6c7f996161"
},
{
"private_location_id": "ac280e00-b413-4377-b643-c54417a5f0e8",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8a3f6f8c-8264-4bfe-a1ff-816ee6568bb1"
},
{
"private_location_id": "ac280e00-b413-4377-b643-c54417a5f0e8",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8a3f6f8c-8264-4bfe-a1ff-816ee6568bb1"
}
]
},
{
"access_group": "5f98ef68-7ad3-48d4-beea-747e165cc008",
"private_locations": [
{
"private_location_id": "ac280e00-b413-4377-b643-c54417a5f0e8",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8a3f6f8c-8264-4bfe-a1ff-816ee6568bb1"
},
{
"private_location_id": "ff511d1c-92a2-4265-a781-f418518ab438",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ede11a7d-2142-46d9-aacb-94b9b5450d81"
},
{
"private_location_id": "ff511d1c-92a2-4265-a781-f418518ab438",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ede11a7d-2142-46d9-aacb-94b9b5450d81"
}
]
}
]
| 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. |