Get a List of Recorded Videos
Lists the videos stored on the HMP system.
Authorizations: Recordings - VIEW
Requests
GET /apis/assets
Tip
You can query videos based on a title and description (or HotMark title and description) by adding the “q
” query parameter to the collection URL. For more information, see Queries.
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 |
---|---|---|
400
|
| The provided filter could not be parsed. |
404
|
| There are no videos, or no videos matched the specified search query and/or filter query. |