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": "04f7d2ee-6df2-4a63-be82-9837956fa94e",
"private_locations": [
{
"private_location_id": "0bf1884f-9b49-497d-b9b8-3b42b5032e7f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0abe39f3-e9d5-4b23-a152-62f0fe378a70"
},
{
"private_location_id": "35aeb5b9-4803-4c33-9fac-159840afd323",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "55ff2bd1-eccc-4590-a3bd-c5a2371f087e"
},
{
"private_location_id": "13b07448-d701-472b-9fca-924dca6c3877",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f483c333-30a2-44e6-8d23-a50647e170a0"
}
]
},
{
"access_group": "2a530e61-e0cb-4fe3-94f7-46720381d45f",
"private_locations": [
{
"private_location_id": "35aeb5b9-4803-4c33-9fac-159840afd323",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "55ff2bd1-eccc-4590-a3bd-c5a2371f087e"
},
{
"private_location_id": "35aeb5b9-4803-4c33-9fac-159840afd323",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "55ff2bd1-eccc-4590-a3bd-c5a2371f087e"
},
{
"private_location_id": "0bf1884f-9b49-497d-b9b8-3b42b5032e7f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0abe39f3-e9d5-4b23-a152-62f0fe378a70"
}
]
},
{
"access_group": "5f9f0c33-86a4-47be-a1d3-f0d623aa476d",
"private_locations": [
{
"private_location_id": "13b07448-d701-472b-9fca-924dca6c3877",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f483c333-30a2-44e6-8d23-a50647e170a0"
},
{
"private_location_id": "0bf1884f-9b49-497d-b9b8-3b42b5032e7f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0abe39f3-e9d5-4b23-a152-62f0fe378a70"
},
{
"private_location_id": "35aeb5b9-4803-4c33-9fac-159840afd323",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "55ff2bd1-eccc-4590-a3bd-c5a2371f087e"
}
]
}
]
| 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. |