Retrieves a list of all available VBAReporting reports by optional category.
Successfully retrieved the list of Bold reports.
Unauthorized
Retrieves a specific VBAReporting report by its VBAReporting ID.
Successfully retrieved the VBA report
Unauthorized
No VBA report found
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.
Successfully downloaded the VBA report.
Unauthorized
No VBA report found
{- "vbaReportingId": "d6630060-3c3f-45b9-9b9d-0c2e97ed7ca8",
- "reportParameters": {
- "property1": "string",
- "property2": "string"
}
}
{- "id": "string",
- "name": "string",
- "category": "string",
- "description": "string",
- "reportData": "string"
}