Skip to main content

/Info/NamedFilters/:cube

Returns information about the named filters available to the given cube.

Request Method

GET or POST

URL Parameters

cube

Required. Logical name of the cube. This name can include slashes; see Use of Slashes in Cube and KPI Names.

Request Body Details

This endpoint ignores the request body.

Example Request

Example Response

{
    "Info": {
        "Error":"",
        "BaseCube":"holefoods"
    },
    "Result": {
        "NamedFilters": [
            {"name":"Sample Named Filter",
            "description":"",
            "spec":"[Product].[P1].[Product Category].&[Seafood]","cube":"HOLEFOODS"}
        ]
    }
}

In the response object, the Result property contains a property called NamedFilters, which contains an array of objects, one for each named filter.

For information that applies to all response objects, see Notes on the Response Objects.

FeedbackOpens in a new tab