Validate Filter

post

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

Validates the filter in the specified application and database.

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

200 Response

OK

The filter was validated successfully.

400 Response

Bad Request

Failed to validate the filter. The application name or database name may be incorrect, or the filter rows may be incomplete.

415 Response

Not Acceptable

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

500 Response

Internal Server Error.

Back to Top