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.
POST /documents/<documentID>/reports/<reportID>/driller/snapshot
Response type: application/xml or application/json
The response is a message stating the success or failure of the request.
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>