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": "2590cf1b-4bb8-4830-b4f9-b340af71d77e",
"private_locations": [
{
"private_location_id": "02597184-0210-4518-a674-f55a7c9d362a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "de60963f-100e-46b3-bd85-906396a31f44"
},
{
"private_location_id": "b81b486b-c130-4f04-b161-2c4ef56aba9e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bb2c0343-6f99-447a-a433-7407276dba27"
},
{
"private_location_id": "b9b27050-e190-4b37-95d0-7841a65c7078",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a2818f16-99d0-4e05-82e1-0a342bdfa02b"
}
]
},
{
"access_group": "62cc31fd-1463-40c1-a820-c1966eabb62f",
"private_locations": [
{
"private_location_id": "b9b27050-e190-4b37-95d0-7841a65c7078",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a2818f16-99d0-4e05-82e1-0a342bdfa02b"
},
{
"private_location_id": "02597184-0210-4518-a674-f55a7c9d362a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "de60963f-100e-46b3-bd85-906396a31f44"
},
{
"private_location_id": "b9b27050-e190-4b37-95d0-7841a65c7078",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a2818f16-99d0-4e05-82e1-0a342bdfa02b"
}
]
},
{
"access_group": "60b99273-7904-4d77-b62d-75236ff63497",
"private_locations": [
{
"private_location_id": "02597184-0210-4518-a674-f55a7c9d362a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "de60963f-100e-46b3-bd85-906396a31f44"
},
{
"private_location_id": "02597184-0210-4518-a674-f55a7c9d362a",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "de60963f-100e-46b3-bd85-906396a31f44"
},
{
"private_location_id": "b81b486b-c130-4f04-b161-2c4ef56aba9e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bb2c0343-6f99-447a-a433-7407276dba27"
}
]
}
]
| 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. |