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": "70bc54ba-c438-404c-9a33-b5fa3eb6c051",
"private_locations": [
{
"private_location_id": "c7bdb323-3d8d-4b50-8ce0-7a97f901d54d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "545c8219-e03f-49a8-aa75-d78907ac076d"
},
{
"private_location_id": "67de948f-4e1a-4e2e-af90-075ff8ca89b8",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3394ccf7-5557-4fc7-b2f9-a779a1812bea"
},
{
"private_location_id": "27c01d33-ed3e-4407-89d4-d430fbf7cdf3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bb844c56-68dc-4913-aedb-567786078911"
}
]
},
{
"access_group": "1875bdc5-1e8a-4106-9c65-c945011f5646",
"private_locations": [
{
"private_location_id": "c7bdb323-3d8d-4b50-8ce0-7a97f901d54d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "545c8219-e03f-49a8-aa75-d78907ac076d"
},
{
"private_location_id": "67de948f-4e1a-4e2e-af90-075ff8ca89b8",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3394ccf7-5557-4fc7-b2f9-a779a1812bea"
},
{
"private_location_id": "67de948f-4e1a-4e2e-af90-075ff8ca89b8",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3394ccf7-5557-4fc7-b2f9-a779a1812bea"
}
]
},
{
"access_group": "a6494d8f-618e-4416-94bb-76da276d57c4",
"private_locations": [
{
"private_location_id": "27c01d33-ed3e-4407-89d4-d430fbf7cdf3",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bb844c56-68dc-4913-aedb-567786078911"
},
{
"private_location_id": "67de948f-4e1a-4e2e-af90-075ff8ca89b8",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3394ccf7-5557-4fc7-b2f9-a779a1812bea"
},
{
"private_location_id": "67de948f-4e1a-4e2e-af90-075ff8ca89b8",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3394ccf7-5557-4fc7-b2f9-a779a1812bea"
}
]
}
]
| 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. |