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": "a17f58ba-9151-494f-b0d3-76c60c687b0b",
"private_locations": [
{
"private_location_id": "9bb1bb25-b641-48b1-9547-3ea35ce324ef",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a6f1e8c4-36b0-4a14-8ae0-7af730960239"
},
{
"private_location_id": "0113feff-0590-44cb-80cd-46b0491269a4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d3145964-e3c9-4009-98f2-4b7b42542aac"
},
{
"private_location_id": "78b1b80e-a128-4e18-9d65-0f7c1dd5e0e6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e15c4014-9d75-4d97-b415-00fef476f227"
}
]
},
{
"access_group": "8e4cd508-2f9c-431e-9e30-8b1be40bebf6",
"private_locations": [
{
"private_location_id": "78b1b80e-a128-4e18-9d65-0f7c1dd5e0e6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e15c4014-9d75-4d97-b415-00fef476f227"
},
{
"private_location_id": "9bb1bb25-b641-48b1-9547-3ea35ce324ef",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a6f1e8c4-36b0-4a14-8ae0-7af730960239"
},
{
"private_location_id": "0113feff-0590-44cb-80cd-46b0491269a4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d3145964-e3c9-4009-98f2-4b7b42542aac"
}
]
},
{
"access_group": "f97ee910-12a0-4586-aa36-4e7b51163c2e",
"private_locations": [
{
"private_location_id": "9bb1bb25-b641-48b1-9547-3ea35ce324ef",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a6f1e8c4-36b0-4a14-8ae0-7af730960239"
},
{
"private_location_id": "9bb1bb25-b641-48b1-9547-3ea35ce324ef",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a6f1e8c4-36b0-4a14-8ae0-7af730960239"
},
{
"private_location_id": "0113feff-0590-44cb-80cd-46b0491269a4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d3145964-e3c9-4009-98f2-4b7b42542aac"
}
]
}
]
| 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. |