POST /Info/Measures/:cube
URL Parameters
cube | Required. Logical name of the cube. This name can include slashes; see “Use of Slashes in Cube and KPI Names,” earlier in this book. |
Request Body Details
This service uses the following property of the request body:
SKIPCALCULATED | Optional. |
Example Request
Request Method:
POST
Request URL:
http://localhost:57772/api/deepsee/v1/Info/Measures/:demomdx
For comments on the possible forms of the URL, see “Introduction to the DeepSee REST API” in the chapter “Introduction and Samples.”
Example Response
{ "Info": {"Error":"", "BaseCube":"DemoMDX", "SkipCalculated":0}, "Result": {"Measures": [ {"name":"%COUNT","caption":"%COUNT","type":"integer","hidden":0,"factName":""}, {"name":"Age","caption":"Age","type":"integer","hidden":0,"factName":"MxAge"} ...] } }
In the response object, the Result property contains a property called Measures, which contains an array of objects, one for each measure.
For information that applies to all response objects, see the discussion at the start of this reference.