FRAMES | NO FRAMES Description | Parameters | Examples | Response
Jobs
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

Description

Represents the list of IDs for all the jobs in the ArcGIS Workflow Manager 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 ]
}