Skip to main content

Get a List of Videos from a Session

Gets a list of available videos created from the session.

Authorizations: Recordings - VIEW

Requests

GET /apis/sessions/sessionId/assets

Response

Success

{
"data": [
{
"title": "Creator OWN",
"description": "",
"ctime": 1395428150,
"mtime": 1395933239,
"duration": 6.25,
"active": false,
"id": "40de80af-6acb-413c-9c88-04a37b9b1788",
"movieTrackCount": 1,
"recording": false,
"trimming": false,
"importing": false
},
{
"title": "Creator",
"description": "",
"ctime": 1398711729,
"mtime": 1398711730,
"duration": 3.45,
"active": false,
"id": "b680d35e-f2d5-42e1-9c5e-d12f3fe5dba6",
"movieTrackCount": 1,
"recording": false,
"trimming": false,
"importing": false
}
],
"paging": {
  "results": 2,
  "pageSize": 15
}
}

Errors

Code

Payload

 Description

400
{"code":"010001", "name":"InputValidation", 
"message":"<message>", "httpStatusCode":400}

Supplied data was insufficient or incorrect.

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

The specified session has not generated any recordings.

 

JavaScript errors detected

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

If this problem persists, please contact our support.