When the export state is ready, you can download the zip file containing the export catalog.
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. |
Recommended Comments
There are no comments to display.