This is a reference to the URLs available for drilling report data in a Web Intelligence document.
In the tables below are indicated the 4.0 and/or 4.1 releases from which each call is supported. The URL must be used with the default base URL value: <webiURL>.
Action | Method | URL | Release |
---|---|---|---|
Getting the Drill Mode | GET | /documents/{documentId}/reports/{reportId}/driller | 4.0 SP6 | 4.1 |
Enabling the Query Drill | POST | /documents/{documentId}/reports/{reportId}/driller | 4.0 SP6 | 4.1 |
Updating the Drill Mode | PUT | /documents/{documentId}/reports/{reportId}/driller | 4.0 SP6 | 4.1 |
Disabling the Query Drill | DELETE | /documents/{documentId}/reports/{reportId}/driller | 4.0 SP6 | 4.1 |
Getting the Free Drill Elements | GET | /documents/{documentId}/reports/{reportId}/driller/drillelements | 4.0 SP6 | 4.1 |
Getting Information on the Drill Hierarchies | GET | /documents/{documentId}/reports/{reportId}/driller/hierarchies | 4.0 SP6 | 4.1 |
Performing a Drill | POST | /documents/{documentId}/reports/{reportId}/driller/instructions | 4.0 SP6 | 4.1 |
Making a Snapshot of a Report in Drill Mode | POST | /documents/{documentId}/reports/{reportId}/driller/snapshot | 4.0 SP6 | 4.1 |
Action | Method | URL | Release |
---|---|---|---|
Creating a Drill Filter | POST | /documents/{documentId}/reports/{reportId}/driller/filters | 4.0 SP6 | 4.1 |
Getting the Drill Filters of a Report | GET | /documents/{documentId}/reports/{reportId}/driller/filters | 4.0 SP6 | 4.1 |
Getting the Details of a Drill Filter | GET | /documents/{documentId}/reports/{reportId}/driller/filters/{filterId} | 4.0 SP6 | 4.1 |
Updating a Drill Filter | PUT | /documents/{documentId}/reports/{reportId}/driller/filters/{filterId} | 4.0 SP6 | 4.1 |
Removing a Drill Filter | DELETE | /documents/{documentId}/reports/{reportId}/driller/filters/{filterId} | 4.0 SP6 | 4.1 |