Skip to main content

Get a List of Active Recordings

Gets a list of currently active recordings for HMP.

Authorizations: Recordings - VIEW

Requests

GET /apis/recordings

Response

Success

{
"data": [
  {
    "id": "6d736ffb-50a2-4068-ad2e-cc147258b3f5",
    "session": "ad0eff6f-12b3-4622-893e-a5586046ab82",
    "username": "haiadmin",
    "state": "RECORDING",
    "duration": 42.155,
    "recorders": [
      {
        "source": "54fde7cd-c734-470e-b188-5d60def4f63a",
        "chunk": "asset-chunk://6d736ffb-50a2-4068-ad2e-cc147258b3f5/3/0/0",
        "id": "14",
        "state": "RECORDING"
      },
      {
        "source": "f4327f7b-3917-4533-b844-8818741cb0bd",
        "chunk": "asset-chunk://6d736ffb-50a2-4068-ad2e-cc147258b3f5/4/0/0",
        "id": "15",
        "state": "RECORDING"
      }
    ],
    "ctime": 1399586996,
    "title": "InfoDevSession - 06/05/2014, 15:26"
  },
  {
    "id": "fa20c493-7d40-4c8d-919c-8e370482682c",
    "session": "f443465b-dee0-484e-b4c3-60fd8209d7b6",
    "username": "haiadmin",
      "state": "RECORDING",
  "duration": 18.816,
   "recorders": [
       {
        "source": "323e1db5-5bb4-4988-85fc-b07605b365c8",
 "chunk": "asset-chunk://fa20c493-7d40-4c8d-919c-8e370482682c/3/0/0",          
 "id": "16",
        "state": "RECORDING"
       }
    ],
    "ctime": 1399587019,
"title": "Creator"
}
],
"paging": {
  "results": 2,
  "pageSize": 15
}
}

Error

Code

Payload

 Description

404
{"code":"040012", "name":"NoResults",
"message":"No results", "httpStatusCode":404}

There are no active recordings.

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.