VBAReporting

List VBAReporting Reports

Retrieves a list of all available VBAReporting reports.

SecurityapiKeyAuth and bearerAuth
Request
query Parameters
category
string

category

header Parameters
vbasoftware-database
required
string

The target database name to query.

Responses
200

Successfully retrieved the list of Bold reports.

401

Unauthorized

get/vbareporting/reports
Request samples
Response samples
No sample

Retrieve VBAReporting Report

Retrieves a specific VBAReporting report by its ID.

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
vbaReportingId
required
string

Unique VBAReporting report ID.

header Parameters
vbasoftware-database
required
string

The target database name to query.

Responses
200

Successfully retrieved the VBA report

401

Unauthorized

get/vbareporting/reports/{vbaReportingId}
Request samples
Response samples
No sample