Getting the Drill Mode

Usage

Obtains the current drill information.

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

Request

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

Response

Response type: application/xml or application/json

Response body: the drill settings, where <output> specifies the drill mode (true|false).

Example

GET /documents/4567/reports/1/driller

Response:

<driller>
    <output>true</output>
</driller>