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

Name Description
attachmentIndex Attachment index.

Returned result

Copied!
{
	"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.

If you find a mistake in the text, please select it and press Ctrl+Enter.