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": "bf732f08-64b2-4f14-9b3a-923cae4684a9",
"private_locations": [
{
"private_location_id": "d80ddf2b-8f44-4180-b019-5e3054b8e13d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ff8ba7e1-22d1-4f1a-9ecf-ee77a2e29919"
},
{
"private_location_id": "6f045d77-ef3c-4cf7-b642-259aad7111f7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "28510404-5187-4eda-8797-180058d68532"
},
{
"private_location_id": "5d7696e3-e15c-48fb-a332-5fe0af670ca0",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "5272fd7f-e367-46a2-9fcc-03e8dd7e3d70"
}
]
},
{
"access_group": "b866cac2-a2e4-4ad9-be1b-f576c42df780",
"private_locations": [
{
"private_location_id": "5d7696e3-e15c-48fb-a332-5fe0af670ca0",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "5272fd7f-e367-46a2-9fcc-03e8dd7e3d70"
},
{
"private_location_id": "5d7696e3-e15c-48fb-a332-5fe0af670ca0",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "5272fd7f-e367-46a2-9fcc-03e8dd7e3d70"
},
{
"private_location_id": "6f045d77-ef3c-4cf7-b642-259aad7111f7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "28510404-5187-4eda-8797-180058d68532"
}
]
},
{
"access_group": "7d8ba691-4702-4e2b-936b-d59cfa92b552",
"private_locations": [
{
"private_location_id": "5d7696e3-e15c-48fb-a332-5fe0af670ca0",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "5272fd7f-e367-46a2-9fcc-03e8dd7e3d70"
},
{
"private_location_id": "d80ddf2b-8f44-4180-b019-5e3054b8e13d",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ff8ba7e1-22d1-4f1a-9ecf-ee77a2e29919"
},
{
"private_location_id": "5d7696e3-e15c-48fb-a332-5fe0af670ca0",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "5272fd7f-e367-46a2-9fcc-03e8dd7e3d70"
}
]
}
]
| 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. |