New to Telerik ReportingStart a free 30-day trial

Apply Interactive Action on Document Overview

Request

PUT /api/reports/clients/{clientId}/instances/{instanceId}/documents/{documentId}/actions/{actionId}

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.
actionIdStringID of the interactive action that is applied on the specified document.

Response

HTTP Status CodeDescription
200 OKAction applied successfully.
410 GoneThe specified clientId cannot be found (expired).
404 Not FoundThe specified instanceId or documentId or actionId cannot be found.

Sample

  • Request

      PUT /api/reports/clients/2c3d/instances/4d3c/documents/5x3a/actions/4ah1 HTTP/1.1
  • Response

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