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": "11bae9ae-2f2c-4174-a050-5328c5950d56",
"private_locations": [
{
"private_location_id": "1bf9ec77-a423-4b52-a05e-e52e1f0582b1",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "74e3f181-1a60-4e8d-b2bc-8392b40ebc31"
},
{
"private_location_id": "3e519713-dea9-4faf-9698-289e2d1a4645",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c5d1978f-53be-4d00-9624-2b1b0567073d"
},
{
"private_location_id": "ffbb1ee8-9b91-4a69-b83c-9451c638712e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "cc8d41de-628b-40b8-a813-49dad5859f50"
}
]
},
{
"access_group": "0a9d5e38-09c3-447d-96d0-ebb4ff7f6901",
"private_locations": [
{
"private_location_id": "ffbb1ee8-9b91-4a69-b83c-9451c638712e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "cc8d41de-628b-40b8-a813-49dad5859f50"
},
{
"private_location_id": "3e519713-dea9-4faf-9698-289e2d1a4645",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c5d1978f-53be-4d00-9624-2b1b0567073d"
},
{
"private_location_id": "ffbb1ee8-9b91-4a69-b83c-9451c638712e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "cc8d41de-628b-40b8-a813-49dad5859f50"
}
]
},
{
"access_group": "e3abda3a-8781-492c-85f0-0ff3b510ee82",
"private_locations": [
{
"private_location_id": "3e519713-dea9-4faf-9698-289e2d1a4645",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c5d1978f-53be-4d00-9624-2b1b0567073d"
},
{
"private_location_id": "ffbb1ee8-9b91-4a69-b83c-9451c638712e",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "cc8d41de-628b-40b8-a813-49dad5859f50"
},
{
"private_location_id": "3e519713-dea9-4faf-9698-289e2d1a4645",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c5d1978f-53be-4d00-9624-2b1b0567073d"
}
]
}
]
| 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. |