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": "14331ef1-d80c-43e9-b560-66ddf29485e1",
"private_locations": [
{
"private_location_id": "6de8c177-daed-47c2-890e-4af965789134",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "db22c556-70ef-46f3-ba47-0d12afe24970"
},
{
"private_location_id": "6f449b63-53c3-49ab-be7b-46cdb17083b4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b2c32c5c-3843-46ec-8308-8c71c3b9b1b4"
},
{
"private_location_id": "19ace50d-2c67-412d-ba2f-bd980a71146b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3740778a-11ad-4f81-b2f9-e841dc08d58c"
}
]
},
{
"access_group": "c6f0b023-7ea4-407f-a057-9a83e0e109fb",
"private_locations": [
{
"private_location_id": "6f449b63-53c3-49ab-be7b-46cdb17083b4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b2c32c5c-3843-46ec-8308-8c71c3b9b1b4"
},
{
"private_location_id": "19ace50d-2c67-412d-ba2f-bd980a71146b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3740778a-11ad-4f81-b2f9-e841dc08d58c"
},
{
"private_location_id": "19ace50d-2c67-412d-ba2f-bd980a71146b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3740778a-11ad-4f81-b2f9-e841dc08d58c"
}
]
},
{
"access_group": "40d3e14b-6a16-4b64-bdf8-fecc8a090105",
"private_locations": [
{
"private_location_id": "6de8c177-daed-47c2-890e-4af965789134",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "db22c556-70ef-46f3-ba47-0d12afe24970"
},
{
"private_location_id": "6f449b63-53c3-49ab-be7b-46cdb17083b4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b2c32c5c-3843-46ec-8308-8c71c3b9b1b4"
},
{
"private_location_id": "6de8c177-daed-47c2-890e-4af965789134",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "db22c556-70ef-46f3-ba47-0d12afe24970"
}
]
}
]
| 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. |