Skip to main content

POST /Info/QualityMeasures/:cube

Returns information about the quality measures available to the given cube.

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 service ignores the request body.

Example Request

Example Response

{
            "Info": {
                "Error":"","BaseCube":"holefoods"
            },
            "Result": {
                "QualityMeasures": [
                    {"name":"TestCatalog\/TestSet\/TestQM","caption":"Sample Quality Measure","description":""}
                ]
            }
        }

In the response object, the Result property contains a property called QualityMeasures, which contains an array of objects, one for each quality measure.

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

FeedbackOpens in a new tab