Drill Through Reports REST Endpoints

Drill Through Reports
Create Drill Through Report
Method: post
Path: /essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/reports
Delete Drill Through Report
Method: delete
Path: /essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/reports/{name}
Execute Drill Through Report
Method: post
Path: /essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/reports/{name}
Get Drill Through Report
Method: get
Path: /essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/reports/{name}
Get Drill Through Reports
Method: get
Path: /essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/reports
Update Drill Through Report
Method: put
Path: /essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/reports/{name}