Create Filter

post

/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/filters

Creates the filter in the specified application and database and returns the created filter

Request

Supported Media Types
Path Parameters
Body ()

Filter details.

Root Schema : FilterBean
Type: object
Show Source
Nested Schema : rows
Type: array
Show Source
Nested Schema : FilterRow
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

OK

Filter was created successfully. Returns filter details and links to get, edit, or delete the filter, and to get the filter rows.

Body ()
Root Schema : FilterBean
Type: object
Show Source
Nested Schema : rows
Type: array
Show Source
Nested Schema : FilterRow
Type: object
Show Source

400 Response

Bad Request

Failed to create filter. The application name or database name may be incorrect, or the filter may already exist.

415 Response

Not Acceptable

The media type isn't supported or wasn't specified.

500 Response

Internal Server Error.

Back to Top