FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
URL | http://<job-url>/assign |
---|---|
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. |
assignedType | Required Description: Determines whether to assign to a user ( 1 ) or group (2 ).Values: 1 | 2 |
assignedTo | Required Description: The name of the user or group to assign the job to. |
Example 1: URL for assigning job ID 5 to a user in the "Workflow" service on sampleserver.
http://sampleserver/arcgis/rest/services/Workflow/WMServer/jobs/5/assign?user=cjones&assignedType=1&assignedTo=amillerExample 2: URL for assigning job ID 5 to a group in the "Workflow" service on sampleserver.
http://sampleserver/arcgis/rest/services/Workflow/WMServer/jobs/5/assign?user=cjones&assignedType=2&assignedTo=QA%20Team{ "success": true }
{ "success": true }