New to Telerik Reporting? Download free 30-day trial

Get Version Overview

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

Starting with release 2025 Q2 (version 19.1.25.521), the Get Version endpoint has been marked as obsolete. To retrieve the version of the Telerik Reporting REST Service, use the Get Configuration endpoint instead.

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
    
    "19.2.25.1001"
    
In this article