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": "523ad551-3ae0-4a63-a7b3-b5401c427927",
"private_locations": [
{
"private_location_id": "9f48f365-42f2-40fd-82bd-7d83c30616da",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "7e6b4434-0a66-4228-8e7c-3df8ed183bb1"
},
{
"private_location_id": "fc48aa08-9af5-490d-8284-e08ab012ab0f",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "84067b6d-7d66-4d16-953d-9a12873c5f69"
},
{
"private_location_id": "7a576a5a-410a-41dc-9e84-5593a8d1361e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3079197a-bbf7-4df7-86bf-1cca7296ccf2"
}
]
},
{
"access_group": "4a42b83f-c9d5-4427-8af7-249e61a6f822",
"private_locations": [
{
"private_location_id": "9f48f365-42f2-40fd-82bd-7d83c30616da",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "7e6b4434-0a66-4228-8e7c-3df8ed183bb1"
},
{
"private_location_id": "7a576a5a-410a-41dc-9e84-5593a8d1361e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3079197a-bbf7-4df7-86bf-1cca7296ccf2"
},
{
"private_location_id": "9f48f365-42f2-40fd-82bd-7d83c30616da",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "7e6b4434-0a66-4228-8e7c-3df8ed183bb1"
}
]
},
{
"access_group": "c6620371-1fce-488f-bca1-80744d5c5e24",
"private_locations": [
{
"private_location_id": "9f48f365-42f2-40fd-82bd-7d83c30616da",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "7e6b4434-0a66-4228-8e7c-3df8ed183bb1"
},
{
"private_location_id": "7a576a5a-410a-41dc-9e84-5593a8d1361e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3079197a-bbf7-4df7-86bf-1cca7296ccf2"
},
{
"private_location_id": "7a576a5a-410a-41dc-9e84-5593a8d1361e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3079197a-bbf7-4df7-86bf-1cca7296ccf2"
}
]
}
]
| 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. |