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": "f6b331b1-d4cf-4790-bf90-2b9c82838aaa",
"private_locations": [
{
"private_location_id": "68373836-8549-4318-81f3-3aa4dd13822f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4b66d9de-2381-4a37-a60f-9688ec2b1361"
},
{
"private_location_id": "edf1224d-fe34-4c95-b304-f2cf7bc0b659",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "5892d0c4-e02f-49d1-953b-8e45161158e7"
},
{
"private_location_id": "36df73dd-b284-4000-9104-64c0675660b6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a088b45d-1b45-4a27-bfcf-78454ad190d2"
}
]
},
{
"access_group": "0e11fab1-0a00-4f34-9310-cd9e6dfc4358",
"private_locations": [
{
"private_location_id": "36df73dd-b284-4000-9104-64c0675660b6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a088b45d-1b45-4a27-bfcf-78454ad190d2"
},
{
"private_location_id": "68373836-8549-4318-81f3-3aa4dd13822f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4b66d9de-2381-4a37-a60f-9688ec2b1361"
},
{
"private_location_id": "68373836-8549-4318-81f3-3aa4dd13822f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4b66d9de-2381-4a37-a60f-9688ec2b1361"
}
]
},
{
"access_group": "4cd34301-1ccc-41db-bbb6-eb59d65f02db",
"private_locations": [
{
"private_location_id": "36df73dd-b284-4000-9104-64c0675660b6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a088b45d-1b45-4a27-bfcf-78454ad190d2"
},
{
"private_location_id": "68373836-8549-4318-81f3-3aa4dd13822f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4b66d9de-2381-4a37-a60f-9688ec2b1361"
},
{
"private_location_id": "68373836-8549-4318-81f3-3aa4dd13822f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4b66d9de-2381-4a37-a60f-9688ec2b1361"
}
]
}
]
| 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. |