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": "63885947-5e28-4613-bd4e-a72b99a01553",
"private_locations": [
{
"private_location_id": "bbac773c-570f-46f2-9301-1710f2d13f00",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2ef6e827-08d7-40dc-864b-d6bbcf7be686"
},
{
"private_location_id": "3b31f9cf-6672-4bc1-8b58-a730b7fe5f8e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "f5008cec-405c-4eef-9175-f5651f37128d"
},
{
"private_location_id": "bfe8f532-9b4a-4426-b538-7e865c3cfb9e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a34241fa-a278-4d23-91e0-054a08d953bc"
}
]
},
{
"access_group": "0fec473d-4dfc-4808-9340-1ce77a9d5efa",
"private_locations": [
{
"private_location_id": "bbac773c-570f-46f2-9301-1710f2d13f00",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2ef6e827-08d7-40dc-864b-d6bbcf7be686"
},
{
"private_location_id": "bfe8f532-9b4a-4426-b538-7e865c3cfb9e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a34241fa-a278-4d23-91e0-054a08d953bc"
},
{
"private_location_id": "bfe8f532-9b4a-4426-b538-7e865c3cfb9e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a34241fa-a278-4d23-91e0-054a08d953bc"
}
]
},
{
"access_group": "37ddb471-1381-43fd-b56b-1bfba554dad6",
"private_locations": [
{
"private_location_id": "bbac773c-570f-46f2-9301-1710f2d13f00",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2ef6e827-08d7-40dc-864b-d6bbcf7be686"
},
{
"private_location_id": "bfe8f532-9b4a-4426-b538-7e865c3cfb9e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a34241fa-a278-4d23-91e0-054a08d953bc"
},
{
"private_location_id": "bfe8f532-9b4a-4426-b538-7e865c3cfb9e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a34241fa-a278-4d23-91e0-054a08d953bc"
}
]
}
]
| 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. |