Drill Through Reports REST Endpoints
Drill Through Reports
The operations from the Drill Through Reports category.
- Create Drill Through Report
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/reports - Delete Drill Through Report
- Method: deletePath:
/applications/{applicationName}/databases/{databaseName}/reports/{name} - Execute Drill Through Report
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/reports/{name} - Get Drill Through Report
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/reports/{name} - Get Drill Through Reports
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/reports - List Drill Through Reports for Given Cell Intersections
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/dtreports/list - Update Drill Through Report
- Method: putPath:
/applications/{applicationName}/databases/{databaseName}/reports/{name}