*getVideoTagList
Configuration Article | CA-20220907-TP-71 VDG Sense | API | Functions | Video Tagging |
Note: This function requires an API license.
Obtains a list of all created Video tags.
Request
command=getVideoTagList |
Response
<result errorcode="0">
<videotaglist count="[Number]">
<videotag>
<id>[UID]</id>
<serverid>[UID]</serverid>
<deviceid>[UID]</deviceid>
<startdate>[timestamp]</startdate>
<videotagdate>[timestamp]</videotagdate>
<enddate>[timestamp]</enddate>
<title>[string]</title>
<comment>[string]</comment>
<status>[string]</status>
</videotag>
</videotaglist>
</result> |
node/result | value | remarks |
---|---|---|
/result |
|
|
@errorcode | [number] | See error codes below |
/result/videotag |
|
|
id | [UID] | unique id |
serverid | [UID] | unique server id |
deviceid | [UID] | unique device id |
startdate | [timestamp] | Tags with a (local) timestamp >= startdate (pretime) are returned. |
videotagdate | [timestamp] | Tags with a (local) timestamp = videotagdate are returned. |
enddate | [timestamp] | Tags with a (local) timestamp <= enddate (posttime) are returned. |
title | [string] | A user defined title |
comment | [string] | A user defined comment |
error code | description | remarks |
---|---|---|
0 | Ok | Ok, no error |
-18 | General error | An undefined error occured |
-26 | Videotag does not exist | Videotag does not exist or can not be found |
Changelog
2.4.3 - Added
2.7.3 - Added parameter videotagdate.