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": "6d1b834f-e6da-4422-963d-08f0bda8729b",
"private_locations": [
{
"private_location_id": "dab25e82-1776-440f-9a0f-299976055511",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "45b31132-414a-4f61-90f7-6dd49e31e53c"
},
{
"private_location_id": "e136cffe-5fe4-4fde-af5d-f715274f9d9e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "917d56a5-5a44-478e-b0eb-58068279e24f"
},
{
"private_location_id": "ac80e060-81c6-4f86-a607-63e29bafd9a6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "33b1998c-5486-489f-9ca6-e9421ca9a497"
}
]
},
{
"access_group": "9d4576ad-d757-4470-8827-8abb35e32502",
"private_locations": [
{
"private_location_id": "e136cffe-5fe4-4fde-af5d-f715274f9d9e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "917d56a5-5a44-478e-b0eb-58068279e24f"
},
{
"private_location_id": "dab25e82-1776-440f-9a0f-299976055511",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "45b31132-414a-4f61-90f7-6dd49e31e53c"
},
{
"private_location_id": "dab25e82-1776-440f-9a0f-299976055511",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "45b31132-414a-4f61-90f7-6dd49e31e53c"
}
]
},
{
"access_group": "06ca27ee-47ae-450d-825c-7470ca07fbd9",
"private_locations": [
{
"private_location_id": "ac80e060-81c6-4f86-a607-63e29bafd9a6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "33b1998c-5486-489f-9ca6-e9421ca9a497"
},
{
"private_location_id": "dab25e82-1776-440f-9a0f-299976055511",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "45b31132-414a-4f61-90f7-6dd49e31e53c"
},
{
"private_location_id": "ac80e060-81c6-4f86-a607-63e29bafd9a6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "33b1998c-5486-489f-9ca6-e9421ca9a497"
}
]
}
]
| 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. |