GET private-locations
Retrieves a list of private locations for the current customer.
Request example
curl --request GET "https://api-asm2.apica.io/v3/private-locations?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"
Response body model example and description
[
{
"access_group": "fdbc5ef7-ba5d-42fc-bc4b-d1224bc80b68",
"private_locations": [
{
"private_location_id": "9049c297-1096-47da-b46d-6f033f659360",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "697619af-1565-48c5-bbbe-c7b63ea2c5aa"
},
{
"private_location_id": "c2cba5e7-e141-43ff-bc98-ff3768dad175",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "85eab008-1205-4ede-ac71-a0f7e6cab548"
},
{
"private_location_id": "5cad3952-71c7-4a14-b9ad-9b93d418b787",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "5dbfe50f-fe5c-41f8-ad70-65ac551d5f4a"
}
]
},
{
"access_group": "887ed980-35ad-4901-b2b5-cd50c3bfe261",
"private_locations": [
{
"private_location_id": "5cad3952-71c7-4a14-b9ad-9b93d418b787",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "5dbfe50f-fe5c-41f8-ad70-65ac551d5f4a"
},
{
"private_location_id": "9049c297-1096-47da-b46d-6f033f659360",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "697619af-1565-48c5-bbbe-c7b63ea2c5aa"
},
{
"private_location_id": "c2cba5e7-e141-43ff-bc98-ff3768dad175",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "85eab008-1205-4ede-ac71-a0f7e6cab548"
}
]
},
{
"access_group": "1cb3edb2-673b-48af-8e6d-c27d47e946d8",
"private_locations": [
{
"private_location_id": "c2cba5e7-e141-43ff-bc98-ff3768dad175",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "85eab008-1205-4ede-ac71-a0f7e6cab548"
},
{
"private_location_id": "c2cba5e7-e141-43ff-bc98-ff3768dad175",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "85eab008-1205-4ede-ac71-a0f7e6cab548"
},
{
"private_location_id": "c2cba5e7-e141-43ff-bc98-ff3768dad175",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "85eab008-1205-4ede-ac71-a0f7e6cab548"
}
]
}
]
| 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. |