Getting the Drill Filters of a Report

Get the list of drill filters for a report.

Returns an error if the drill is not activated on the report.

Request

GET <webiURL>/documents/{documentId}/reports/{reportId}/driller/filters

Where:
  • {documentId} is the document identifier retrieved from the list of documents
  • {reportId} is the report identifier retrieved from the list of reports
Response

Response type: application/xml or application/json

Response body: the description of the available filters for the report.

Example

GET <webiURL>/documents/4567/reports/1/driller/filters

Response:

<filters>
    <filter qualification="Dimension" inQuery="false" ambiguous="false" inScope="true">
        <id>DP0.DO39</id>
        <value>France</value>
    </filter>
</filters>