FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
URL | http://<job-url>/createVersion |
---|---|
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. |
name | Required Description: The name of the version to be created. |
parent | Required Description: The version of the job's assigned geodatabase (data workspace) on which the new version will be based. |
Example 1: URL for creating a version named "JOB_5" for job ID 5 in the "Workflow" service on sampleserver.
http://sampleserver/arcgis/rest/services/Workflow/WMServer/jobs/5/createVersion?user=cjones&name=JOB_5&parent=sde.DEFAULT{ "versionName": "<versionName>" }
{ "versionName": "JOB_221" }