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": "484316ff-8ed6-468f-8703-7a8e7b6f80fe",
"private_locations": [
{
"private_location_id": "2b817052-992a-4acd-8bb9-882a08bc10a4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ccdbdff4-d98c-4db7-bb02-d322c709e206"
},
{
"private_location_id": "d8812717-9c70-4604-ac13-529c5f2b8100",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1becb5cf-5ef6-40a3-9f92-ba5ed8dbae57"
},
{
"private_location_id": "9d3876bd-82cd-477d-8d70-de4568aadbbe",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e9844aa7-0a3b-4d9d-b686-b59e35ac0f5f"
}
]
},
{
"access_group": "8a5703b4-4475-470d-9cb8-ce1bf99e18f4",
"private_locations": [
{
"private_location_id": "d8812717-9c70-4604-ac13-529c5f2b8100",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1becb5cf-5ef6-40a3-9f92-ba5ed8dbae57"
},
{
"private_location_id": "2b817052-992a-4acd-8bb9-882a08bc10a4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ccdbdff4-d98c-4db7-bb02-d322c709e206"
},
{
"private_location_id": "2b817052-992a-4acd-8bb9-882a08bc10a4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ccdbdff4-d98c-4db7-bb02-d322c709e206"
}
]
},
{
"access_group": "e4fbe8f6-2091-465e-9c9e-e8ab9f712c3e",
"private_locations": [
{
"private_location_id": "2b817052-992a-4acd-8bb9-882a08bc10a4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ccdbdff4-d98c-4db7-bb02-d322c709e206"
},
{
"private_location_id": "9d3876bd-82cd-477d-8d70-de4568aadbbe",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e9844aa7-0a3b-4d9d-b686-b59e35ac0f5f"
},
{
"private_location_id": "2b817052-992a-4acd-8bb9-882a08bc10a4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ccdbdff4-d98c-4db7-bb02-d322c709e206"
}
]
}
]
| 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. |