Get Version
Overview
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 represent the version of the Telerik Reporting REST Service.
Sample
-
Request
GET /api/reports/version HTTP/1.1
-
Response
HTTP/1.1 200 OK "17.0.23.315"