Get the list of drill filters for a report.
Returns an error if the drill is not activated on the report.
GET <webiURL>/documents/{documentId}/reports/{reportId}/driller/filters
Response type: application/xml or application/json
Response body: the description of the available filters for the report.
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>