FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
URL | http://<jobs-url>/reopen |
---|---|
Parent Resource | Jobs |
Parameter | Details |
---|---|
f | Description: The response format. The default response format is html. Values: html | json |
user | Required Description: The username of the client. |
jobs | Required Description: A comma-separated list of job IDs. |
Example 1: URL for reopening closed job IDs 5, 6, and 9 in the "Workflow" service on sampleserver.
http://sampleserver/arcgis/rest/services/Workflow/WMServer/jobs/reopen?user=cjones&jobs=5,6,9{ "success": true }
{ "success": true }