GET api/2.0/files/thirdparty/backup This function requires authentication

Description

Return a backup of the connected third-party account.

Parameters

This method doesn't have any parameters.

Example
GET api/2.0/files/thirdparty/backup
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

Folder for the third-party account backup

Example Response
{
  "status": 0,
  "response": {
    "ParentId": 1234,
    "FilesCount": 1234,
    "FoldersCount": 1234,
    "New": 1234,
    "Mute": true,
    "Pinned": true,
    "Private": true
  }
}