VBA Reports

List VBA ReportsDeprecated

Retrieves a list of all available VBA Reports.

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

The target database name to query.

Responses
200

Successfully retrieved the list of VBA reports.

401

Unauthorized

get/reports
Request samples
Response samples
No sample

List Bold ReportsDeprecated

Retrieves a list of all available Bold Reports, optionally scoped to a specific category.

SecurityapiKeyAuth and bearerAuth
Request
query Parameters
category
string

Optional category for filtered results. Omit to retrieve all VBAReporting reports.

header Parameters
vbasoftware-database
required
string

The target database name to query.

Responses
200

Successfully retrieved the list of Bold reports.

401

Unauthorized

get/reports/vbareporting
Request samples
Response samples
No sample

Retrieve VBA ReportDeprecated

Retrieves a specific VBA Report by its unique definition key.

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
reportDefinition_Key
required
integer <int32>

Unique key for the VBA Report definition.

header Parameters
vbasoftware-database
required
string

The target database name to query.

Responses
200

Successfully retrieved the VBA report

401

Unauthorized

get/reports/{reportDefinition_Key}
Request samples
Response samples
No sample

Retrieve VBA Report tokenDeprecated

Retrieves a token for VBA Report integration.

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

The target database name to query.

Responses
200

Successfully retrieved the VBA report token

401

Unauthorized

get/reports/token
Request samples
Response samples
No sample

Retrieve VBAReporting token

Retrieves a token for VBAReporting integration.

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

The target database name to query.

Responses
200

Successfully retrieved the VBA report token

401

Unauthorized

get/vbareporting/token
Request samples
Response samples
No sample