- URL:
- https://<root>/<serviceName>/VersionManagementServer/versions/<versionGuid>/restoreRows
- Methods:
- POST
- Required Capability:
- ArcGIS Advanced Editing user type extension license
- Version Introduced:
- 10.8
Description
The restore operation allows the client to restore rows from the common ancestor version. This operation should only be called if there is a need to restore rows from Delete-Update conflicts that were identified during the previous reconcile 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). Syntax :  | 
| 
 | An array of the rows to be restored. Syntax: Example rows parameter:  | 
JSON Response syntax
{
   “moment” : <datetime>,
   “success” : <true | false>,
   “error” : { // only if success is false
      “extendedCode” : <HRESULT>,
      “message” : “<error message>”,
      “details” : [ <detail> ]
   }
}