Retrieve the job list
Use the jobs function to get a list of all jobs on the server.
http://servername:port/service_name/api/v8/jobs
The server administrator can add the style sheet on the server to provide user-friendly formatting to the job list. For example, if you send the above request to a server with a style sheet, your results might look something like these:
- Get job details
If you want to know more information about a specific job, you can send a jobs request, specifying jobID, userID, status, or a combination of these resources. To send a request for a specific job, you must have the job identifier (the jobId).
Copyright © TIBCO Software Inc. All rights reserved.