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": "b54ca398-b03e-4bac-9109-8501e3f24aa4",
"private_locations": [
{
"private_location_id": "49e58835-cf3f-4c2e-b465-829aaeada829",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "191127b4-f22a-42aa-bf40-b0580f6dc8da"
},
{
"private_location_id": "d28f597d-c119-440a-a200-7074ff67798a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d14ce582-638e-4245-b330-f4f37205d981"
},
{
"private_location_id": "43d534f8-a061-424f-baaa-55ef5b5f582f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a89cf717-6682-48df-952a-15320a10bbc0"
}
]
},
{
"access_group": "3fa1b7cf-4609-4c3a-be8b-1f353a6af519",
"private_locations": [
{
"private_location_id": "49e58835-cf3f-4c2e-b465-829aaeada829",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "191127b4-f22a-42aa-bf40-b0580f6dc8da"
},
{
"private_location_id": "43d534f8-a061-424f-baaa-55ef5b5f582f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a89cf717-6682-48df-952a-15320a10bbc0"
},
{
"private_location_id": "49e58835-cf3f-4c2e-b465-829aaeada829",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "191127b4-f22a-42aa-bf40-b0580f6dc8da"
}
]
},
{
"access_group": "c3355cde-d5ce-49c1-8dc0-24495c8a6f27",
"private_locations": [
{
"private_location_id": "49e58835-cf3f-4c2e-b465-829aaeada829",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "191127b4-f22a-42aa-bf40-b0580f6dc8da"
},
{
"private_location_id": "d28f597d-c119-440a-a200-7074ff67798a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d14ce582-638e-4245-b330-f4f37205d981"
},
{
"private_location_id": "d28f597d-c119-440a-a200-7074ff67798a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d14ce582-638e-4245-b330-f4f37205d981"
}
]
}
]
| 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. |