API CALLS
Load Report
Section titled “Load Report”- For fetching data
Syntax
Section titled “Syntax”load_report(report_name, params, success_callback, error_callback);Example Usage
Section titled “Example Usage”load_report( "check_app_version", { system_id: 1, }, login_version_success, login_version_error);