get_result_video
The get_result_video function is used to get a video from a report.
svc=report/get_result_video¶ms={"attachmentIndex":<uint>}
Parameters
| Name | Description |
|---|---|
attachmentIndex | Attachment index. |
Returned result
{
"video_uri": "<text>", /* link to the video */
"video_type": "<text>" /* type of the video */
}
Possible error codes:
| Code | Description |
|---|---|
| 7 | Failed to fetch the unit with the desired ACL (ADF_ACL_ITEM_EXECUTE_REPORTS). |
| 6 | Undefined error. |
| 4 | Wrong input parameters. |