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": "44463c77-6583-4d6e-bc84-57a538f4f0ce",
"private_locations": [
{
"private_location_id": "5dc833be-24b0-4116-a960-1e2ad4c38c6a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f54161ef-357b-4898-9060-1b110576485f"
},
{
"private_location_id": "4b93b0d0-de6f-4112-bf6a-2850843c662a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "54bd6dca-ee57-4bbb-a5f5-ba1517f3225f"
},
{
"private_location_id": "49b63479-c9d7-4e16-9e66-94672550de82",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "618b8643-fd79-4949-abe1-4403b08b0a66"
}
]
},
{
"access_group": "3a7fe0ed-ac74-41b9-a03e-eef32df111fe",
"private_locations": [
{
"private_location_id": "49b63479-c9d7-4e16-9e66-94672550de82",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "618b8643-fd79-4949-abe1-4403b08b0a66"
},
{
"private_location_id": "4b93b0d0-de6f-4112-bf6a-2850843c662a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "54bd6dca-ee57-4bbb-a5f5-ba1517f3225f"
},
{
"private_location_id": "5dc833be-24b0-4116-a960-1e2ad4c38c6a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f54161ef-357b-4898-9060-1b110576485f"
}
]
},
{
"access_group": "e71bddd3-27fc-4148-b2fc-66d3b7805d99",
"private_locations": [
{
"private_location_id": "4b93b0d0-de6f-4112-bf6a-2850843c662a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "54bd6dca-ee57-4bbb-a5f5-ba1517f3225f"
},
{
"private_location_id": "5dc833be-24b0-4116-a960-1e2ad4c38c6a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f54161ef-357b-4898-9060-1b110576485f"
},
{
"private_location_id": "49b63479-c9d7-4e16-9e66-94672550de82",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "618b8643-fd79-4949-abe1-4403b08b0a66"
}
]
}
]
| 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. |