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]&timestamp=[timestamp]

parameter

type

remarks

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

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