Skip to content
URL:
https://<root>/<serviceName>/VersionManagementServer/versions/<versionGuid>/startEditing
Methods:
POST
Required Capability:
Edit privilege (features:user:edit)
Version Introduced:
10.6

Description

The startEditing operation allows you to use a sessionId value to generate a write lock on a version. Write locks are released using the stopEditing operation.

Review the read and edit session requirements for version resource operations.

Request parameters

ParameterDetails

f

Specifies the output format of the response. The default response format is html.

Values: html | json | pjson

sessionId (Required)

The client generated session ID (GUID) for the version that a new service edit session is being started on. The session ID is often passed as a logical lock token for the version being edited.

Syntax : sessionId = {3F2504E0-4F89-41D3-9A0C-0305E82C3301}

JSON Response syntax

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
{
  "success" : <true | false>,
  "moment" : <datetime>, //ArcGIS Enterprise 12.0,
  "error" : { // only if success is false
    "extendedCode" : <HRESULT>,
    "message" : <error message>,
    "details" : [ <detail> ]
  }
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.