New to Telerik Reporting? Download free 30-day trial

Get Version Overview

The public interface for retrieving the Telerik Reporting REST Service version.

Request

GET /api/reports/version

Response

HTTP Status Code Description
200 OK The Version of the Telerik Reporting REST Service retrieved successfully

Response Body

A string, which represents the version of the Telerik Reporting REST Service.

Sample

  • Request

    GET /api/reports/version HTTP/1.1
    
  • Response

    HTTP/1.1 200 OK
    
    "18.0.24.305"
    
In this article