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": "982c2ed7-465d-4fb3-bfb3-e8bc05f4e840",
"private_locations": [
{
"private_location_id": "92510cbe-dd52-4405-917b-27b5d4b5539b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "77b6ae4b-5c61-493a-bfa7-05256cd26e44"
},
{
"private_location_id": "2f7faf67-0d94-4df8-ad1d-753fd84b8f35",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ed7bef02-0035-4036-9820-868ddf0e3938"
},
{
"private_location_id": "f0c8ea7f-487a-41a3-a628-ee57bae02734",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bb36117f-1fd6-45a5-ab45-472e7b8ae05e"
}
]
},
{
"access_group": "9c9f8f3f-95ea-43e2-aa62-9e2b046a0b52",
"private_locations": [
{
"private_location_id": "2f7faf67-0d94-4df8-ad1d-753fd84b8f35",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ed7bef02-0035-4036-9820-868ddf0e3938"
},
{
"private_location_id": "2f7faf67-0d94-4df8-ad1d-753fd84b8f35",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "ed7bef02-0035-4036-9820-868ddf0e3938"
},
{
"private_location_id": "f0c8ea7f-487a-41a3-a628-ee57bae02734",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bb36117f-1fd6-45a5-ab45-472e7b8ae05e"
}
]
},
{
"access_group": "c91e93f6-1bde-4f5d-be1c-b8f6d66343f1",
"private_locations": [
{
"private_location_id": "92510cbe-dd52-4405-917b-27b5d4b5539b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "77b6ae4b-5c61-493a-bfa7-05256cd26e44"
},
{
"private_location_id": "92510cbe-dd52-4405-917b-27b5d4b5539b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "77b6ae4b-5c61-493a-bfa7-05256cd26e44"
},
{
"private_location_id": "f0c8ea7f-487a-41a3-a628-ee57bae02734",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "bb36117f-1fd6-45a5-ab45-472e7b8ae05e"
}
]
}
]
| 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. |