Expand the Room_id API to show more information on a digital room display
We would like to view all of the upcoming reservations for a room so we can display some basic information on a display outside the room. The API will let you use the booking endpoint to pull a booking if you pass the email or barcode over but we want to parse the next couple events for a specific room id which is not possible. Patron bookings do not show in the event query endpoint because they are not events. There is no API on the rooms side to show upcoming reservations. I've included a screen shot of our current room display. So if we were able to pull room name, event/booking name, room booking date and time and then we could wrap that in css and html and make our own in house real time room displays. It seems we have two issues right now. One is the inability to filter by a specific room id. The other is the inability to pull a list of room bookings booked by patrons.
https://documenter.getpostman.com/view/19701705/UVksNEf1#5c0cda90-799b-4420-9483-6c8ff784cb9d