Gets HotMark information for the specified video. See Create a HotMark on a Recording.
Authorizations: Recordings - VIEW
GET /apis/assets/:assetId/hotmarks
Success
{ "data": [ { "title": "Hotmark POST Test", "description": "API added HM", "timestamp": 100000, "id": "0d75aa67-3866-4e74-a285-011e951ca0af" "username":"jsmith", "userDisplayName":"John Smith" } ], "paging": { "results": 1, "pageSize": 15 }}
{
"data": [
"title": "Hotmark POST Test",
"description": "API added HM",
"timestamp": 100000,
"id": "0d75aa67-3866-4e74-a285-011e951ca0af"
"username":"jsmith",
"userDisplayName":"John Smith"
}
],
"paging": {
"results": 1,
"pageSize": 15
Error
Code
Payload
Description
404
{"code":"040002","name":"AssetNotFound", "message":"Video not found", "httpStatusCode":404}
{"code":"040002","name":"AssetNotFound",
"message":"Video not found", "httpStatusCode":404}
Video with UUID Id not found.
Id
{"code":"040012", "name":"NoResults", "message":"No results", "httpStatusCode":404}
{"code":"040012", "name":"NoResults",
"message":"No results", "httpStatusCode":404}
This video contains no HotMarks.
Please note, these errors can depend on your browser setup.
If this problem persists, please contact our support.