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": "3760d312-2870-49af-9a28-0a98e9049ba3",
"private_locations": [
{
"private_location_id": "7eff325a-37e5-4a4a-b047-b459f7c69ce1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "04049c88-57ad-4059-b584-a68ad830ca0e"
},
{
"private_location_id": "9115fe93-9ac7-42c2-9eae-4e50bc92e1f5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4c875d20-46b1-4cc7-ab3f-dd155e71b1b7"
},
{
"private_location_id": "e450affc-b5b3-480c-be32-d2a7dd0ce44d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f7c188fb-8d60-44fc-a353-470f593a3e24"
}
]
},
{
"access_group": "d0a42d50-0bbe-4d85-a71f-60d98982517d",
"private_locations": [
{
"private_location_id": "7eff325a-37e5-4a4a-b047-b459f7c69ce1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "04049c88-57ad-4059-b584-a68ad830ca0e"
},
{
"private_location_id": "e450affc-b5b3-480c-be32-d2a7dd0ce44d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f7c188fb-8d60-44fc-a353-470f593a3e24"
},
{
"private_location_id": "e450affc-b5b3-480c-be32-d2a7dd0ce44d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f7c188fb-8d60-44fc-a353-470f593a3e24"
}
]
},
{
"access_group": "69b046eb-7097-44ad-9641-b90c09061885",
"private_locations": [
{
"private_location_id": "e450affc-b5b3-480c-be32-d2a7dd0ce44d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f7c188fb-8d60-44fc-a353-470f593a3e24"
},
{
"private_location_id": "7eff325a-37e5-4a4a-b047-b459f7c69ce1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "04049c88-57ad-4059-b584-a68ad830ca0e"
},
{
"private_location_id": "e450affc-b5b3-480c-be32-d2a7dd0ce44d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f7c188fb-8d60-44fc-a353-470f593a3e24"
}
]
}
]
| 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. |