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": "aadaa7f4-a67b-4242-89b5-dace4b5faf2e",
"private_locations": [
{
"private_location_id": "4b6cbdf6-62b8-426f-9863-ffc14fb058d0",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d5d4e916-3faf-4833-8b0c-de844ef5531c"
},
{
"private_location_id": "52338338-5d2e-4f24-8448-5a3c376f5ca1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6e19e80c-c301-48e9-b47d-90392bc8a245"
},
{
"private_location_id": "f8a13704-efcd-4ccf-9011-9af8e0c98073",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bd6b659a-553e-445a-8423-d2ef4faaefa4"
}
]
},
{
"access_group": "303dd136-d72c-4a2d-91b4-be47e3abb220",
"private_locations": [
{
"private_location_id": "52338338-5d2e-4f24-8448-5a3c376f5ca1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6e19e80c-c301-48e9-b47d-90392bc8a245"
},
{
"private_location_id": "f8a13704-efcd-4ccf-9011-9af8e0c98073",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bd6b659a-553e-445a-8423-d2ef4faaefa4"
},
{
"private_location_id": "f8a13704-efcd-4ccf-9011-9af8e0c98073",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bd6b659a-553e-445a-8423-d2ef4faaefa4"
}
]
},
{
"access_group": "3ce8ed44-7614-4704-a48f-32d9ed656c85",
"private_locations": [
{
"private_location_id": "52338338-5d2e-4f24-8448-5a3c376f5ca1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6e19e80c-c301-48e9-b47d-90392bc8a245"
},
{
"private_location_id": "f8a13704-efcd-4ccf-9011-9af8e0c98073",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bd6b659a-553e-445a-8423-d2ef4faaefa4"
},
{
"private_location_id": "52338338-5d2e-4f24-8448-5a3c376f5ca1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6e19e80c-c301-48e9-b47d-90392bc8a245"
}
]
}
]
| 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. |