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": "43fc0098-2a21-4a5f-bf93-8fdeb3db40d0",
"private_locations": [
{
"private_location_id": "f75946d2-8ded-4612-9695-3b42acb4f1a3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6e7f2272-45da-410d-a36e-73a0a812576b"
},
{
"private_location_id": "050733da-914e-4ee8-ad73-e0e167a0fe5c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0f72b8a5-8384-4dd4-8edb-05b9bd83320c"
},
{
"private_location_id": "40379961-0601-4c92-be51-0bf4c960bbd5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "651a9920-118c-47e4-a143-92b162d8563f"
}
]
},
{
"access_group": "3252601b-652e-4465-b2a6-8e3cc0620ccc",
"private_locations": [
{
"private_location_id": "40379961-0601-4c92-be51-0bf4c960bbd5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "651a9920-118c-47e4-a143-92b162d8563f"
},
{
"private_location_id": "40379961-0601-4c92-be51-0bf4c960bbd5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "651a9920-118c-47e4-a143-92b162d8563f"
},
{
"private_location_id": "050733da-914e-4ee8-ad73-e0e167a0fe5c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "0f72b8a5-8384-4dd4-8edb-05b9bd83320c"
}
]
},
{
"access_group": "a64f897e-5e64-493c-925b-265877480842",
"private_locations": [
{
"private_location_id": "40379961-0601-4c92-be51-0bf4c960bbd5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "651a9920-118c-47e4-a143-92b162d8563f"
},
{
"private_location_id": "40379961-0601-4c92-be51-0bf4c960bbd5",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "651a9920-118c-47e4-a143-92b162d8563f"
},
{
"private_location_id": "f75946d2-8ded-4612-9695-3b42acb4f1a3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6e7f2272-45da-410d-a36e-73a0a812576b"
}
]
}
]
| 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. |