Skip to content

1.0.1 Fetching the Export Output

When the export state is ready, you can download the zip file containing the export catalog. Specify any filename in the request to receive the export in zip format with that name.

Method

URL

GET

http://<host>:<port>/jasperserver[-pro]/rest_v2/export/<export-id>/<filename>

Return Value on Success

Typical Return Values on Failure

200 OK – Returns the exported catalog as a zip file with the given <filename>.

404 Not Found – When the specified export ID is not found.

1.0.2 Canceling an Export Operation

To cancel any export operation that you have started, send a DELETE request with the ID of the export operation.

Method

URL

DELETE

http://<host>:<port>/jasperserver[-pro]/rest_v2/export/<export-id>

Return Value on Success

Typical Return Values on Failure

204 No Content – The specified export operation was cancelled.

404 Not Found – When the specified export ID is not found.