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": "2da1d361-c501-462c-97b2-e8f80d668faa",
"private_locations": [
{
"private_location_id": "f8196012-890f-4638-b9ae-98cd18e86930",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3329a747-7c0a-4995-8946-69a4453c72a1"
},
{
"private_location_id": "2edc5ccb-9d65-4357-a757-c9e48dd1aa06",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8cd58fd1-fa44-4890-9721-f6b4c9c85dff"
},
{
"private_location_id": "0c8049a4-0b66-4928-b98f-8e44e4048b25",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "35ad0b6b-bf46-427a-90cd-84249003b08e"
}
]
},
{
"access_group": "d096175b-ccf8-4786-9d7e-340bba29b4a2",
"private_locations": [
{
"private_location_id": "f8196012-890f-4638-b9ae-98cd18e86930",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3329a747-7c0a-4995-8946-69a4453c72a1"
},
{
"private_location_id": "0c8049a4-0b66-4928-b98f-8e44e4048b25",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "35ad0b6b-bf46-427a-90cd-84249003b08e"
},
{
"private_location_id": "f8196012-890f-4638-b9ae-98cd18e86930",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3329a747-7c0a-4995-8946-69a4453c72a1"
}
]
},
{
"access_group": "95bfcac5-ce41-402d-bf49-35abc085538d",
"private_locations": [
{
"private_location_id": "0c8049a4-0b66-4928-b98f-8e44e4048b25",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "35ad0b6b-bf46-427a-90cd-84249003b08e"
},
{
"private_location_id": "2edc5ccb-9d65-4357-a757-c9e48dd1aa06",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8cd58fd1-fa44-4890-9721-f6b4c9c85dff"
},
{
"private_location_id": "f8196012-890f-4638-b9ae-98cd18e86930",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3329a747-7c0a-4995-8946-69a4453c72a1"
}
]
}
]
| 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. |