Creates a room in the "Rooms" section stored in a third-party storage.
Name | Description | Type | Example |
id
sent in url
|
ID of the folder in the third-party storage in which the contents of the room will be stored | string | some text |
POST api/2.0/files/rooms/thirdparty/%22some+text%22 Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json { "inDto": null }
Room information
{ "status": 0, "response": { "ParentId": 1234, "FilesCount": 1234, "FoldersCount": 1234, "IsShareable": true, "IsFavorite": true, "New": 1234, "Mute": true, "Pinned": true, "RoomType": "5", "Private": true, "QuotaLimit": 1234, "IsCustomQuota": true, "UsedSpace": 1234 } }