GET private-locations
Retrieves a list of private locations for the current customer.
Request example
curl --request GET "https://api-asm2.apica.io/v3/private-locations?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"
Response body model example and description
[
{
"access_group": "e1e3acd0-8075-48a9-ab8e-3755d66c9cc5",
"private_locations": [
{
"private_location_id": "0c147a69-ba9e-4c77-a63c-f03e5af802f1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d39caeed-817a-4a13-b123-1bf490d603a9"
},
{
"private_location_id": "f14f1b4b-839f-4bb9-90c5-0308772892c4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8b698fb7-4fd5-4074-ae4c-31cc6e2baa69"
},
{
"private_location_id": "181ab942-2311-462a-b58a-a5b4ba67dfc5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9dcb5b66-0435-4e85-94b9-4e2438e4b25c"
}
]
},
{
"access_group": "a757479b-e1e0-48e4-b71a-1345ce7df469",
"private_locations": [
{
"private_location_id": "f14f1b4b-839f-4bb9-90c5-0308772892c4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8b698fb7-4fd5-4074-ae4c-31cc6e2baa69"
},
{
"private_location_id": "f14f1b4b-839f-4bb9-90c5-0308772892c4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8b698fb7-4fd5-4074-ae4c-31cc6e2baa69"
},
{
"private_location_id": "0c147a69-ba9e-4c77-a63c-f03e5af802f1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d39caeed-817a-4a13-b123-1bf490d603a9"
}
]
},
{
"access_group": "ee702733-b751-448c-ad3e-c6229271b3e8",
"private_locations": [
{
"private_location_id": "181ab942-2311-462a-b58a-a5b4ba67dfc5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9dcb5b66-0435-4e85-94b9-4e2438e4b25c"
},
{
"private_location_id": "0c147a69-ba9e-4c77-a63c-f03e5af802f1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d39caeed-817a-4a13-b123-1bf490d603a9"
},
{
"private_location_id": "f14f1b4b-839f-4bb9-90c5-0308772892c4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8b698fb7-4fd5-4074-ae4c-31cc6e2baa69"
}
]
}
]
| 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. |