The GET method for the job service retrieves the information about a scheduled job.
Method | URL | ||
GET | http://<host>:<port>/jasperserver[-pro]/rest/job/<jobID>/ | ||
Return Value on Success | Typical Return Values on Failure | ||
200 OK – The body contains XML that describes all the job properties | 404 Not Found – When the specified job is not found in the server. |
The GET method returns a job element that gives the output, scheduling, and parameter details, if any, for the job:
Recommended Comments
There are no comments to display.