Mark Layout as Default

post

/essbase/rest/v1/applications/{application}/databases/{database}/layouts/{layout}/actions/markDefault

Marks a saved grid layout as the default grid view for this user or this cube. Requires Database Access permission to set the user default layout, and Database Manager permission to set the cube default layout.

Request

Supported Media Types
Path Parameters
Body ()

User default or database default details.

Root Schema : DefaultLayoutBean
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

OK

Layout successfully marked as default.

Body ()
Root Schema : Layout
Type: object
Show Source
Nested Schema : LayoutHeader
Type: object
Show Source
Nested Schema : LayoutSpec
Type: object
Show Source
Nested Schema : LayoutGrid
Type: object
Show Source
Nested Schema : LayoutPreferences
Type: object
Show Source
Nested Schema : LayoutData
Type: object
Show Source
Nested Schema : dimensions
Type: array
Show Source
Nested Schema : dataFormats
Type: array
Show Source
Nested Schema : enumIds
Type: array
Show Source
Nested Schema : filters
Type: array
Show Source
Nested Schema : statuses
Type: array
Show Source
Nested Schema : texts
Type: array
Show Source
Nested Schema : types
Type: array
Show Source
Nested Schema : values
Type: array
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : LayoutDimension
Type: object
Show Source
Nested Schema : Suppression
Type: object
Show Source
Nested Schema : FormulaRetention
Type: object
Show Source
Nested Schema : ZoomIn
Type: object
Show Source

400 Response

Bad Request

Failed to mark layout as user default or database default.

Back to Top