Refreshing a Document

Usage

Refreshes a Web Intelligence document by filling the refresh parameters if needed and running the query.

You can ask for the refresh without providing any parameters (no request body). In this case, the web service returns the context or prompt that needs to be filled. If no parameter has to be filled, the document is refreshed.

Request

PUT /documents/<documentID>/parameters?<optional_parameters>

Where:

Table 1: Optional Parameters
Parameter Description
<lovInfo> Optional, Boolean parameter. Default value is true. If set to false, the lists of values are not computed, nor displayed.
<refresh> Optional, Boolean parameter. To avoid a data refresh at the end of the parameter workflow

Request body: the answers to the parameters retrieved using the GET .../parameters call. See Answer Request Body Schemas

Response

Response type: application/xml or application/json

When all parameters have been answered, the last PUT call returns a message stating the success of the request.

<success>
    <message>The resource of type "Document" with identifier "XX" has been successfully updated.</message>
    <id>XX</id>
</success>