Get Filters

get

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

Returns all the filters from the specified application and database.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

OK

Filters were retrieved successfully. Returns filter details and links to get, edit, or delete the filters, and to get the filter rows.

Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : FilterList
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : properties
Type: object
Additional Properties Allowed
Show Source
Nested 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 get filters. The application name or database name may be incorrect.

500 Response

Internal Server Error.

Back to Top