Report Host is a self hosted webapi endpoint that allows dynamic report generation.
Using the app.
App Commands
StartService: Starts the WebApi Endpoints
StopService: Stops the WebApi EndPoints
WebApi Routes
Base Route:
/api/reports
/tables: Generates a list of tables.
/reprots: Generates a list of Reports.
/columns/{tableName}: Generates a list of column details based on given table name.
/results {ReportCriteria}: Generates report results based on given ReportCriteria