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": "d01ac2a8-05f4-4633-a822-758458db76ff",
"private_locations": [
{
"private_location_id": "d69ae897-d903-41d6-91ed-bdbd0893b541",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "23a5829e-78db-4e72-98c9-4e1190f51bc0"
},
{
"private_location_id": "671d141d-a5df-4df9-a2db-504cc27aacb2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "68119d77-2384-4a82-bd94-d03f80446729"
},
{
"private_location_id": "d3ad6914-301f-45a8-8125-e4301ae22e69",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "73faeb21-92a1-48d0-972c-1b6dadec8c7b"
}
]
},
{
"access_group": "0dec84d0-ac8a-4a7b-bbcd-6964ec207201",
"private_locations": [
{
"private_location_id": "671d141d-a5df-4df9-a2db-504cc27aacb2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "68119d77-2384-4a82-bd94-d03f80446729"
},
{
"private_location_id": "d69ae897-d903-41d6-91ed-bdbd0893b541",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "23a5829e-78db-4e72-98c9-4e1190f51bc0"
},
{
"private_location_id": "d3ad6914-301f-45a8-8125-e4301ae22e69",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "73faeb21-92a1-48d0-972c-1b6dadec8c7b"
}
]
},
{
"access_group": "c5ab3aaa-b213-4dcd-967c-8c3a6345e93c",
"private_locations": [
{
"private_location_id": "d69ae897-d903-41d6-91ed-bdbd0893b541",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "23a5829e-78db-4e72-98c9-4e1190f51bc0"
},
{
"private_location_id": "671d141d-a5df-4df9-a2db-504cc27aacb2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "68119d77-2384-4a82-bd94-d03f80446729"
},
{
"private_location_id": "671d141d-a5df-4df9-a2db-504cc27aacb2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "68119d77-2384-4a82-bd94-d03f80446729"
}
]
}
]
| 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. |