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