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": "f48adffc-8c2c-4350-84ee-689f628e1c9d",
"private_locations": [
{
"private_location_id": "7d3c3f6f-f449-4e90-8dad-3eeecdc3b8c6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4b5daaad-ee8d-4568-910d-e84dc6c0a5a1"
},
{
"private_location_id": "7f888bcd-404f-45ea-bcaa-2de35b02f246",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3f7e5cdd-8086-4644-ae03-7ac47f96325b"
},
{
"private_location_id": "a4bc5af3-0f61-48f3-9143-50920bbf04f5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ce8acc08-e634-4dd0-ada0-eb3db31c5bc1"
}
]
},
{
"access_group": "9f324eda-9005-4f28-85b5-9ffc470c2fa2",
"private_locations": [
{
"private_location_id": "7d3c3f6f-f449-4e90-8dad-3eeecdc3b8c6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4b5daaad-ee8d-4568-910d-e84dc6c0a5a1"
},
{
"private_location_id": "7d3c3f6f-f449-4e90-8dad-3eeecdc3b8c6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4b5daaad-ee8d-4568-910d-e84dc6c0a5a1"
},
{
"private_location_id": "7f888bcd-404f-45ea-bcaa-2de35b02f246",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3f7e5cdd-8086-4644-ae03-7ac47f96325b"
}
]
},
{
"access_group": "fafedb74-dd94-458a-a018-47cfdd80ce88",
"private_locations": [
{
"private_location_id": "7f888bcd-404f-45ea-bcaa-2de35b02f246",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3f7e5cdd-8086-4644-ae03-7ac47f96325b"
},
{
"private_location_id": "a4bc5af3-0f61-48f3-9143-50920bbf04f5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ce8acc08-e634-4dd0-ada0-eb3db31c5bc1"
},
{
"private_location_id": "7d3c3f6f-f449-4e90-8dad-3eeecdc3b8c6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4b5daaad-ee8d-4568-910d-e84dc6c0a5a1"
}
]
}
]
| 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. |