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": "6bf132ec-f5b9-4407-9b9c-46573eb0abe0",
"private_locations": [
{
"private_location_id": "1fb65a63-e3d1-4817-b67a-eb421353f7e4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9bf8eb87-216c-4805-a2b4-9f4ae23ad6e8"
},
{
"private_location_id": "b42bffdf-eeb3-4d04-aeb3-089b4a30e961",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ca0a2d08-485f-405e-ad89-659cbdbe64c5"
},
{
"private_location_id": "0f3b329b-97c2-4a78-9bb2-810206f483c7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a0ecf73f-2bd3-470a-aa02-e82c75bbca0e"
}
]
},
{
"access_group": "a4220a4a-2b1c-4639-abed-3830e12db828",
"private_locations": [
{
"private_location_id": "1fb65a63-e3d1-4817-b67a-eb421353f7e4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9bf8eb87-216c-4805-a2b4-9f4ae23ad6e8"
},
{
"private_location_id": "b42bffdf-eeb3-4d04-aeb3-089b4a30e961",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ca0a2d08-485f-405e-ad89-659cbdbe64c5"
},
{
"private_location_id": "b42bffdf-eeb3-4d04-aeb3-089b4a30e961",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ca0a2d08-485f-405e-ad89-659cbdbe64c5"
}
]
},
{
"access_group": "aa5e2281-98a0-45bb-bf7d-391774c82c8a",
"private_locations": [
{
"private_location_id": "1fb65a63-e3d1-4817-b67a-eb421353f7e4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9bf8eb87-216c-4805-a2b4-9f4ae23ad6e8"
},
{
"private_location_id": "b42bffdf-eeb3-4d04-aeb3-089b4a30e961",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ca0a2d08-485f-405e-ad89-659cbdbe64c5"
},
{
"private_location_id": "1fb65a63-e3d1-4817-b67a-eb421353f7e4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "9bf8eb87-216c-4805-a2b4-9f4ae23ad6e8"
}
]
}
]
| 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. |