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": "32bece2f-cbf2-4e44-a14f-0bffe9165417",
"private_locations": [
{
"private_location_id": "428eea7d-ce12-4da1-8f2a-7757d1ab22b3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e503542f-2ae3-444f-a428-72629ed77cc3"
},
{
"private_location_id": "f57cc441-e808-4199-9cd5-7ea360db5b45",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "11973e2e-9602-486c-bf15-dd9fbbfc3013"
},
{
"private_location_id": "a222b552-40d1-4465-8dd1-1c5b53cee810",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "87f8ff3c-cfec-48d8-9e5b-8350360a3fb1"
}
]
},
{
"access_group": "4de54df2-2925-4ecb-bc18-d1b78f4260a1",
"private_locations": [
{
"private_location_id": "a222b552-40d1-4465-8dd1-1c5b53cee810",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "87f8ff3c-cfec-48d8-9e5b-8350360a3fb1"
},
{
"private_location_id": "428eea7d-ce12-4da1-8f2a-7757d1ab22b3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e503542f-2ae3-444f-a428-72629ed77cc3"
},
{
"private_location_id": "a222b552-40d1-4465-8dd1-1c5b53cee810",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "87f8ff3c-cfec-48d8-9e5b-8350360a3fb1"
}
]
},
{
"access_group": "d1fe5010-ab35-4139-92ff-4de2646c727e",
"private_locations": [
{
"private_location_id": "428eea7d-ce12-4da1-8f2a-7757d1ab22b3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e503542f-2ae3-444f-a428-72629ed77cc3"
},
{
"private_location_id": "a222b552-40d1-4465-8dd1-1c5b53cee810",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "87f8ff3c-cfec-48d8-9e5b-8350360a3fb1"
},
{
"private_location_id": "a222b552-40d1-4465-8dd1-1c5b53cee810",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "87f8ff3c-cfec-48d8-9e5b-8350360a3fb1"
}
]
}
]
| 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. |