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": "7d3b1698-c590-4482-b2ef-26ed4b1a2c10",
"private_locations": [
{
"private_location_id": "b1e744c6-f530-4ed0-a486-10374e9b8822",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6c43f243-9f18-48f6-9b05-0aa3f7e5e4c9"
},
{
"private_location_id": "63bc096a-c715-4aa9-9a24-f9759cdb4e78",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3c912be5-f4d0-4db2-b29f-b626e7a53f98"
},
{
"private_location_id": "8e103d9d-e2dc-44e2-ae4d-9844345d7b94",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ffa4c57e-6f36-45eb-b9bc-dfd6824d4e4d"
}
]
},
{
"access_group": "4ad07e63-1ae8-4573-bae6-9f0cac087f1c",
"private_locations": [
{
"private_location_id": "63bc096a-c715-4aa9-9a24-f9759cdb4e78",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3c912be5-f4d0-4db2-b29f-b626e7a53f98"
},
{
"private_location_id": "b1e744c6-f530-4ed0-a486-10374e9b8822",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6c43f243-9f18-48f6-9b05-0aa3f7e5e4c9"
},
{
"private_location_id": "b1e744c6-f530-4ed0-a486-10374e9b8822",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6c43f243-9f18-48f6-9b05-0aa3f7e5e4c9"
}
]
},
{
"access_group": "57487d27-442b-44d8-bbdf-405ae9104e42",
"private_locations": [
{
"private_location_id": "63bc096a-c715-4aa9-9a24-f9759cdb4e78",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3c912be5-f4d0-4db2-b29f-b626e7a53f98"
},
{
"private_location_id": "b1e744c6-f530-4ed0-a486-10374e9b8822",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6c43f243-9f18-48f6-9b05-0aa3f7e5e4c9"
},
{
"private_location_id": "63bc096a-c715-4aa9-9a24-f9759cdb4e78",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3c912be5-f4d0-4db2-b29f-b626e7a53f98"
}
]
}
]
| 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. |