Show Room

You can use the REST API to get the details of one of your rooms.

Request

GET https://www.cameratag.com/api/v14/apps/[YOUR_APP_UUID]/rooms/[YOUR_ROOM_UUID].json

Parameters

Below is a list of parameters that this endpoint accepts.

Parameter Accepted Values Description Required
api_key a valid user api_key All App endpoints require authentcation Required

Example Response

{
  "camera_id": "63f9c870-72c4-0130-04c5-123139045d73",
  "name": "Interview room 1",
  "uuid": "0663ac2eadcd95fc4af3139d14324b2987357df56c59adfb88ead98b054fc5bc",
  "start_time": "2020-12-16T03:12:27.316Z",
  "end_time": "2020-12-17T03:12:34.280Z",
  "composited_at": null,
  "state": "closed"
}