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": "a55fa118-114d-4483-bd83-65f5c28fba85",
"private_locations": [
{
"private_location_id": "4f8f31c4-92e1-4961-87c8-0e323d0be4de",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bf6dcb8b-dcc2-4c62-8da7-b3998600da9f"
},
{
"private_location_id": "81a470e8-efe8-4387-a847-d06cde4a8e26",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d3d5901a-b4c5-48c5-9b78-71af797c77c5"
},
{
"private_location_id": "ac8e8c0e-f927-4e37-b4b0-12aea74142ee",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bec03b8d-3545-46d4-9a7a-d0d6e70f9c21"
}
]
},
{
"access_group": "60226a50-2f35-488e-a592-247153ae04d2",
"private_locations": [
{
"private_location_id": "ac8e8c0e-f927-4e37-b4b0-12aea74142ee",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bec03b8d-3545-46d4-9a7a-d0d6e70f9c21"
},
{
"private_location_id": "ac8e8c0e-f927-4e37-b4b0-12aea74142ee",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bec03b8d-3545-46d4-9a7a-d0d6e70f9c21"
},
{
"private_location_id": "ac8e8c0e-f927-4e37-b4b0-12aea74142ee",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bec03b8d-3545-46d4-9a7a-d0d6e70f9c21"
}
]
},
{
"access_group": "f8853aab-fad8-455c-87d3-6686f927b162",
"private_locations": [
{
"private_location_id": "4f8f31c4-92e1-4961-87c8-0e323d0be4de",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bf6dcb8b-dcc2-4c62-8da7-b3998600da9f"
},
{
"private_location_id": "81a470e8-efe8-4387-a847-d06cde4a8e26",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d3d5901a-b4c5-48c5-9b78-71af797c77c5"
},
{
"private_location_id": "4f8f31c4-92e1-4961-87c8-0e323d0be4de",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bf6dcb8b-dcc2-4c62-8da7-b3998600da9f"
}
]
}
]
| 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. |