Skip to main content
POST
/
activeviam
/
pivot
/
rest
/
v9
/
cube
/
dataexport
/
export
Export MDX query results to file
curl --request POST \
  --url http://localhost:9090/activeviam/pivot/rest/v9/cube/dataexport/export \
  --header 'Content-Type: application/json' \
  --data '
{
  "jsonMdxQuery": {
    "context": {},
    "mdx": "<string>"
  },
  "outputConfiguration": {
    "columnFormatters": [
      {}
    ],
    "fileConfiguration": {
      "directoryName": "<string>",
      "fileName": "<string>",
      "maxBatchesPerFile": 123,
      "maxLinesPerFile": 123,
      "useMultipleFiles": true,
      "useZipFile": true
    },
    "format": "<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 run and export options

jsonMdxQuery
object
outputConfiguration
object

Response

The export was a success

Empty export success response

Example:
{}