New to Telerik ReportingStart a free 30-day trial

Get Document Resource Overview

Request

GET /api/reports/clients/{clientId}/instances/{instanceId}/documents/{documentId}/resources/{resourceId}

Path parameters

NameTypeDescription
clientIdStringID of the service client. Returned by Register Client.
instanceIdStringID of the report instance. Returned by Resolve Report Instance.
documentIdStringID of the report document. Returned by Resolve Document.
resourceIdStringID of the requested resource. Requested by the page content.

Response

HTTP Status CodeDescription
200 OKPage is ready and its content is retrieved.
410 GoneThe specified clientId cannot be found (expired).
404 Not FoundThe specified instanceId or documentId or resourceId cannot be found.

Response Body

resource file (image, etc.)

Sample

  • Request

      GET /api/reports/clients/2c3d/instances/4d3c/documents/5x3a/resources/4t6d HTTP/1.1
  • Response

      HTTP/1.1 200 OK
    
      file-content
In this article
RequestResponseSample
Not finding the help you need?
Contact Support