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

["dcffa18c-0f53-4e1f-803e-7b70d662c6e4-761e4e70-feb9-4803-9125-2b6e1bca2c64"]

Example Curl Request

$ curl 'http://localhost:8080/api/monitor/rooms' -i -X GET

Monitor Controller