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": "040230bd-7f09-42db-8b04-9d4267e57b83",
"private_locations": [
{
"private_location_id": "24f74e1c-5005-4f49-9df8-a98f79dab536",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2253cdcc-9cfe-4ec2-87ae-a589594dd22f"
},
{
"private_location_id": "03c32f2a-e1cc-4df7-8677-20ed8da3210e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ddeefc66-cbf3-4db1-a649-f34e6da58ff8"
},
{
"private_location_id": "a44f87ee-43b0-48c7-bb9d-435a17452e79",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "760a8969-2052-434e-851c-559d1596da95"
}
]
},
{
"access_group": "3dd4f215-038a-4c71-a087-9e731b36c532",
"private_locations": [
{
"private_location_id": "24f74e1c-5005-4f49-9df8-a98f79dab536",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2253cdcc-9cfe-4ec2-87ae-a589594dd22f"
},
{
"private_location_id": "a44f87ee-43b0-48c7-bb9d-435a17452e79",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "760a8969-2052-434e-851c-559d1596da95"
},
{
"private_location_id": "a44f87ee-43b0-48c7-bb9d-435a17452e79",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "760a8969-2052-434e-851c-559d1596da95"
}
]
},
{
"access_group": "54faeea3-6283-4260-bee1-f8fa13d7f8df",
"private_locations": [
{
"private_location_id": "a44f87ee-43b0-48c7-bb9d-435a17452e79",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "760a8969-2052-434e-851c-559d1596da95"
},
{
"private_location_id": "03c32f2a-e1cc-4df7-8677-20ed8da3210e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ddeefc66-cbf3-4db1-a649-f34e6da58ff8"
},
{
"private_location_id": "a44f87ee-43b0-48c7-bb9d-435a17452e79",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "760a8969-2052-434e-851c-559d1596da95"
}
]
}
]
| 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. |