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": "efe441f4-76e8-430b-a6f7-6c826264e3f8",
"private_locations": [
{
"private_location_id": "51a66ed8-30e4-4172-9fca-d2e9a87cf16c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fc24d643-34b0-4985-8f2b-c670bfd4bd53"
},
{
"private_location_id": "d101ca77-c58e-4f12-bd3d-eb3f3ae1016e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4e110ec5-b385-41f3-8b85-8e4c96965b39"
},
{
"private_location_id": "664d501c-f705-4bd8-8577-9b6f28237c07",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "dc284eb7-6658-4460-b67a-73aef21ed1e7"
}
]
},
{
"access_group": "2d23f959-fa6f-4b01-9ba9-f6eeb4c757a9",
"private_locations": [
{
"private_location_id": "664d501c-f705-4bd8-8577-9b6f28237c07",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "dc284eb7-6658-4460-b67a-73aef21ed1e7"
},
{
"private_location_id": "664d501c-f705-4bd8-8577-9b6f28237c07",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "dc284eb7-6658-4460-b67a-73aef21ed1e7"
},
{
"private_location_id": "d101ca77-c58e-4f12-bd3d-eb3f3ae1016e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4e110ec5-b385-41f3-8b85-8e4c96965b39"
}
]
},
{
"access_group": "79d25766-a57a-4781-a916-8a5009855ba1",
"private_locations": [
{
"private_location_id": "51a66ed8-30e4-4172-9fca-d2e9a87cf16c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fc24d643-34b0-4985-8f2b-c670bfd4bd53"
},
{
"private_location_id": "51a66ed8-30e4-4172-9fca-d2e9a87cf16c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fc24d643-34b0-4985-8f2b-c670bfd4bd53"
},
{
"private_location_id": "51a66ed8-30e4-4172-9fca-d2e9a87cf16c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fc24d643-34b0-4985-8f2b-c670bfd4bd53"
}
]
}
]
| 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. |