VBA Reports

List VBA Reports

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

Retrieve VBA Report

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