The following method validates the input controls that you send, to ensure that they can be used in the next run of the report.
Method | URL | ||
POST | http://<host>:<port>/jasperserver[-pro]/rest_v2/reports/path/to/report/inputControls/<ic1>; | ||
Content-Type | Content | ||
application/json | A JSON object that lists your selected values. The value of every input control is given as an array of string values, even for single-select controls or multi-select controls with a single value. See also the example below: | ||
Options | |||
accept: application/json | |||
Return Value on Success | Typical Return Values on Failure | ||
200 OK – The content is a JSON object that describes the new selection of input control values. | 404 Not Found – When the specified report URI is not found in the repository. |
Assuming the client receives the response given in section Listing Input Control Values, it can send the following request body:
When specifying the option for the JSON format, the server’s response is:
Recommended Comments
There are no comments to display.