Monitor Controller
Monitor Rooms
Path: /api/monitor/rooms
Method: GET
Example Http Request
GET /api/monitor/rooms HTTP/1.1
Host: localhost:8080
Example Http Response
HTTP/1.1 200 OK
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
Content-Type: application/json
Content-Length: 77
["28b646ca-2c96-4474-8ad7-fa0ee27b6eea-6671a635-456d-4724-87ee-d5cdca7401b8"]
Example Curl Request
$ curl 'http://localhost:8080/api/monitor/rooms' -i -X GET
Monitor Controller