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": "145aeb6c-d3b6-49ac-90c6-15ba1b457531",
"private_locations": [
{
"private_location_id": "64bee26d-1e6e-452c-a98b-6b179c58320d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "5c5cea38-5a8b-4498-b43f-208fc7ba1366"
},
{
"private_location_id": "383d2da8-4929-4eb3-9994-608cc777c98b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "5919ef19-0fef-4c9e-af9e-90c822a1f8b3"
},
{
"private_location_id": "3996824a-b273-457b-9f96-00dc2f2fe4cd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "68a2a3c7-aa44-4bbe-831b-ee31890b148f"
}
]
},
{
"access_group": "b4cade04-d345-4bbe-80a2-44fc38b1e0c4",
"private_locations": [
{
"private_location_id": "383d2da8-4929-4eb3-9994-608cc777c98b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "5919ef19-0fef-4c9e-af9e-90c822a1f8b3"
},
{
"private_location_id": "3996824a-b273-457b-9f96-00dc2f2fe4cd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "68a2a3c7-aa44-4bbe-831b-ee31890b148f"
},
{
"private_location_id": "64bee26d-1e6e-452c-a98b-6b179c58320d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "5c5cea38-5a8b-4498-b43f-208fc7ba1366"
}
]
},
{
"access_group": "03b1ad3b-b80d-4da1-bcaa-01379968564d",
"private_locations": [
{
"private_location_id": "383d2da8-4929-4eb3-9994-608cc777c98b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "5919ef19-0fef-4c9e-af9e-90c822a1f8b3"
},
{
"private_location_id": "64bee26d-1e6e-452c-a98b-6b179c58320d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "5c5cea38-5a8b-4498-b43f-208fc7ba1366"
},
{
"private_location_id": "3996824a-b273-457b-9f96-00dc2f2fe4cd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "68a2a3c7-aa44-4bbe-831b-ee31890b148f"
}
]
}
]
| 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. |