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": "19a207f6-de09-4fae-a5d2-bc36dbc3e62f",
"private_locations": [
{
"private_location_id": "5d7c3116-70e3-466e-93eb-39dabb4c0205",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2eb32330-d65f-4350-8af9-d4df0c920ca8"
},
{
"private_location_id": "6335d24d-5b2c-4ec3-8895-62ba60ed31d0",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "26a6780a-588e-4637-b039-9f6ff3ec5ba4"
},
{
"private_location_id": "0bdf4bce-51cb-417a-8afd-b7a36aa3afce",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fced84c6-f23d-4561-848d-815a2de548bc"
}
]
},
{
"access_group": "9742dd99-b137-4f80-8210-e32c0804d3b6",
"private_locations": [
{
"private_location_id": "5d7c3116-70e3-466e-93eb-39dabb4c0205",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2eb32330-d65f-4350-8af9-d4df0c920ca8"
},
{
"private_location_id": "0bdf4bce-51cb-417a-8afd-b7a36aa3afce",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fced84c6-f23d-4561-848d-815a2de548bc"
},
{
"private_location_id": "6335d24d-5b2c-4ec3-8895-62ba60ed31d0",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "26a6780a-588e-4637-b039-9f6ff3ec5ba4"
}
]
},
{
"access_group": "b20ecbaf-b84b-4c11-8333-80f3d324ba86",
"private_locations": [
{
"private_location_id": "6335d24d-5b2c-4ec3-8895-62ba60ed31d0",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "26a6780a-588e-4637-b039-9f6ff3ec5ba4"
},
{
"private_location_id": "0bdf4bce-51cb-417a-8afd-b7a36aa3afce",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "fced84c6-f23d-4561-848d-815a2de548bc"
},
{
"private_location_id": "5d7c3116-70e3-466e-93eb-39dabb4c0205",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "2eb32330-d65f-4350-8af9-d4df0c920ca8"
}
]
}
]
| 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. |