Get Filter Rows

get

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

Returns the access definition rows from the specified filter.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

OK

Filter rows were retrieved successfully.

Body ()
Root Schema : FilterRowList
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : properties
Type: object
Additional Properties Allowed
Show Source
Nested Schema : FilterRow
Type: object
Show Source

400 Response

Bad Request

Failed to get filter rows. The application name, database name, or filter name may be incorrect.

500 Response

Internal Server Error.

Back to Top