get_result_video

The get_result_video function is used to get a video from a report.

Copied!
svc=report/get_result_video&params={"attachmentIndex":<uint>}

Parameters

NameDescription

attachmentIndex

Attachment index.

Returned result

Copied!
{
	"video_uri": "<text>",	/* link to the video */
	"video_type": "<text>"	/* type of the video */
}

Possible error codes:

CodeDescription
7

Failed to fetch the unit with the desired ACL (ADF_ACL_ITEM_EXECUTE_REPORTS).

6Undefined error.
4Wrong input parameters.
Download PDF file
Download Word document

See also