Downloads a specific VBAReporting report by its 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.
Successfully downloaded the VBA report.
Unauthorized
{- "vbaReportingId": "d6630060-3c3f-45b9-9b9d-0c2e97ed7ca8",
- "reportParameters": {
- "property1": "string",
- "property2": "string"
}
}
{- "id": "string",
- "name": "string",
- "category": "string",
- "description": "string",
- "reportData": "string"
}