Obtains the current drill information.
Returns an error if the drill is not activated on the report.
GET <webiURL>/documents/{documentId}/reports/{reportId}/driller
Response type: application/xml or application/json
Response body: the drill settings, where output specifies the drill mode (true or false).
GET <webiURL>/documents/4567/reports/1/driller
Response:
<driller> <output>true</output> </driller>