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": "9beac3a4-2ae1-4386-8d16-29d589f3bab0",
"private_locations": [
{
"private_location_id": "f280807d-0531-4eda-9fcb-c51da8ee3ee4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "68de1222-1c26-4ccc-a3d6-9633d1a3bae2"
},
{
"private_location_id": "1122ff42-69f8-4f5d-a542-c26c40a9cde3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1901d715-bca3-46aa-b885-a45ac73b900d"
},
{
"private_location_id": "c9e75808-068e-47ce-8b42-ce8272707d5d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "56d9092f-8fc6-417e-bb08-aaaffefb9873"
}
]
},
{
"access_group": "7ffb2fb2-1ccb-489c-bfdb-a87c730425e5",
"private_locations": [
{
"private_location_id": "f280807d-0531-4eda-9fcb-c51da8ee3ee4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "68de1222-1c26-4ccc-a3d6-9633d1a3bae2"
},
{
"private_location_id": "1122ff42-69f8-4f5d-a542-c26c40a9cde3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1901d715-bca3-46aa-b885-a45ac73b900d"
},
{
"private_location_id": "f280807d-0531-4eda-9fcb-c51da8ee3ee4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "68de1222-1c26-4ccc-a3d6-9633d1a3bae2"
}
]
},
{
"access_group": "16937ded-5eee-4107-8e3e-659bb93869ec",
"private_locations": [
{
"private_location_id": "c9e75808-068e-47ce-8b42-ce8272707d5d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "56d9092f-8fc6-417e-bb08-aaaffefb9873"
},
{
"private_location_id": "c9e75808-068e-47ce-8b42-ce8272707d5d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "56d9092f-8fc6-417e-bb08-aaaffefb9873"
},
{
"private_location_id": "f280807d-0531-4eda-9fcb-c51da8ee3ee4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "68de1222-1c26-4ccc-a3d6-9633d1a3bae2"
}
]
}
]
| 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. |