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": "ae90afd6-3bd7-4197-bc4e-294ff7db2c1c",
"private_locations": [
{
"private_location_id": "6e997235-9de1-43bd-876d-209727c2d091",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "028d1b67-107f-4cd6-8ce9-40dcaba5829e"
},
{
"private_location_id": "98003833-2b93-4e8d-8c37-47de11e02b29",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "73520711-179e-4ee5-b9eb-3c8073054f51"
},
{
"private_location_id": "d9dc6b60-3413-42e1-a6f2-04fc39ac3dad",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "58900ebf-2cf9-4204-b9cc-ba2b712a7f77"
}
]
},
{
"access_group": "18e849e0-8d31-4b4f-99fb-be04f389ac59",
"private_locations": [
{
"private_location_id": "6e997235-9de1-43bd-876d-209727c2d091",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "028d1b67-107f-4cd6-8ce9-40dcaba5829e"
},
{
"private_location_id": "98003833-2b93-4e8d-8c37-47de11e02b29",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "73520711-179e-4ee5-b9eb-3c8073054f51"
},
{
"private_location_id": "d9dc6b60-3413-42e1-a6f2-04fc39ac3dad",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "58900ebf-2cf9-4204-b9cc-ba2b712a7f77"
}
]
},
{
"access_group": "28e03a90-5581-490f-997f-26971b588b41",
"private_locations": [
{
"private_location_id": "98003833-2b93-4e8d-8c37-47de11e02b29",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "73520711-179e-4ee5-b9eb-3c8073054f51"
},
{
"private_location_id": "98003833-2b93-4e8d-8c37-47de11e02b29",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "73520711-179e-4ee5-b9eb-3c8073054f51"
},
{
"private_location_id": "6e997235-9de1-43bd-876d-209727c2d091",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "028d1b67-107f-4cd6-8ce9-40dcaba5829e"
}
]
}
]
| 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. |