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": "32f1276d-4e7e-4c3f-9552-0793eefbfff3",
"private_locations": [
{
"private_location_id": "5472c24d-74e8-49ea-a3f7-604767e6d437",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "4c570b43-4176-4321-9a34-86910d0e87cc"
},
{
"private_location_id": "930eafbf-95dc-4bdd-a14a-440f87a44a3c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e592d52a-4a3d-4973-bbc2-2c0276952a69"
},
{
"private_location_id": "e6c929db-4c5c-4568-8229-9dee92df9ac3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8ab848f4-56d8-4f86-9669-b94052bee48a"
}
]
},
{
"access_group": "66f61373-d3db-45d2-9dbe-9bf8abc2f763",
"private_locations": [
{
"private_location_id": "930eafbf-95dc-4bdd-a14a-440f87a44a3c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e592d52a-4a3d-4973-bbc2-2c0276952a69"
},
{
"private_location_id": "e6c929db-4c5c-4568-8229-9dee92df9ac3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8ab848f4-56d8-4f86-9669-b94052bee48a"
},
{
"private_location_id": "e6c929db-4c5c-4568-8229-9dee92df9ac3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8ab848f4-56d8-4f86-9669-b94052bee48a"
}
]
},
{
"access_group": "ffd5ce8a-5f0d-475f-95ae-7f80fa10d686",
"private_locations": [
{
"private_location_id": "930eafbf-95dc-4bdd-a14a-440f87a44a3c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e592d52a-4a3d-4973-bbc2-2c0276952a69"
},
{
"private_location_id": "930eafbf-95dc-4bdd-a14a-440f87a44a3c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e592d52a-4a3d-4973-bbc2-2c0276952a69"
},
{
"private_location_id": "e6c929db-4c5c-4568-8229-9dee92df9ac3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8ab848f4-56d8-4f86-9669-b94052bee48a"
}
]
}
]
| 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. |