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": "a6dee998-74c8-4f21-83f1-7de910a4f18a",
"private_locations": [
{
"private_location_id": "5db9579e-9e58-46b0-87aa-16fa59f7381c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "319c8586-ab59-4ec6-8e76-d0de06db75e3"
},
{
"private_location_id": "a1b00fb1-77f4-4fec-b880-4364e0c562b9",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "630508a8-6f5a-4c29-a804-0d42b3e786d2"
},
{
"private_location_id": "030d5b9f-1d69-4e12-beaa-8288c8984658",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "194e72de-1e88-4f63-9a14-75e9ca9bbc27"
}
]
},
{
"access_group": "dc6c94ce-abaa-456a-806c-25cc076d93e7",
"private_locations": [
{
"private_location_id": "a1b00fb1-77f4-4fec-b880-4364e0c562b9",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "630508a8-6f5a-4c29-a804-0d42b3e786d2"
},
{
"private_location_id": "030d5b9f-1d69-4e12-beaa-8288c8984658",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "194e72de-1e88-4f63-9a14-75e9ca9bbc27"
},
{
"private_location_id": "5db9579e-9e58-46b0-87aa-16fa59f7381c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "319c8586-ab59-4ec6-8e76-d0de06db75e3"
}
]
},
{
"access_group": "5bb14e9e-1480-4c57-8f04-76624ff0f5f7",
"private_locations": [
{
"private_location_id": "5db9579e-9e58-46b0-87aa-16fa59f7381c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "319c8586-ab59-4ec6-8e76-d0de06db75e3"
},
{
"private_location_id": "5db9579e-9e58-46b0-87aa-16fa59f7381c",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "319c8586-ab59-4ec6-8e76-d0de06db75e3"
},
{
"private_location_id": "030d5b9f-1d69-4e12-beaa-8288c8984658",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "194e72de-1e88-4f63-9a14-75e9ca9bbc27"
}
]
}
]
| 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. |