RecoverDoc
≥4.9
Interface function
Restore the specified document that has been soft deleted
Request parameter
RecoverDocModel
Parameter | Type | Remarks |
---|---|---|
DataId | String | Document Id |
EntityName | String | Form Alias |
Return data type (Data part)
int, indicating the actual number of documents affected
Input example
{
"DataId": "a75d1183975a4c7f8983c86f37795e27",
"EntityName": "DemoFormAlias"
}