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": "b7899276-ea66-41cf-adf8-39abeaf884ab",
"private_locations": [
{
"private_location_id": "6d63b262-7a2d-4b30-b580-882d76e4f1f2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b25567c1-0429-42e9-ba55-0206350e4a28"
},
{
"private_location_id": "fc514d02-8ed6-408a-928b-1b436da36f01",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ecd4c135-076d-4480-810b-fec0eb61b108"
},
{
"private_location_id": "ef1b275c-37c0-4b41-85d7-838b1459fd00",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c4bbf6e2-83a2-48fd-922d-32dc4603279e"
}
]
},
{
"access_group": "51452f1c-bb3f-40c0-9655-a576065994b5",
"private_locations": [
{
"private_location_id": "fc514d02-8ed6-408a-928b-1b436da36f01",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ecd4c135-076d-4480-810b-fec0eb61b108"
},
{
"private_location_id": "fc514d02-8ed6-408a-928b-1b436da36f01",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ecd4c135-076d-4480-810b-fec0eb61b108"
},
{
"private_location_id": "ef1b275c-37c0-4b41-85d7-838b1459fd00",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c4bbf6e2-83a2-48fd-922d-32dc4603279e"
}
]
},
{
"access_group": "af653c37-ed76-4ea1-888e-9169255bd96e",
"private_locations": [
{
"private_location_id": "fc514d02-8ed6-408a-928b-1b436da36f01",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ecd4c135-076d-4480-810b-fec0eb61b108"
},
{
"private_location_id": "6d63b262-7a2d-4b30-b580-882d76e4f1f2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b25567c1-0429-42e9-ba55-0206350e4a28"
},
{
"private_location_id": "fc514d02-8ed6-408a-928b-1b436da36f01",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ecd4c135-076d-4480-810b-fec0eb61b108"
}
]
}
]
| 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. |