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": "65df2198-aa4d-44b4-974b-09e6955b6672",
"private_locations": [
{
"private_location_id": "66d80831-7fd1-4ce7-8b3f-aef354fde627",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c4dff017-1512-426e-b446-a446ca2489f3"
},
{
"private_location_id": "5b7f5e2a-7bfd-491d-a127-e708b21c832f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0c2238bb-8cff-4c79-b64b-f013fb8d0010"
},
{
"private_location_id": "7bc0776f-0823-4fd4-827c-b2edac53bacd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "48cbf9b0-9a9b-4dc2-9235-a73f52f563df"
}
]
},
{
"access_group": "5661e5aa-a36c-4993-913c-bee407dd1405",
"private_locations": [
{
"private_location_id": "66d80831-7fd1-4ce7-8b3f-aef354fde627",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c4dff017-1512-426e-b446-a446ca2489f3"
},
{
"private_location_id": "5b7f5e2a-7bfd-491d-a127-e708b21c832f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0c2238bb-8cff-4c79-b64b-f013fb8d0010"
},
{
"private_location_id": "5b7f5e2a-7bfd-491d-a127-e708b21c832f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0c2238bb-8cff-4c79-b64b-f013fb8d0010"
}
]
},
{
"access_group": "16a75e3e-21bd-42a2-8621-ade4e439cfa7",
"private_locations": [
{
"private_location_id": "66d80831-7fd1-4ce7-8b3f-aef354fde627",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c4dff017-1512-426e-b446-a446ca2489f3"
},
{
"private_location_id": "5b7f5e2a-7bfd-491d-a127-e708b21c832f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0c2238bb-8cff-4c79-b64b-f013fb8d0010"
},
{
"private_location_id": "5b7f5e2a-7bfd-491d-a127-e708b21c832f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0c2238bb-8cff-4c79-b64b-f013fb8d0010"
}
]
}
]
| 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. |