Skip to main content
POST
/
activeviam
/
ai
/
rest
/
v2
/
autoexplain
cURL
curl --request POST \
  --url http://localhost:9090/activeviam/ai/rest/v2/autoexplain \
  --header 'Content-Type: application/json' \
  --data '
{
  "contributionTables": true,
  "cubeName": "<string>",
  "hierarchyInformationToExplore": [
    "<string>"
  ],
  "identifiedMembersInformation": [
    "<string>"
  ],
  "includeOppositeContributors": true,
  "levelInformationToCompare": "<string>",
  "maxDepth": 123,
  "maxDistinctHierarchies": 123,
  "maxEntropy": 123,
  "maxMembersPerLevel": 123,
  "mdxFilters": "<string>",
  "measureToCompare": "<string>",
  "membersToCompare": [
    "<string>"
  ],
  "minPercentageAbsoluteContribution": 123,
  "minPercentageRelativeContribution": 123,
  "minVariationThreshold": 123,
  "summary": true,
  "uiPage": true
}
'
{}

Body

application/json
contributionTables
boolean
cubeName
string
hierarchyInformationToExplore
string[]
identifiedMembersInformation
string[]
includeOppositeContributors
boolean
levelInformationToCompare
string
maxDepth
integer<int32>
maxDistinctHierarchies
integer<int32>
maxEntropy
number<double>
maxMembersPerLevel
integer<int32>
mdxFilters
string
measureToCompare
string
membersToCompare
string[]
minPercentageAbsoluteContribution
number<double>
minPercentageRelativeContribution
number<double>
minVariationThreshold
number<double>
summary
boolean
uiPage
boolean

Response

200 - */*

OK

The response is of type object.