GET api/2.0/portal/getrestoreprogress
Returns the progress of the started restoring process.
This method doesn't have any parameters.
GET api/2.0/portal/getrestoreprogress
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
application/json
{
"status": 0,
"response": {
"IsCompleted": false,
"Progress": 44,
"Error": null,
"Link": "Link"
}
}
text/xml
<result>
<status>0</status>
<response>
<IsCompleted>False</IsCompleted>
<Progress>44</Progress>
<Error />
<Link>Link</Link>
</response>
</result>