Getting the Selection of an Input Control

Usage

Gets the values selected for an input control of a report.

Request

GET /documents/<documentID>/reports/<reportID>/inputcontrols/<inputControlID>/selection

Response

Response type: application/xml or application/json

The response is the list of values selected for the input control.

Example

GET /documents/7246/reports/1/inputcontrols/R1.IF4/selection

Response:

<selection>
    <value>Japan</value>
    <value>UK</value>
    <value>Australia</value>
</selection>