New to Telerik Reporting? Download free 30-day trial

Get Document Resource Overview

Request

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

Path parameters

Name Type Description
clientId String ID of the service client. Returned from Register Client.
instanceId String ID of the report instance. Returned from Resolve Report Instance.
documentId String ID of the report document. Returned from Resolve Document.
resourceId String ID of the requested resource. Requested from the page content.

Response

HTTP Status Code Description
200 OK Page is ready and its content is retrieved.
410 Gone The specified clientId cannot be found (expired).
404 Not Found The 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