Getting the Drill Filters of a Report

Usage

Get the list of drill filters for a report.

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

Request

GET /documents/<documentID>/reports/<reportID>/driller/filters

Response

Response type: application/xml or application/json

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

Example

GET /documents/4567/reports/1/driller/filters

Response:

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