addBookmark
Configuration Article | CA-20220907-TP-75 VDG Sense | API | Functions | Video Tagging |
Note: This function requires an API license.
Update the video tag title and/or comment field. If a field is omitted, it’s value remains unchanged.
Returns the changed videotag.
Request
command=addbookmark&serverid=[UID]&deviceid=[UID]&value=[string]×tamp=[timestamp] |
parameter | type | remarks |
---|---|---|
serverid | [UID] | unique server id. |
deviceid | [UID] | unique device id |
value | [string] | optional image width for transcoding |
timestamp {optional} | [Timestamp] | UTCÂ timestamp of image to look for (format:Â yyyy-mm-dd hh:nn:ss.zzz). If omitted, the current timestamp (Now) will be used. |
Â
Response
<result errorcode="0">
<description>Ok</description>
</result> |
Error codes
If the result does not return an OK, then possible error codes are:
error code | description | remarks |
---|---|---|
0 | Ok | Ok, no error |
-2 | No device | Â |
-17 | No server | serverid doesn’t exist |
-23 | empty value | Â |
-33 | No Serverid parameter | Â |
-34 | No Deviceid parameter | Â |
Changelog
2.4.3 - Added
2.7.3 - Added