New to Telerik Reporting? Download free 30-day trial

Register Client Overview

Request

POST /api/reports/clients

Response

HTTP Status Code Description
200 OK Client registered successfully

Response Body

The body contains the newly registered client’s identifier.

Sample

  • Request

    POST /api/reports/clients HTTP/1.1
    
  • Response

    HTTP/1.1 200 OK
    
    {"clientId": "a5f3"}
    
In this article