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": "bd082347-7cfc-4112-9cd7-34e2d5b6dae8",
"private_locations": [
{
"private_location_id": "1990f0be-0efd-460c-896b-45e42e2d4330",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d836f7a9-5f39-4b63-b094-a2c3362c0107"
},
{
"private_location_id": "0af4987b-56b5-4034-b93f-73a962267e41",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "42fd942b-0753-4488-8593-d11a3fe2d6a5"
},
{
"private_location_id": "4af491b0-e0ad-4a93-8057-9b85cc1973ab",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d6cf6958-9217-490a-bce7-13c9b9f91cf2"
}
]
},
{
"access_group": "fd96fe89-dcde-4bde-9292-8faf2e437c1d",
"private_locations": [
{
"private_location_id": "4af491b0-e0ad-4a93-8057-9b85cc1973ab",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d6cf6958-9217-490a-bce7-13c9b9f91cf2"
},
{
"private_location_id": "4af491b0-e0ad-4a93-8057-9b85cc1973ab",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d6cf6958-9217-490a-bce7-13c9b9f91cf2"
},
{
"private_location_id": "4af491b0-e0ad-4a93-8057-9b85cc1973ab",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d6cf6958-9217-490a-bce7-13c9b9f91cf2"
}
]
},
{
"access_group": "091ee5aa-1e92-449e-b814-8f9701bc51ab",
"private_locations": [
{
"private_location_id": "0af4987b-56b5-4034-b93f-73a962267e41",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "42fd942b-0753-4488-8593-d11a3fe2d6a5"
},
{
"private_location_id": "0af4987b-56b5-4034-b93f-73a962267e41",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "42fd942b-0753-4488-8593-d11a3fe2d6a5"
},
{
"private_location_id": "0af4987b-56b5-4034-b93f-73a962267e41",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "42fd942b-0753-4488-8593-d11a3fe2d6a5"
}
]
}
]
| 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. |