Monitor Controller

Monitor Room Info

Path: /api/monitor/roominfo/<roomId>

Method: GET

Example Http Request

GET /api/monitor/roominfo/83d64c3a-0f6a-452e-8147-08bd7107089d-58b37980-7475-422d-8340-1d5a7bbe2f9b 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: 40

["7e741952-7f46-4da6-8796-c50f58afbe55"]

Example Curl Request

$ curl 'http://localhost:8080/api/monitor/roominfo/83d64c3a-0f6a-452e-8147-08bd7107089d-58b37980-7475-422d-8340-1d5a7bbe2f9b' -i -X GET

Monitor Controller