GET api/2.0/mail/userfolders
Returns a list of user folders with the IDs specified in the request.
Name |
Description |
Type |
Example |
ids
sent in url
|
List of folder IDs
optional
|
System.Collections.Generic.List`1[System.UInt32]
|
|
parentId
sent in url
|
Parent folder ID (root level equals to 0)
optional
|
System.UInt32
|
|
GET api/2.0/mail/userfolders?ids=%5b0%5d
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json