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": "875dc93a-124d-4164-a567-dca320cd316d",
"private_locations": [
{
"private_location_id": "45b750e6-bd1c-465e-b2cf-92612b2fdf1b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0784a114-3774-4b34-b740-44ea05ea9ea5"
},
{
"private_location_id": "34fe283d-384a-4485-8d53-ed675d5e51d7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e02403bb-a654-46af-891a-f60486e64fca"
},
{
"private_location_id": "14973e13-9617-4c06-b9d9-9f5d6a5c0023",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bca032ff-869b-40f5-8635-f79e1441dcbb"
}
]
},
{
"access_group": "d05766bc-8c5b-4271-8a98-59dd9676fddd",
"private_locations": [
{
"private_location_id": "45b750e6-bd1c-465e-b2cf-92612b2fdf1b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0784a114-3774-4b34-b740-44ea05ea9ea5"
},
{
"private_location_id": "45b750e6-bd1c-465e-b2cf-92612b2fdf1b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0784a114-3774-4b34-b740-44ea05ea9ea5"
},
{
"private_location_id": "14973e13-9617-4c06-b9d9-9f5d6a5c0023",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bca032ff-869b-40f5-8635-f79e1441dcbb"
}
]
},
{
"access_group": "fe15d97b-f50c-453a-b0b3-113655a04621",
"private_locations": [
{
"private_location_id": "34fe283d-384a-4485-8d53-ed675d5e51d7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e02403bb-a654-46af-891a-f60486e64fca"
},
{
"private_location_id": "34fe283d-384a-4485-8d53-ed675d5e51d7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e02403bb-a654-46af-891a-f60486e64fca"
},
{
"private_location_id": "45b750e6-bd1c-465e-b2cf-92612b2fdf1b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0784a114-3774-4b34-b740-44ea05ea9ea5"
}
]
}
]
| 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. |