Well, in the beginning, the combit Report Server was mainly designed for end users to fulfill the requirements of a self-service Business Intelligence solution. It took some time to think about it and to collect some ideas provided by our customers. Finally combit Report Server 2.0 started with a REST API that was able to create reports in a specific format.
The combit Report Server is a web based product using the recent Microsoft technology. A lot of programming environments and languages have the ability to make simple HTTP calls to a REST API. To prove the concept of our new REST API, we started developing a Windows client app using WinJS (Javascript + HTML5). Later, we transformed this app into a Universal app, if you are interested, just have a closer look at it:
-
Create a report based on a template and export it
-
Trigger the execution of a scheduled report
-
Query all the available report templates
-
Query all the available export templates
-
Beside the system requirements of combit Report Server, you need to have the Enterprise Edition.
-
You have to activate the API in the “Advanced Setttings” of the product.
-
We suggest using HTTPS (HyperText Transfer Protocol Secure) for your Report Server for maximum security
-
Use Domain Authentication or an API account to access your server.
HTTP-GET https://<your server>/api/v1/report/{TemplateID}/export/{ExportProfileID}
HTTP-GET https://<your server>/api/v1/report/{TemplateID}
HTTP-POST https://<your server>/api/v1/task/{TaskID}/run
For over 20 years Alexander Horak is engaged in software development and has already worked at combit during his computer science studies. Nowadays, he is Head of Development of the combit Report Server, an ASP.NET MVC based Enterprise Reporting solution. In his spare time he loves soccer and is an active supporter of FC Bayern Munich.