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
List of file operations
{ "status": 0, "response": [ { "Id": "some text", "Progress": 1234, "Error": "some text", "Processed": "some text", "Finished": true, "Url": "some text" } ] }