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": "53f400ec-74d0-408e-96c5-883089a1db68",
"private_locations": [
{
"private_location_id": "86a6c06c-54e5-47b5-b0ef-6d3a55908f7f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "71d7a09c-abd0-4b80-8c3a-7be67009c18a"
},
{
"private_location_id": "fdfe2165-ada0-4be8-94dc-6e034936f315",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "381e162c-75e0-47e5-8391-9437047c4442"
},
{
"private_location_id": "95c06801-f51a-488f-99ef-c5a7af9c6884",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "99767f38-3c5e-47c3-84c3-d96356c9dd9d"
}
]
},
{
"access_group": "08a68d04-03bc-4a70-87b2-909902cd30d1",
"private_locations": [
{
"private_location_id": "95c06801-f51a-488f-99ef-c5a7af9c6884",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "99767f38-3c5e-47c3-84c3-d96356c9dd9d"
},
{
"private_location_id": "95c06801-f51a-488f-99ef-c5a7af9c6884",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "99767f38-3c5e-47c3-84c3-d96356c9dd9d"
},
{
"private_location_id": "fdfe2165-ada0-4be8-94dc-6e034936f315",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "381e162c-75e0-47e5-8391-9437047c4442"
}
]
},
{
"access_group": "34348004-98d4-4d1a-9f91-85bb4bbff863",
"private_locations": [
{
"private_location_id": "95c06801-f51a-488f-99ef-c5a7af9c6884",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "99767f38-3c5e-47c3-84c3-d96356c9dd9d"
},
{
"private_location_id": "fdfe2165-ada0-4be8-94dc-6e034936f315",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "381e162c-75e0-47e5-8391-9437047c4442"
},
{
"private_location_id": "fdfe2165-ada0-4be8-94dc-6e034936f315",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "381e162c-75e0-47e5-8391-9437047c4442"
}
]
}
]
| 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. |