Enabling the Query Drill

Usage

Activates the drill on a report.

Request

POST /documents/<documentID>/reports/<reportID>/driller

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 /documents/4567/reports/1/driller

Response:

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