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.3.24.1112"