List Drill Through Reports For Given Cell Intersections
post
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/dtreports/list
Get a list of allowed drill through reports for provided cell intersections.
Request
Supported Media Types
- application/json
Path Parameters
-
applicationName(required): string
Application name.
-
databaseName(required): string
Database name.
The intersection of cells in Smart View.
Root Schema : DrillthroughMetadataBean
Type:
objectThe intersection of cells in Smart View.
-
aliasTable:
string
Optional. Alias table specifying member aliases to use in the drill through report. If unspecified, the default Essbase alias table is used.
-
dtrContext:
array dtrContext
-
sessionId:
string
Nested Schema : DrillThroughRange
Type:
Show Source
object-
cells:
object cells
Additional Properties Allowed: additionalProperties
Nested Schema : cells
Type:
objectAdditional Properties Allowed
Show Source
-
array additionalProperties
Unique Items Required:
true
Response
Supported Media Types
- application/json
200 Response
OK
The list of allowed drill through reports, for specified cell intersections, are fetched successfully.
400 Response
Bad Request
Failed to fetch the drill through reports for specified cell intersections.
500 Response
Internal Server Error.