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": "bd464bc1-a348-4ffe-9796-5ea208e289c3",
"private_locations": [
{
"private_location_id": "88228c57-3ff2-498d-8b0a-16c8578a9990",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "64d9db3b-3cf1-47cb-bdb7-968726d6cf3f"
},
{
"private_location_id": "fb9f911f-3557-4cf3-9a97-8ee797b6fe67",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "48ca5eae-4c94-4429-9b63-045c3b69a9f0"
},
{
"private_location_id": "ac2b4ad2-ed07-4c73-a7aa-eed2c02652a4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8fad4562-a06b-4d8a-8273-cbab60eb8d4f"
}
]
},
{
"access_group": "f07139c2-6cb5-4286-8bbf-c3c35569e786",
"private_locations": [
{
"private_location_id": "fb9f911f-3557-4cf3-9a97-8ee797b6fe67",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "48ca5eae-4c94-4429-9b63-045c3b69a9f0"
},
{
"private_location_id": "ac2b4ad2-ed07-4c73-a7aa-eed2c02652a4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8fad4562-a06b-4d8a-8273-cbab60eb8d4f"
},
{
"private_location_id": "ac2b4ad2-ed07-4c73-a7aa-eed2c02652a4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8fad4562-a06b-4d8a-8273-cbab60eb8d4f"
}
]
},
{
"access_group": "e52a2bfe-83d3-4172-83c8-43977bfc22fa",
"private_locations": [
{
"private_location_id": "fb9f911f-3557-4cf3-9a97-8ee797b6fe67",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "48ca5eae-4c94-4429-9b63-045c3b69a9f0"
},
{
"private_location_id": "88228c57-3ff2-498d-8b0a-16c8578a9990",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "64d9db3b-3cf1-47cb-bdb7-968726d6cf3f"
},
{
"private_location_id": "ac2b4ad2-ed07-4c73-a7aa-eed2c02652a4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8fad4562-a06b-4d8a-8273-cbab60eb8d4f"
}
]
}
]
| 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. |