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": "9598461e-bae9-407a-ab3f-ad2921e2eb87",
"private_locations": [
{
"private_location_id": "63f903c6-3b89-4b8d-8051-46fb787d7092",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "493e25f8-81c1-431c-b644-e50c1552d8ce"
},
{
"private_location_id": "c9c2609d-1764-4d40-beed-7a888eea2696",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3a45ceec-1663-4c8a-84e5-ec07a28a7588"
},
{
"private_location_id": "2f317848-48d1-4482-9578-6129a67871a4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "666cdcd8-9332-43de-9a05-aa7c8cc44b64"
}
]
},
{
"access_group": "983c7a3a-5cff-48c8-8447-26ac3d0ce28b",
"private_locations": [
{
"private_location_id": "c9c2609d-1764-4d40-beed-7a888eea2696",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3a45ceec-1663-4c8a-84e5-ec07a28a7588"
},
{
"private_location_id": "2f317848-48d1-4482-9578-6129a67871a4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "666cdcd8-9332-43de-9a05-aa7c8cc44b64"
},
{
"private_location_id": "c9c2609d-1764-4d40-beed-7a888eea2696",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3a45ceec-1663-4c8a-84e5-ec07a28a7588"
}
]
},
{
"access_group": "bc170252-5020-4d91-a804-f4647d3d0a7c",
"private_locations": [
{
"private_location_id": "c9c2609d-1764-4d40-beed-7a888eea2696",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "3a45ceec-1663-4c8a-84e5-ec07a28a7588"
},
{
"private_location_id": "2f317848-48d1-4482-9578-6129a67871a4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "666cdcd8-9332-43de-9a05-aa7c8cc44b64"
},
{
"private_location_id": "2f317848-48d1-4482-9578-6129a67871a4",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "666cdcd8-9332-43de-9a05-aa7c8cc44b64"
}
]
}
]
| 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. |