New to Telerik ReportingStart a free 30-day trial

Resolve Report Instance Overview

Request

POST /api/reports/clients/{clientId}/instances

Path parameters

NameTypeDescription
clientIdStringID of the service client. Returned by Register Client.

Request Body

ReportSource object identifying the report instance that is created.

Response

HTTP Status CodeDescription
201 CreatedReport instance successfully created
400 BadRequestNo report name is specified
404 Not FoundThe specified report name cannot be resolved / Parameter values are not valid
410 GoneThe specified clientId cannot be found (expired)

Response Body

When the return status is Created the body contains report instance identifier string.

Sample

  • Request

      POST /api/reports/clients/2c3d/instances HTTP/1.1
    
      {
      	report: "MyReport1",
      	parameterValues: {
      		"p1": "v1",
      		"p2": 20
      	},
      }
  • Response

      HTTP/1.1 201 Created
    
      "a5f3"
In this article
RequestResponseSample
Not finding the help you need?
Contact Support