Returns a status of the mail operation with the ID specified in the request.
Name | Description | Type | Example |
operationId
sent in url
|
Operation ID | string | some text |
GET api/2.0/mail/operations/%22some+text%22 Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json
Mail operation status
application/json
{ "status": 0, "response": { "Completed": true, "Id": "Id", "Status": "Status", "Error": "Error", "Percents": 100, "Source": "Source", "OperationType": 1, "Operation": "Operation" } }
text/xml
<result> <status>0</status> <response> <Completed>True</Completed> <Id>Id</Id> <Status>Status</Status> <Error>Error</Error> <Percents>100</Percents> <Source>Source</Source> <OperationType>1</OperationType> <Operation>Operation</Operation> </response> </result>