Returns information about the measures available to the given cube.
Request Body Details
This service uses the following property of the request body:
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 Notes on the Response Objects.