Gets the values selected for an input control of a report.
GET <webiURL>/documents/{documentId}/reports/{reportId}/inputcontrols/{inputControlId}/selection
Where:
Response type: application/xml or application/json
The response is the list of values selected for the input control.
GET <webiURL>/documents/7246/reports/1/inputcontrols/R1.IF4/selection
Response:
<selection> <value>Japan</value> <value>UK</value> <value>Australia</value> </selection>