Retrieves the system report list
The current page number as a zero-based value
The total number of reports per page
Optional
filters: ReportListFiltersThe object that is used to filter the result set
A ReportListResults
object with the report details
An async function that returns the results of system reports. The authenticated user must have access to system reports to view this data.
Error if the query list could not be retrieved. This is caused by connectivity, session or user permission issues.
Returns the report data for a specific page.
The unique report ID
The current page number
The page size
A ReportData
object containing record details for the current page.
This method is used to retrieve data from a specific report. It will return an object that contains the data with the defined columns.
Error if the input is invalid or if the client encounters connectivity issues.
Retrieves the report metadata
The unique report ID
A ReportMetadata
object
The report metadata will contain details surrounding the columns.
Error if the report is not found or if the client encounters connectivity issues.
Generated using TypeDoc
Platform 4.2+. The Report class is used to retrieve and execute TRIRIGA queries.