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": "c5b06543-af83-4db7-b1c2-f055e7f50b0f",
"private_locations": [
{
"private_location_id": "c93fbe8b-ba92-44fa-bc71-a965f838b74c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1d060ffd-3553-4748-9346-abf7f12bec69"
},
{
"private_location_id": "bd868fdf-3378-4e51-ab16-04a0cf42de67",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "394e9f4f-3819-408a-bcff-9dbe5537d5c0"
},
{
"private_location_id": "e6b89f32-beb0-481e-be58-adfa828020dc",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "33f082b6-dd45-43f6-9f84-a23ebde62418"
}
]
},
{
"access_group": "2ef0806d-7aa3-4841-b738-c4542c6eb73d",
"private_locations": [
{
"private_location_id": "bd868fdf-3378-4e51-ab16-04a0cf42de67",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "394e9f4f-3819-408a-bcff-9dbe5537d5c0"
},
{
"private_location_id": "c93fbe8b-ba92-44fa-bc71-a965f838b74c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1d060ffd-3553-4748-9346-abf7f12bec69"
},
{
"private_location_id": "c93fbe8b-ba92-44fa-bc71-a965f838b74c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1d060ffd-3553-4748-9346-abf7f12bec69"
}
]
},
{
"access_group": "599248da-fc30-45e7-88be-879d3d370991",
"private_locations": [
{
"private_location_id": "e6b89f32-beb0-481e-be58-adfa828020dc",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "33f082b6-dd45-43f6-9f84-a23ebde62418"
},
{
"private_location_id": "bd868fdf-3378-4e51-ab16-04a0cf42de67",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "394e9f4f-3819-408a-bcff-9dbe5537d5c0"
},
{
"private_location_id": "bd868fdf-3378-4e51-ab16-04a0cf42de67",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "394e9f4f-3819-408a-bcff-9dbe5537d5c0"
}
]
}
]
| 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. |