Copying a Report

Usage

Copies a report in a given Web Intelligence document.

Request

POST /documents/<documentID>/reports?fromId=<fromID>&keepDriller=<keepDriller>

Where:
  • <fromID> is a valid identifier of a report
  • <keepDriller> preserves the driller mode in the copied report if true (default). It is only applicable if the source report is in driller mode.
Response

Response type: application/xml or application/json

The response is a message stating the success or failure of the request.

Example

POST /documents/14308/reports?fromId=2&keepDriller=false

Response:

<success>
    <message>Resource of type "Report" with identifier "2" has been successfully created.</message>
    <id>2</id>
</success>