Returns the used space of files in the root folders.
This method doesn't have any parameters.
GET api/2.0/files/filesusedspace Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json
Used space of files in the root folders
{ "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 } } }