Fetch Column Data
Resources
Below is an example of JSON structure which can be used as a reference for the columnDetails parameter in the request body.
{
"smodelName":"AdventureWorksMF",
"folderName":"RestAPIFolder",
"folderId":"",
"smodelId":"16781127519540127041056199890401",
"fetchKeyField":"true",
"memberdetails":[
{
"hierarchyName":"H_1647",
"dimensionName":"DIM_815",
"levelName":"H_1647_L02",
"filters":[
{
"levelName":"Country",
"operation":"STARTSWITHIGNORECASE",
"firstValue":"A"
}
]
}
]
}