Getting the Drill Mode

Obtains the current drill information.

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

Request

GET <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
Response

Response type: application/xml or application/json

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

Example

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

Response:

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