Making a Snapshot of a Report in Drill Mode

Usage

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 /documents/<documentID>/reports/<reportID>/driller/snapshot

Response

Response type: application/xml or application/json

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

Example

POST /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>