GetDimension method
Overview
Returns the definition of a dimension.
Parameters
None
Outputs
The following is returned in the output:
"result": {
"qDim": {
"qGrouping": "...",
"qFieldDefs": [
"..."
],
"qFieldLabels": [
"..."
]
}
}
The definition of the dimension is returned.