Skip to main content

/Data/MDXUpdateResults/:queryID

Retrieves updated results for a given query that was previously incomplete.

Request Method

POST

URL Parameters

queryID

Required. ID of the query. If you started the query with the POST /Data/MDXExecute endpoint, obtain the ID of the query from the Info.QueryID property of the response object returned by that endpoint. If you started the query with the POST /Data/PivotExecute endpoint, obtain the ID of the query from the Info.QueryID property of the response object returned by that endpoint.

Request Body Details

This endpoint ignores the request body.

Example Request

Example Response

This endpoint returns the same response object as POST /Data/MDXExecute.

FeedbackOpens in a new tab