- URL:
- https://<root>/<serviceName>/VersionManagementServer/versions/<versionGuid>/startEditing
- Methods:
POST- Required Capability:
- Edit privilege (features:user:edit)
- Version Introduced:
- 10.6
Description
The start operation allows you to use a session value to generate a write lock on a version. Write locks are released using the stop operation.
Review the read and edit session requirements for version resource operations.
Request parameters
| Parameter | Details |
|---|---|
| Specifies the output format of the response. The default response format is Values: |
| 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 : |
JSON Response syntax
{
"success" : <true | false>,
"moment" : <datetime>, //ArcGIS Enterprise 12.0,
"error" : { // only if success is false
"extendedCode" : <HRESULT>,
"message" : <error message>,
"details" : [ <detail> ]
}
}