Gets the values selected for an input control of a report.
GET /documents/<documentID>/reports/<reportID>/inputcontrols/<inputControlID>/selection
Response type: application/xml or application/json
The response is the list of values selected for the input control.
GET /documents/7246/reports/1/inputcontrols/R1.IF4/selection
Response:
<selection> <value>Japan</value> <value>UK</value> <value>Australia</value> </selection>