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": "0026fef5-d7f5-474b-9bdd-a75a8f41a95c",
"private_locations": [
{
"private_location_id": "acfe120c-e253-487f-821a-a1ae368921ac",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "d8497f6f-f663-4774-833f-c0f568222d1c"
},
{
"private_location_id": "7a05f0eb-2b6f-4067-90c9-e61ef3e6d8b6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e6749dfa-158c-4351-b576-212bccf196b6"
},
{
"private_location_id": "1199eb3e-f5a9-42bf-9595-62e656e5fb54",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a3a27204-5e9d-414e-88cb-ec201f007990"
}
]
},
{
"access_group": "6ac7b904-5b5a-4154-b067-873a130ba549",
"private_locations": [
{
"private_location_id": "1199eb3e-f5a9-42bf-9595-62e656e5fb54",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a3a27204-5e9d-414e-88cb-ec201f007990"
},
{
"private_location_id": "1199eb3e-f5a9-42bf-9595-62e656e5fb54",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a3a27204-5e9d-414e-88cb-ec201f007990"
},
{
"private_location_id": "1199eb3e-f5a9-42bf-9595-62e656e5fb54",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a3a27204-5e9d-414e-88cb-ec201f007990"
}
]
},
{
"access_group": "21640eab-d4ba-4d00-905f-6d3247f48738",
"private_locations": [
{
"private_location_id": "1199eb3e-f5a9-42bf-9595-62e656e5fb54",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a3a27204-5e9d-414e-88cb-ec201f007990"
},
{
"private_location_id": "7a05f0eb-2b6f-4067-90c9-e61ef3e6d8b6",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e6749dfa-158c-4351-b576-212bccf196b6"
},
{
"private_location_id": "1199eb3e-f5a9-42bf-9595-62e656e5fb54",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "a3a27204-5e9d-414e-88cb-ec201f007990"
}
]
}
]
| 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. |