Skip to content

Requesting Raw Parameter Values

After returning from the drill down report, you can restore the input control values applied to the main report. Using the following method, you can request raw parameter values.

Method

URL

GET

http://<host>:<port>/jasperserver[-pro]/rest_v2/reportExecutions/requestID/rawParameterValues

Media-Type

Content

application/json

{
"someParameterName":["someValue"],
"someAnotherParameterName":["anotherValue1","anotherValue2"]
}

Return Value on Success

Typical Return Values on Failure

200 OK: The content contains the value as shown above.

404 Not Found: When the request ID specified in the request does not exist.