apply_report_result

The apply_report_result method is used to receive the result of an asynchronous report.

The method is only used for the reports requested with the remoteExec parameter of the report/exec_report request.

Copied!
svc=report/apply_report_result&params={}

Returned result

The returned result is the same as in the report/exec_report request.

Possible error codes:

Code Description
4 The session has no report result to apply. The report either wasn’t requested with the remoteExec parameter, or hasn’t completed successfully. Check it with the report/get_report_status request: the result can be applied only with the status 4 (Done).
6 Undefined error.
1003 The limit has been reached. See the reason field for details.
1004 The limit of messages has been reached. See the reason field for details.

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