This is a reference to the URLs available for drilling report data in a Web Intelligence document.
The URL must be used with the default base URL value: <webiURL>.
Action | Method | URL |
---|---|---|
Change the drill output mode | PUT | /documents/{documentId}/reports/{reportId}/driller |
Create a drill filter | POST | /documents/{documentId}/reports/{reportId}/driller/filters |
Create a snapshot of a report in drill mode | POST | /documents/{documentId}/reports/{reportId}/driller/snapshot |
Disable the drill | DELETE | /documents/{documentId}/reports/{reportId}/driller |
Enable the query drill | POST | /documents/{documentId}/reports/{reportId}/driller |
Get information about the query drill | GET | /documents/{documentId}/reports/{reportId}/driller |
Get information about the query drill hierarchies | GET | /documents/{documentId}/reports/{reportId}/driller/hierarchies |
Get the list of drill filters for a report | GET | /documents/{documentId}/reports/{reportId}/driller/filters |
Get the details of a drill filter | GET | /documents/{documentId}/reports/{reportId}/driller/filters/{filterId} |
Get the list of free drill elements | GET | /documents/{documentId}/reports/{reportId}/driller/drillelements |
Performing a drill action | POST | /documents/{documentId}/reports/{reportId}/driller/instructions |
Removing a drill filter | DELETE | /documents/{documentId}/reports/{reportId}/driller/filters/{filterId} |
Updating a drill filter | PUT | /documents/{documentId}/reports/{reportId}/driller/filters/{filterId} |