Creating a Report

Creates a report in the given Web Intelligence document.

Request

POST <webiURL>/documents/{documentId}/reports

Where:
  • {documentId} is the document identifier retrieved from the list of documents

Request body (optional):

<report>
    <name>
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/12782/reports

Response:

<success>
    <message>The resource of type 'Report' with identifier '2' has been successfully created.</message>
    <id>2</id>
</success>