FRAMES | NO FRAMES Description | Parameters | Examples | Response
Create Version (Operation)
URL http://<job-url>/createVersion
Parent Resource Job

Description

Creates an editing version in the job's data workspace and assigns it to the job.

Parameters

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 Usage

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

JSON Response Syntax

{
  "versionName": "<versionName>"
}

JSON Response Example

{
  "versionName": "JOB_221"
}