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": "3b7003c9-348e-4c82-b610-d62325ad4622",
"private_locations": [
{
"private_location_id": "5a52e8f9-193c-41f0-9c8c-80ee1cb878d1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8f629ab7-a4c8-4ae0-af44-6e8f08f41245"
},
{
"private_location_id": "33ee45da-39d9-4eac-a5f7-da27981431b4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9ab5ab9d-71c2-4063-9a81-192fa0123196"
},
{
"private_location_id": "0b21fe35-ade0-4a5c-9be9-734ea189c4f8",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bd344cde-81da-44e6-ab42-9ed22be1cbd1"
}
]
},
{
"access_group": "a61f9e2a-fa30-4295-b578-6c818b1d932c",
"private_locations": [
{
"private_location_id": "0b21fe35-ade0-4a5c-9be9-734ea189c4f8",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bd344cde-81da-44e6-ab42-9ed22be1cbd1"
},
{
"private_location_id": "0b21fe35-ade0-4a5c-9be9-734ea189c4f8",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bd344cde-81da-44e6-ab42-9ed22be1cbd1"
},
{
"private_location_id": "0b21fe35-ade0-4a5c-9be9-734ea189c4f8",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bd344cde-81da-44e6-ab42-9ed22be1cbd1"
}
]
},
{
"access_group": "67967119-f945-4878-b480-e36c185ae30f",
"private_locations": [
{
"private_location_id": "33ee45da-39d9-4eac-a5f7-da27981431b4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9ab5ab9d-71c2-4063-9a81-192fa0123196"
},
{
"private_location_id": "33ee45da-39d9-4eac-a5f7-da27981431b4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9ab5ab9d-71c2-4063-9a81-192fa0123196"
},
{
"private_location_id": "33ee45da-39d9-4eac-a5f7-da27981431b4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9ab5ab9d-71c2-4063-9a81-192fa0123196"
}
]
}
]
| 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. |