GET api/2.0/files/fileops
Returns a list of all the active operations.
This method doesn't have any parameters.
GET api/2.0/files/fileops
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
application/json
{
"status": 0,
"response": [
{
"Id": "some text",
"Progress": 1234,
"Error": "some text",
"Processed": "some text",
"Finished": true,
"Url": "some text"
}
]
}
text/xml
<result>
<status>0</status>
<response>
<Id>some text</Id>
<Progress>1234</Progress>
<Error>some text</Error>
<Processed>some text</Processed>
<Finished>True</Finished>
<Url>some text</Url>
</response>
</result>