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": "58612ec8-3a08-4c5d-9041-644586db7346",
"private_locations": [
{
"private_location_id": "12d70f82-b8f1-48f6-9076-19863e005f85",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3db98b0d-e1f9-488d-b6d2-fd8e431f3f16"
},
{
"private_location_id": "3b6fd185-5bc7-4481-abfd-d99edf25c033",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "305ff9a1-3c39-4bb1-9645-39259b642995"
},
{
"private_location_id": "feef8f2c-393d-4d5d-a710-a75f5ee16a7a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1236c4d4-94aa-4a9f-94a1-13e593190ef6"
}
]
},
{
"access_group": "f22b662c-312c-4100-96ac-62edbe342327",
"private_locations": [
{
"private_location_id": "3b6fd185-5bc7-4481-abfd-d99edf25c033",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "305ff9a1-3c39-4bb1-9645-39259b642995"
},
{
"private_location_id": "3b6fd185-5bc7-4481-abfd-d99edf25c033",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "305ff9a1-3c39-4bb1-9645-39259b642995"
},
{
"private_location_id": "12d70f82-b8f1-48f6-9076-19863e005f85",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3db98b0d-e1f9-488d-b6d2-fd8e431f3f16"
}
]
},
{
"access_group": "51e79b01-82f7-41fb-b49d-20aec8285d0c",
"private_locations": [
{
"private_location_id": "12d70f82-b8f1-48f6-9076-19863e005f85",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3db98b0d-e1f9-488d-b6d2-fd8e431f3f16"
},
{
"private_location_id": "12d70f82-b8f1-48f6-9076-19863e005f85",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3db98b0d-e1f9-488d-b6d2-fd8e431f3f16"
},
{
"private_location_id": "feef8f2c-393d-4d5d-a710-a75f5ee16a7a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1236c4d4-94aa-4a9f-94a1-13e593190ef6"
}
]
}
]
| 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. |