Set Grid Preferences

put

/essbase/rest/v1/preferences/grid

Sets the grid preferences for the current session.

Request

Body ()

Grid preferences to be stored in the session.

Root Schema : Preferences
Type: object
Show Source
Nested Schema : ColumnSuppression
Type: object
Show Source
Nested Schema : FormulaRetention
Type: object
Show Source
Nested Schema : RowSuppression
Type: object
Show Source
Nested Schema : ZoomIn
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

OK

Grid preferences set successfully.

400 Response

Bad Request

Failed to set grid preferences. The session may be invalid.

500 Response

Internal Server Error.

Back to Top