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": "cf500175-3c49-4bc1-805c-6270c2024293",
"private_locations": [
{
"private_location_id": "27bace43-5275-4ad4-b22b-73ee924d418c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "7f9b2174-d675-48f8-89fe-76532927d02c"
},
{
"private_location_id": "f0f8a38f-ae85-4c47-a133-82356d4b938e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "7954bb02-1d78-4846-98f5-3884f8f074c2"
},
{
"private_location_id": "babce381-52ca-45f9-b3fc-9c4fe692a7c5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d9fae1ea-60fd-4edd-932b-cab0da2f8859"
}
]
},
{
"access_group": "28ba2bf1-b051-4735-8f39-323f45d1ead0",
"private_locations": [
{
"private_location_id": "babce381-52ca-45f9-b3fc-9c4fe692a7c5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d9fae1ea-60fd-4edd-932b-cab0da2f8859"
},
{
"private_location_id": "f0f8a38f-ae85-4c47-a133-82356d4b938e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "7954bb02-1d78-4846-98f5-3884f8f074c2"
},
{
"private_location_id": "f0f8a38f-ae85-4c47-a133-82356d4b938e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "7954bb02-1d78-4846-98f5-3884f8f074c2"
}
]
},
{
"access_group": "21e4ccec-c835-43cb-b7fd-898856ad7e20",
"private_locations": [
{
"private_location_id": "f0f8a38f-ae85-4c47-a133-82356d4b938e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "7954bb02-1d78-4846-98f5-3884f8f074c2"
},
{
"private_location_id": "27bace43-5275-4ad4-b22b-73ee924d418c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "7f9b2174-d675-48f8-89fe-76532927d02c"
},
{
"private_location_id": "f0f8a38f-ae85-4c47-a133-82356d4b938e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "7954bb02-1d78-4846-98f5-3884f8f074c2"
}
]
}
]
| 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. |