# Download VBAReporting Report Downloads a specific VBAReporting report by its VBAReporting ID in PDF format. The report is generated based on the provided parameters. If parameters are missing or not supplied, the report will attempt to run and return results. The caller should ensure that the parameter names and values match the report's requirements. Endpoint: POST /vbareporting/reports/download Version: v1 Security: apiKeyAuth, bearerAuth ## Header parameters: - `vbasoftware-database` (string, required) The target database name to query. ## Request fields (application/json): - `vbaReportingId` (string, required) Unique identifier for the report in VBA Bold Reports. - `reportParameters` (object,null) Key-value pairs representing parameters required by the report (e.g., date range, client ID). The parameter names must match the parameters for the BR_Report ## Response 200 fields (text/plain): - `id` (string,null) ID of the report in VBAReporting - `name` (string,null) Name of the report. - `category` (string,null) Category under which the report falls. - `description` (string,null) Description of report. - `reportData` (string,null) Binary data of the report file. ## Response 401 fields ## Response 404 fields