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": "8bdffaa5-0e28-4431-93c6-7349ff054c67",
"private_locations": [
{
"private_location_id": "19e77257-d2e1-4e39-8927-e31b70e0a5d1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a523a557-7120-4a1e-831f-27c5640d9dab"
},
{
"private_location_id": "21826d58-10d3-4169-91ed-0085135bf2e8",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ffe68e75-8bde-4981-8de0-7bb7d242eb6d"
},
{
"private_location_id": "157427e8-7dbe-43ed-8c75-5c75fae8f31b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3448074a-888c-43ac-aafc-a78b9b12cf6f"
}
]
},
{
"access_group": "8604080e-be5b-4e45-9819-9d545e0c5dd6",
"private_locations": [
{
"private_location_id": "19e77257-d2e1-4e39-8927-e31b70e0a5d1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a523a557-7120-4a1e-831f-27c5640d9dab"
},
{
"private_location_id": "19e77257-d2e1-4e39-8927-e31b70e0a5d1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a523a557-7120-4a1e-831f-27c5640d9dab"
},
{
"private_location_id": "19e77257-d2e1-4e39-8927-e31b70e0a5d1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a523a557-7120-4a1e-831f-27c5640d9dab"
}
]
},
{
"access_group": "7230f896-ed09-44d9-ba5f-8fa4ec8017eb",
"private_locations": [
{
"private_location_id": "19e77257-d2e1-4e39-8927-e31b70e0a5d1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a523a557-7120-4a1e-831f-27c5640d9dab"
},
{
"private_location_id": "157427e8-7dbe-43ed-8c75-5c75fae8f31b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3448074a-888c-43ac-aafc-a78b9b12cf6f"
},
{
"private_location_id": "157427e8-7dbe-43ed-8c75-5c75fae8f31b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3448074a-888c-43ac-aafc-a78b9b12cf6f"
}
]
}
]
| 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. |