RestAPI method to for getting room names

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!

1 Like

Other related API needs at the space level:

  • set default room
  • delete room

Does anyone know if these are possible with WebSocket?

This is a helpful feature. I had to use both Websocket API and HTTP API to get all the map names then request with HTTP to get all the room names to get the map JSON.