FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
URL | http://<wmservice-url>/jobs |
---|---|
Supported Operations | Query Jobs Search Jobs Create Job Assign Jobs Unassign Jobs Close Jobs Reopen Closed Jobs Delete Jobs |
Parent Resource | Workflow Manager Service |
Child Resources | Job |
Parameter | Details |
---|---|
f | Description: The response format. The default response format is html. Values: html | json |
Example 1: URL for the job IDs in the "Workflow" service on sampleserver.
http://sampleserver/arcgis/rest/services/Workflow/WMServer/jobs{ "jobIds": [ <jobId1>, <jobId2>, <jobId3>, ... ] }
{ "jobIds": [ 1, 2, 3, 7, 8, 10 ] }