Description
Represents the list of IDs for all the jobs in the ArcGIS Workflow Manager (Classic) system.
Parameters
Parameter |
Details |
f |
Description: The response format. The default response format is html.
Values: html | json |
Example Usage
Example 1: URL for the job IDs in the "Workflow" service on sampleserver.
http://sampleserver/arcgis/rest/services/Workflow/WMServer/jobs
JSON Response Syntax
{
"jobIds": [ <jobId1>, <jobId2>, <jobId3>, ... ]
}
JSON Response Example
{
"jobIds": [ 1, 2, 3, 7, 8, 10 ]
}