/cube/configuration

API to access ActivePivot Configuration service.

get

Gets all defined editable calculated members defined in a given ActivePivot.

Some additional calculated members may be defined in the ActivePivot instance. However, if they cannot be edited through this API, they won't be listed by this call.

get

Gets all defined editable KPIs defined in a given ActivePivot.

Some additional KPIs may be defined in the ActivePivot instance. However, if they cannot be edited through this API, they won't be listed by this call.

post

Executes an MDX definition statement.

The statement itself defines on which ActivePivot instance it applies. There are various types of statements that are supported by the API. The full list and examples are provided by this documentation page.

post

Sets the locale for the calling user

/cube/dataexport

API to export the result of MDX queries.

post

Sends to the client the result of a MDX query in CSV or Arrow format.

post

Exports the result of a MDX query in CSV or Arrow format to a file in the server or in the cloud.

/cube/discovery

API to access an ActivePivot cube.

get

Discover the topology of all cubes

/cube/query

API to access an ActivePivot cube.

post

Queries the cube using an MDX query (either SELECT or DRILLTHROUGH).

post

Gets the possible column headers for a given drillthrough MDX query. The request has the same format as the request for the actual drillthrough query, just the URL changes.

get

Gets the query plans for an MDX SELECT query. Note that the given MDX is run and the result is computed but only the query plans are returned.

post

Gets the query plans for an MDX SELECT query. Note that the given MDX is run and the result is computed but only the query plans are returned.