GET api/2.0/files/filesusedspace This function requires authentication

Description

Returns the used space of files in the root folders.

Parameters

This method doesn't have any parameters.

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

Used space of files in the root folders

Example Response
{
  "status": 0,
  "response": {
    "MyDocumentsUsedSpace": {
      "Title": "some text",
      "UsedSpace": 1234
    },
    "TrashUsedSpace": {
      "Title": "some text",
      "UsedSpace": 1234
    },
    "ArchiveUsedSpace": {
      "Title": "some text",
      "UsedSpace": 1234
    },
    "RoomsUsedSpace": {
      "Title": "some text",
      "UsedSpace": 1234
    }
  }
}