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": "238cccbb-d347-49e3-a546-103e7524c779",
"private_locations": [
{
"private_location_id": "1425cf69-934c-42c2-a174-65f9d48dbaec",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "589cb151-5991-47f3-8a03-a310d9a89f38"
},
{
"private_location_id": "98b742f7-40d0-441b-a300-72772a6271a2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8a573b37-3e8f-40b9-9b91-d91b99d6875e"
},
{
"private_location_id": "896a7df7-33ce-44d5-a4bd-7b2918e0adab",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "43d3191e-3a00-4672-b9dd-a8f0385099a0"
}
]
},
{
"access_group": "9af25ea4-8e15-4764-9d82-646fb5817d32",
"private_locations": [
{
"private_location_id": "1425cf69-934c-42c2-a174-65f9d48dbaec",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "589cb151-5991-47f3-8a03-a310d9a89f38"
},
{
"private_location_id": "896a7df7-33ce-44d5-a4bd-7b2918e0adab",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "43d3191e-3a00-4672-b9dd-a8f0385099a0"
},
{
"private_location_id": "1425cf69-934c-42c2-a174-65f9d48dbaec",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "589cb151-5991-47f3-8a03-a310d9a89f38"
}
]
},
{
"access_group": "1441e0ac-17bb-47a7-b6ed-190fd3ce6066",
"private_locations": [
{
"private_location_id": "98b742f7-40d0-441b-a300-72772a6271a2",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "8a573b37-3e8f-40b9-9b91-d91b99d6875e"
},
{
"private_location_id": "896a7df7-33ce-44d5-a4bd-7b2918e0adab",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "43d3191e-3a00-4672-b9dd-a8f0385099a0"
},
{
"private_location_id": "1425cf69-934c-42c2-a174-65f9d48dbaec",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "589cb151-5991-47f3-8a03-a310d9a89f38"
}
]
}
]
| 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. |