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": "d5a6b904-ea04-4c07-a997-5b2cf4b476b0",
"private_locations": [
{
"private_location_id": "a0975f3a-8163-4a1e-b661-6ac284f9ea0a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "228b25a6-f66e-48f2-913b-1726a6cc9fa9"
},
{
"private_location_id": "5f33d10f-8cad-4c81-b270-e7ff839ff33b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "027fd5ac-c0f7-4295-8406-a216a6720f36"
},
{
"private_location_id": "8b54de7f-9457-4405-96b8-a0424b825706",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ee635a97-10d8-4946-a7cb-141877063d6f"
}
]
},
{
"access_group": "f77e4bae-477d-4522-82f6-11426a6b2ea1",
"private_locations": [
{
"private_location_id": "a0975f3a-8163-4a1e-b661-6ac284f9ea0a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "228b25a6-f66e-48f2-913b-1726a6cc9fa9"
},
{
"private_location_id": "8b54de7f-9457-4405-96b8-a0424b825706",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ee635a97-10d8-4946-a7cb-141877063d6f"
},
{
"private_location_id": "5f33d10f-8cad-4c81-b270-e7ff839ff33b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "027fd5ac-c0f7-4295-8406-a216a6720f36"
}
]
},
{
"access_group": "a0f51f5e-022e-41ce-a984-95f6cb5cd612",
"private_locations": [
{
"private_location_id": "a0975f3a-8163-4a1e-b661-6ac284f9ea0a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "228b25a6-f66e-48f2-913b-1726a6cc9fa9"
},
{
"private_location_id": "8b54de7f-9457-4405-96b8-a0424b825706",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ee635a97-10d8-4946-a7cb-141877063d6f"
},
{
"private_location_id": "5f33d10f-8cad-4c81-b270-e7ff839ff33b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "027fd5ac-c0f7-4295-8406-a216a6720f36"
}
]
}
]
| 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. |