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": "cea34f44-505d-47a2-854b-b22777bbd4ad",
"private_locations": [
{
"private_location_id": "5edd9a08-5b70-4246-9436-ba6af5bb9c0b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "34d2678f-c0ab-4f57-9891-7b725f1d3ae1"
},
{
"private_location_id": "ad0525e5-43ed-463f-b7fb-904474da9d16",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ec12396d-e0f3-418c-8e03-700e1e840f5f"
},
{
"private_location_id": "56d37087-4869-49f0-9560-4d20becb81a5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "80c228e7-72d2-4d64-9d1b-87ab5bd7f5b8"
}
]
},
{
"access_group": "3543b8b5-1a77-4298-a659-716d46f4135f",
"private_locations": [
{
"private_location_id": "56d37087-4869-49f0-9560-4d20becb81a5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "80c228e7-72d2-4d64-9d1b-87ab5bd7f5b8"
},
{
"private_location_id": "5edd9a08-5b70-4246-9436-ba6af5bb9c0b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "34d2678f-c0ab-4f57-9891-7b725f1d3ae1"
},
{
"private_location_id": "56d37087-4869-49f0-9560-4d20becb81a5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "80c228e7-72d2-4d64-9d1b-87ab5bd7f5b8"
}
]
},
{
"access_group": "68e391ed-370a-468d-a6dc-64c674949d53",
"private_locations": [
{
"private_location_id": "ad0525e5-43ed-463f-b7fb-904474da9d16",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ec12396d-e0f3-418c-8e03-700e1e840f5f"
},
{
"private_location_id": "56d37087-4869-49f0-9560-4d20becb81a5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "80c228e7-72d2-4d64-9d1b-87ab5bd7f5b8"
},
{
"private_location_id": "ad0525e5-43ed-463f-b7fb-904474da9d16",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ec12396d-e0f3-418c-8e03-700e1e840f5f"
}
]
}
]
| 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. |