Get List of Related Videos
Lists related videos based on matching category data.
Authorizations: Recordings - VIEW
Requests
GET /apis/assets/:assetId/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
|
| Could not find video with the provided id. |
404
|
| No results returned from the server. |
500
|
| Getting a list of related videos failed. Please see |