Apply Interactive Action on Document Overview
Request
PUT /api/reports/clients/{clientId}/instances/{instanceId}/documents/{documentId}/actions/{actionId}
Path parameters
| Name | Type | Description |
|---|---|---|
clientId |
String | ID of the service client. Returned by Register Client. |
instanceId |
String | ID of the report instance. Returned by Resolve Report Instance. |
documentId |
String | ID of the report document. Returned by Resolve Document. |
actionId |
String | ID of the interactive action that is applied on the specified document. |
Response
| HTTP Status Code | Description |
|---|---|
200 OK |
Action applied successfully. |
410 Gone |
The specified clientId cannot be found (expired). |
404 Not Found |
The 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