GET private-locations
Retrieves a list of private locations for the current customer.
Request example
curl --request GET "https://api-asm2.apica.io/v3/private-locations?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"
Response body model example and description
[
{
"access_group": "d1516833-bd67-4e61-a596-4b2ee3a9260c",
"private_locations": [
{
"private_location_id": "a283fed7-a980-41e8-929c-f422c4c45f8f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1f69c672-a722-4fb4-897b-db860fd3f797"
},
{
"private_location_id": "3dc9092e-7220-4a11-8459-83bcaaa58586",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "76a8730a-42d3-4a31-bcf9-cd76cba45b9f"
},
{
"private_location_id": "ed1ad294-9c1f-4a6a-86c0-5d344ff02708",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b355c6fc-c3e2-436a-85e9-88466b50c96a"
}
]
},
{
"access_group": "31ade422-fcc5-4962-bb24-4904668d7fdb",
"private_locations": [
{
"private_location_id": "a283fed7-a980-41e8-929c-f422c4c45f8f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "1f69c672-a722-4fb4-897b-db860fd3f797"
},
{
"private_location_id": "ed1ad294-9c1f-4a6a-86c0-5d344ff02708",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b355c6fc-c3e2-436a-85e9-88466b50c96a"
},
{
"private_location_id": "ed1ad294-9c1f-4a6a-86c0-5d344ff02708",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b355c6fc-c3e2-436a-85e9-88466b50c96a"
}
]
},
{
"access_group": "bfbe0021-48d8-44d7-bf8f-9fd6b57b95b2",
"private_locations": [
{
"private_location_id": "3dc9092e-7220-4a11-8459-83bcaaa58586",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "76a8730a-42d3-4a31-bcf9-cd76cba45b9f"
},
{
"private_location_id": "3dc9092e-7220-4a11-8459-83bcaaa58586",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "76a8730a-42d3-4a31-bcf9-cd76cba45b9f"
},
{
"private_location_id": "ed1ad294-9c1f-4a6a-86c0-5d344ff02708",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "b355c6fc-c3e2-436a-85e9-88466b50c96a"
}
]
}
]
| 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. |