Skip to main content
POST
/
activeviam
/
pivot
/
rest
/
v10
/
cube
/
query
/
mdx
Queries the cube using an MDX query (either SELECT or DRILLTHROUGH).
curl --request POST \
  --url http://localhost:9090/activeviam/pivot/rest/v10/cube/query/mdx \
  --header 'Content-Type: application/json' \
  --data '
{
  "context": {},
  "mdx": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

The MDX query to execute.

context
object
mdx
string

Response

The result of the MDX query.

The response is of type object.