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": "8b2e2d61-5b35-4905-986f-a1893032d6d6",
"private_locations": [
{
"private_location_id": "3f040120-6496-45da-95e3-1c530c43eadb",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c0438539-1024-41dd-900e-2b43b2c85f82"
},
{
"private_location_id": "cc7c8188-2625-493a-95a8-77e8ed469fda",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "862cc82f-ff7c-465c-aa04-eb62acce6e07"
},
{
"private_location_id": "409f1bd1-e3b4-4531-89c7-c9fed41e34c7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e0bce7d3-92e7-493c-8352-a19cd93735f4"
}
]
},
{
"access_group": "4b3889b2-6557-40ef-af0e-343223d76b49",
"private_locations": [
{
"private_location_id": "409f1bd1-e3b4-4531-89c7-c9fed41e34c7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e0bce7d3-92e7-493c-8352-a19cd93735f4"
},
{
"private_location_id": "409f1bd1-e3b4-4531-89c7-c9fed41e34c7",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "e0bce7d3-92e7-493c-8352-a19cd93735f4"
},
{
"private_location_id": "3f040120-6496-45da-95e3-1c530c43eadb",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "c0438539-1024-41dd-900e-2b43b2c85f82"
}
]
},
{
"access_group": "984e9821-f30a-4bfd-a032-83ffaa2cc60a",
"private_locations": [
{
"private_location_id": "cc7c8188-2625-493a-95a8-77e8ed469fda",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "862cc82f-ff7c-465c-aa04-eb62acce6e07"
},
{
"private_location_id": "cc7c8188-2625-493a-95a8-77e8ed469fda",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "862cc82f-ff7c-465c-aa04-eb62acce6e07"
},
{
"private_location_id": "cc7c8188-2625-493a-95a8-77e8ed469fda",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "862cc82f-ff7c-465c-aa04-eb62acce6e07"
}
]
}
]
| 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. |