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": "be8f7f42-83d9-4335-be8e-e4380fe2394a",
"private_locations": [
{
"private_location_id": "9748661a-5667-4d36-bb02-9540ebfc7dca",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "55bc699d-d453-4a2e-b1c5-43c4e2d761db"
},
{
"private_location_id": "30ae8813-d13f-4b90-b1e2-e6cefd56b529",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c19c29e0-ba42-449f-a738-81c73842587f"
},
{
"private_location_id": "67465195-efd9-4baf-978d-6e09d352b1bb",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ed7bd7c8-43bf-46c5-aa02-894de36b81fb"
}
]
},
{
"access_group": "3441dfde-b5ca-4dd1-9147-4efbe44eeecd",
"private_locations": [
{
"private_location_id": "9748661a-5667-4d36-bb02-9540ebfc7dca",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "55bc699d-d453-4a2e-b1c5-43c4e2d761db"
},
{
"private_location_id": "30ae8813-d13f-4b90-b1e2-e6cefd56b529",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c19c29e0-ba42-449f-a738-81c73842587f"
},
{
"private_location_id": "67465195-efd9-4baf-978d-6e09d352b1bb",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ed7bd7c8-43bf-46c5-aa02-894de36b81fb"
}
]
},
{
"access_group": "14de7e15-fa34-49d2-b89c-d6d264356a0b",
"private_locations": [
{
"private_location_id": "67465195-efd9-4baf-978d-6e09d352b1bb",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ed7bd7c8-43bf-46c5-aa02-894de36b81fb"
},
{
"private_location_id": "30ae8813-d13f-4b90-b1e2-e6cefd56b529",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c19c29e0-ba42-449f-a738-81c73842587f"
},
{
"private_location_id": "30ae8813-d13f-4b90-b1e2-e6cefd56b529",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c19c29e0-ba42-449f-a738-81c73842587f"
}
]
}
]
| 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. |