Enabling the Query Drill

Activates the drill on a report.

Request

POST <webiURL>/documents/{documentId}/reports/{reportId}/driller

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

Request body (optional):

<driller>
    <output>

<output> specifies the drill mode (true|false). If not provided, the drill is activated with the default settings (true).

Response

Response type: application/xml or application/json

The response is a message stating the success or failure of the request.

Example

POST <webiURL>/documents/4567/reports/1/driller

Response:

<success>
    <message>The resource of type 'Driller' has been successfully created.</message>
    <id>2</id>
</success>