[
{
"description": "Hale Aloha Ilima residence hall 6th floor",
"altitude": 30,
"longitude": -157.812727,
"latitude": 21.294642,
"id": "ilima-6th"
},
{
"description": "Hale Aloha Ilima residence hall 7th floor",
"altitude": 35,
"longitude": -157.812727,
"latitude": 21.294642,
"id": "ilima-7th"
}
]
Get a full list of defined Locations for the given user group.
{
"description": "Hale Aloha Ilima residence hall 6th floor",
"altitude": 30,
"longitude": -157.812727,
"latitude": 21.294642,
"id": "ilima-6th"
}
Get the Location with the given location_id for the given user group.
Add the Location for the given user group. Will return the HTTP status. Error status if duplicate unique id.
Deletes the Location with the given location_id for the given user group. Will return the HTTP status. Error status if the location_id is not defined.