Copying a Report

Copies a report in a given Web Intelligence document.

Request

POST <webiURL>/documents/{documentId}/reports?fromId={fromId}&keepDriller={keepDriller}

Where:
  • {documentId} is the document identifier retrieved from the list of documents
  • {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 <webiURL>/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>