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": "dff0b872-c3ea-45b1-88d2-0dcd30f1dc8d",
"private_locations": [
{
"private_location_id": "a4a655de-4e59-4452-857f-fb7c0bd64f3a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fc000709-a062-4867-9609-5b43789ad4f2"
},
{
"private_location_id": "cee9533b-3b55-474a-9e22-71d19c69913c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a5a8b2fe-960f-4701-b12b-c18b607bc1f4"
},
{
"private_location_id": "aff71f46-928a-4198-b61f-8f4a17283561",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "569e285f-24ea-4df2-8cf8-dd637fe21a77"
}
]
},
{
"access_group": "f76a97dd-6b0f-462b-9a9a-6e7cad3c1a5d",
"private_locations": [
{
"private_location_id": "cee9533b-3b55-474a-9e22-71d19c69913c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a5a8b2fe-960f-4701-b12b-c18b607bc1f4"
},
{
"private_location_id": "aff71f46-928a-4198-b61f-8f4a17283561",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "569e285f-24ea-4df2-8cf8-dd637fe21a77"
},
{
"private_location_id": "cee9533b-3b55-474a-9e22-71d19c69913c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a5a8b2fe-960f-4701-b12b-c18b607bc1f4"
}
]
},
{
"access_group": "c9f7f0a8-bc5f-4b8d-933b-2c0c03983fea",
"private_locations": [
{
"private_location_id": "cee9533b-3b55-474a-9e22-71d19c69913c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a5a8b2fe-960f-4701-b12b-c18b607bc1f4"
},
{
"private_location_id": "aff71f46-928a-4198-b61f-8f4a17283561",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "569e285f-24ea-4df2-8cf8-dd637fe21a77"
},
{
"private_location_id": "cee9533b-3b55-474a-9e22-71d19c69913c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a5a8b2fe-960f-4701-b12b-c18b607bc1f4"
}
]
}
]
| 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. |