Skip to main content

Get List of Related Videos

Lists related videos based on matching category data.

Authorizations: Recordings - VIEW

Requests

GET /apis/assets/:id/related

Response

Success

{
"data": [
  {
    "id": "3bc946a6-6720-41c0-8246-55e8119d1a5a",
    "title": "New Session",
    "description": "",
    "active": false,
    "ctime": 1401997809,
    "mtime": 1401997809,
    "tag": null,
    "duration": 60.34700000000001,
    "recording": false,
    "trimming": false,
    "importing": false,
    "movieTrackCount": 1
  },
  {
    "title": "New Session",
    "description": "",
    "ctime": 1402000846,
    "mtime": 1402000846,
    "duration": 0,
    "active": false,
    "id": "19db79ba-bbde-4c73-9543-8c169d7b1383",
    "movieTrackCount": 2,
    "recording": true,
    "trimming": false,
    "importing": false
  }
],
"paging": {
  "results": 2,
  "pageSize": 15
}
}


Error

Code

Payload

 Description

404
{"code":"040002", "name":"AssetNotFound",
"message":"Video not found", "httpStatusCode":404}

Could not find video with the provided id.

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

No results returned from the server.

500
{"code":"070000", "name":"InternalServer",
"message":"Internal Server Error",
"httpStatusCode":500}

Getting a list of related videos failed. Please see calypso.log for details.

JavaScript errors detected

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

If this problem persists, please contact our support.