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": "4862801d-54d9-4a9c-8298-52e375f4f04a",
"private_locations": [
{
"private_location_id": "9b19d5c8-6c31-4293-ab58-388c9f9bbcbd",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "08a8b036-4ef9-4afd-9e85-28452526b74b"
},
{
"private_location_id": "22b50f73-1247-42e0-a235-60070f333ef7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9dcd6d99-09b4-4831-92d6-4850d1215432"
},
{
"private_location_id": "e59fe066-06b8-4baa-8ce2-977d6f6c69aa",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e89ea356-9b1d-44b9-b7cd-0ad0a93cb55e"
}
]
},
{
"access_group": "894616ca-04e1-4769-91c1-2e3c82ad3145",
"private_locations": [
{
"private_location_id": "e59fe066-06b8-4baa-8ce2-977d6f6c69aa",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e89ea356-9b1d-44b9-b7cd-0ad0a93cb55e"
},
{
"private_location_id": "22b50f73-1247-42e0-a235-60070f333ef7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9dcd6d99-09b4-4831-92d6-4850d1215432"
},
{
"private_location_id": "e59fe066-06b8-4baa-8ce2-977d6f6c69aa",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e89ea356-9b1d-44b9-b7cd-0ad0a93cb55e"
}
]
},
{
"access_group": "106f94a5-de82-41ab-b983-21a90ffaef03",
"private_locations": [
{
"private_location_id": "e59fe066-06b8-4baa-8ce2-977d6f6c69aa",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e89ea356-9b1d-44b9-b7cd-0ad0a93cb55e"
},
{
"private_location_id": "e59fe066-06b8-4baa-8ce2-977d6f6c69aa",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e89ea356-9b1d-44b9-b7cd-0ad0a93cb55e"
},
{
"private_location_id": "e59fe066-06b8-4baa-8ce2-977d6f6c69aa",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e89ea356-9b1d-44b9-b7cd-0ad0a93cb55e"
}
]
}
]
| 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. |