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": "ae7afa6f-69ed-40ea-9380-b215809b7f2a",
"private_locations": [
{
"private_location_id": "b0ff9575-648b-4b9f-be0b-adb0160dbf5d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0838fcd5-5fe2-45a8-8a46-97392ea799a3"
},
{
"private_location_id": "ae8a8897-3a42-4c84-830a-b16cadb72dd6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a23b8ef7-d2e0-4cdb-88a4-44724307342d"
},
{
"private_location_id": "26f9a97b-bd45-4659-9317-b0abb32c5c5f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9e9fa91d-52b9-4b60-86f3-f5e35a7e0873"
}
]
},
{
"access_group": "882f23b5-42f3-43c3-a5d1-a8e99f42f5b6",
"private_locations": [
{
"private_location_id": "26f9a97b-bd45-4659-9317-b0abb32c5c5f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9e9fa91d-52b9-4b60-86f3-f5e35a7e0873"
},
{
"private_location_id": "26f9a97b-bd45-4659-9317-b0abb32c5c5f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9e9fa91d-52b9-4b60-86f3-f5e35a7e0873"
},
{
"private_location_id": "b0ff9575-648b-4b9f-be0b-adb0160dbf5d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0838fcd5-5fe2-45a8-8a46-97392ea799a3"
}
]
},
{
"access_group": "5361f6cc-dfd6-47ff-880e-e242e190187c",
"private_locations": [
{
"private_location_id": "ae8a8897-3a42-4c84-830a-b16cadb72dd6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a23b8ef7-d2e0-4cdb-88a4-44724307342d"
},
{
"private_location_id": "b0ff9575-648b-4b9f-be0b-adb0160dbf5d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0838fcd5-5fe2-45a8-8a46-97392ea799a3"
},
{
"private_location_id": "ae8a8897-3a42-4c84-830a-b16cadb72dd6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a23b8ef7-d2e0-4cdb-88a4-44724307342d"
}
]
}
]
| 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. |