Monitor Controller

Monitor Room Info

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

Method: GET

Example Http Request

GET /api/monitor/roominfo/034e08db-230b-4d4f-a885-76706d21db81-a36d43bb-e8a7-400e-bb39-04abc473dffc 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

["1c3e74dd-e82e-4031-9817-bf71c410c6f9"]

Example Curl Request

$ curl 'http://localhost:8080/api/monitor/roominfo/034e08db-230b-4d4f-a885-76706d21db81-a36d43bb-e8a7-400e-bb39-04abc473dffc' -i -X GET

Monitor Controller