1.0.1 Modifying Report Parameters¶
As of JasperReports® Server 5.6, you can update the report parameters, also known as input controls before running report executions.
Method |
URL |
||
GET |
http://<host>:<port>/jasperserver[-pro]/rest_v2/reportExecutions/requestID/parameters |
||
Argument |
Type/Value |
Description |
|
|
default=true |
When data snapshots are enabled, new parameters must force the server to get fresh data by querying the data source. This overrides the default in Table 1-1, “Report Execution Properties,” on page 1. |
|
| Media-Type | Content | ||
application/json |
|
||
| application/xml | |
||
Return Value on Success |
Typical Return Values on Failure |
||
204 No Content – There is no content to return. |
404 Not Found – When the request ID specified in the request does not exist. |
||