*exportVideoTag
Configuration Article | CA-20220907-TP-70 VDG Sense | API | Functions | Video Tagging |
Export the given VideoTag as a native export.
The parameter Divaid is optional, but if omitted, the request will export the VideoTag from all clients logged into the server.
Note:Â This function requires VDG Sense version 2.5.8 or higher
Request
command=exportVideoTag&TagID=[uid]&ExportTo=[path] |
Parameter | type | remarks |
---|---|---|
tagid | [UID] | unique id of video Tag |
exportTo | [path] | local storage location for export |
divaid | [UID] | unique id of client (Optional) |
Response
<result errorcode="0">
    <descripion>Ok</description>
</result> |
error code | description | remarks |
---|---|---|
0 | Ok | Ok, no error |
-10 | Not enough parameters | There are not enough parameters supplied for this function |
-18 | General error | An undefined error occured |
-26 | Videotag does not exist | Videotag does not exist or cannot be found |
-28 | Not a Diva client | There is no client with the supplied divaid |
-52 | Video tag is still active | Tag cannot be exported while active |
Changelog
2.5.8 – Added