Gets the values selected for an input control of a document.
GET /documents/<documentID>/inputcontrols/<inputControlID>/selection
Response type: application/xml or application/json
The response is the list of values selected for the input control.
GET /documents/6671/inputcontrols/D.IF0/selection
Response:
<selection> <value>US</value> </selection>
GET /documents/5152/inputcontrols/D.IF0/selection
Response:
{"selection": {"value":["Bermudas","Boatwear"]} }