Getting the List of Values of a Data Object

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.

Request

GET <webiURL>/documents/{documentId}/dataobjects/{dataObjectId}/lov

Where:
  • {documentId} is the document identifier retrieved from the list of documents
  • {dataObjectId} is the valid identifier of a data object.

    You retrieve the data object identifier from the definition of the input control to which the data object is assigned.

Response

Response type: application/xml or application/json

Example

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>