POST /Data/MDXUpdateResults/:queryID
Retrieves updated results for a given query that was previously incomplete.
URL Parameters
queryID | Required. ID of the query. If you started the query with the POST /Data/MDXExecute service, obtain the ID of the query from the Info.QueryID property of the response object returned by that service. If you started the query with the POST /Data/PivotExecute service, obtain the ID of the query from the Info.QueryID property of the response object returned by that service. |
Request Body Details
This service ignores the request body.
Example Request
-
Request Method:
POST
-
Request URL:
http://localhost:57772/api/deepsee/v1/Data/MDXCancelQuery/:patients||en2515296118
For comments on the possible forms of the URL, see “Introduction to the DeepSee REST API” in the chapter “Introduction and Samples.”
Example Response
This service returns the same response object as POST /Data/MDXExecute.