Returns the list of values of a data object of a Web Intelligence document.
A data object is a data provider expression, a variable, or a linked dimension.
GET <webiURL>/documents/{documentId}/dataobjects/{dataObjectId}/lov
You retrieve the data object identifier from the definition of the input control to which the data object is assigned.
Response type: application/xml or application/json
GET <webiURL>/documents/6071/dataobjects/DP0.DO84/lov
<lov hierarchical="false" partial="false" refreshable="false"> <values> <value>Germany</value> <value>Japan</value> <value>Madagascar</value> <value>Middle East</value> <value>Nepal</value> <value>South Africa</value> <value>US</value> </values> </lov>