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
{ |
Error
Code | Payload | Description |
---|---|---|
400 | {"code":"010002", "name":"InvalidFilter", | The provided filter could not be parsed. |
404 | {"code":"040012", "name":"NoResults", | There are no videos, or no videos matched the specified search query and/or filter query. |