PUT api/2.0/files/fileops/bulkdownload This function requires authentication

Description

Starts the download process of files and folders with the IDs specified in the request.

Parameters
Name Description Type Example
FileConvertIds
sent in body
List of file IDs which will be converted Collection of ASC.Api.Collections.ItemKeyValuePair{System.Text.Json.JsonElemens
collection
Example
PUT api/2.0/files/fileops/bulkdownload
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

List of file operations

Example Response
{
  "status": 0,
  "response": [
    {
      "Id": "some text",
      "Progress": 1234,
      "Error": "some text",
      "Processed": "some text",
      "Finished": true,
      "Url": "some text"
    }
  ]
}