ebs.callReport

Generates a report that was set up on the FintechOS platform for a specific entity by the report ID.

HINT  When calling a report, we recommend using ebs.callReportByName which is enabled for localization. The current method is provided mostly for backward compatibility.

Syntax

Copy
ebs.callReport(reportId: string, entityId: string, callback: Function, errorCallback: Function): void

 

Parameter Description
reportId Unique ID of the report you want to generate.

entityId

Unique ID of the entity for which you want to generate the report.

Response

Parameter Description
FileName

Internal name of the report file.

IsDownloadFile

Indicates if the report file is downloadable.
Message Indicates the outcome of the request.

Examples