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": "aadeb3cb-3828-4332-9221-796b0e57a4e5",
"private_locations": [
{
"private_location_id": "ff8ed166-798c-487a-ae2f-68530d312592",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "80a0fabf-1313-4c21-8b62-bb6b7bb21178"
},
{
"private_location_id": "4e60ef6a-1a65-4860-8ffc-54728aab5d99",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "dd06bb8b-ec53-4b2d-9968-d482430a8b43"
},
{
"private_location_id": "6368b494-58de-433e-93a8-10de0498da17",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "714437e9-f6c8-449c-b46c-d7cc50ae6ee0"
}
]
},
{
"access_group": "48308906-878c-4c1d-886a-96b9eb7235d1",
"private_locations": [
{
"private_location_id": "4e60ef6a-1a65-4860-8ffc-54728aab5d99",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "dd06bb8b-ec53-4b2d-9968-d482430a8b43"
},
{
"private_location_id": "6368b494-58de-433e-93a8-10de0498da17",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "714437e9-f6c8-449c-b46c-d7cc50ae6ee0"
},
{
"private_location_id": "ff8ed166-798c-487a-ae2f-68530d312592",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "80a0fabf-1313-4c21-8b62-bb6b7bb21178"
}
]
},
{
"access_group": "722af7d1-f781-4b7e-96d5-e7510c4a68aa",
"private_locations": [
{
"private_location_id": "6368b494-58de-433e-93a8-10de0498da17",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "714437e9-f6c8-449c-b46c-d7cc50ae6ee0"
},
{
"private_location_id": "4e60ef6a-1a65-4860-8ffc-54728aab5d99",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "dd06bb8b-ec53-4b2d-9968-d482430a8b43"
},
{
"private_location_id": "6368b494-58de-433e-93a8-10de0498da17",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "714437e9-f6c8-449c-b46c-d7cc50ae6ee0"
}
]
}
]
| 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. |