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": "ab12d0bc-2695-4141-8a4f-60f6322e8931",
"private_locations": [
{
"private_location_id": "cf85326a-f167-4b89-9875-770be8ab5f51",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "840d6f07-e303-49b5-9adc-42b3c9b08a01"
},
{
"private_location_id": "5bdae208-14cc-469a-9024-130b5f0c5196",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6ba5319f-3fda-4a30-b96c-4ce783d41d5c"
},
{
"private_location_id": "07e415f8-f779-4583-bcf9-f930db30dd0b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2f16be64-94a5-4c25-859f-1db51305a4d3"
}
]
},
{
"access_group": "767363d4-4d70-47d0-bfa8-cec7931a52aa",
"private_locations": [
{
"private_location_id": "5bdae208-14cc-469a-9024-130b5f0c5196",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6ba5319f-3fda-4a30-b96c-4ce783d41d5c"
},
{
"private_location_id": "5bdae208-14cc-469a-9024-130b5f0c5196",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6ba5319f-3fda-4a30-b96c-4ce783d41d5c"
},
{
"private_location_id": "5bdae208-14cc-469a-9024-130b5f0c5196",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6ba5319f-3fda-4a30-b96c-4ce783d41d5c"
}
]
},
{
"access_group": "02fac7f2-3b4c-49e4-8a99-79e38878093a",
"private_locations": [
{
"private_location_id": "cf85326a-f167-4b89-9875-770be8ab5f51",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "840d6f07-e303-49b5-9adc-42b3c9b08a01"
},
{
"private_location_id": "07e415f8-f779-4583-bcf9-f930db30dd0b",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2f16be64-94a5-4c25-859f-1db51305a4d3"
},
{
"private_location_id": "5bdae208-14cc-469a-9024-130b5f0c5196",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "6ba5319f-3fda-4a30-b96c-4ce783d41d5c"
}
]
}
]
| 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. |