Maybe this is more a request, but is there a call to the RestAPI to get a list of rooms within a space? Given that the getMap call needs the room names, it would be really helpful to just be able to get that list ahead of time, instead of relying on user input, memorizing the room names, or mis-capitalization (my personal bane).
And I am aware that the websocket has a fairly easy way to handle this, but I was hoping to do what I am working on exclusively through the RestAPI.
Thanks!