Making a Snapshot of a Report in Drill Mode

Makes a snapshot of a report in drill mode.

This throws an error if the resource is not created or if the parameters are not valid.

Request

POST <webiURL>/documents/{documentId}/reports/{reportId}/driller/snapshot

Where:
  • {documentId} is the document identifier retrieved from the list of documents
  • {reportId} is the report identifier retrieved from the list of reports
Response

Response type: application/xml or application/json

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

Example

POST <webiURL>1/documents/7738/reports/12/driller/snapshot

Response:

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