Create folder
|
POST api/2.0/files/folder/{folderId}
|
Creates a new folder with the title sent in the request. The ID of a parent folder can be also specified.
|
Folder by ID
|
GET api/2.0/files/{folderId}
|
Returns the detailed list of files and folders located in the folder with the ID specified in the request
|
Folder information
|
GET api/2.0/files/folder/{folderId}
|
Returns a detailed information about the folder with the ID specified in the request
|
Folder path
|
GET api/2.0/files/folder/{folderId}/path
|
Returns parent folders
|
Rename folder
|
PUT api/2.0/files/folder/{folderId}
|
Renames the selected folder to the new title specified in the request
|
Section Common
|
GET api/2.0/files/@common
|
Returns the detailed list of files and folders located in the Common section
|
Section Favorite
|
GET api/2.0/files/@favorites
|
Returns the detailed list of favorites files
|
Section My
|
GET api/2.0/files/@my
|
Returns the detailed list of files and folders located in the current user My section
|
Section Projects
|
GET api/2.0/files/@projects
|
Returns the detailed list of files and folders located in the current user Projects section
|
Section Recent
|
GET api/2.0/files/@recent
|
Returns the detailed list of recent files
|
Section Shared
|
GET api/2.0/files/@share
|
Returns the detailed list of files and folders located in the Shared with Me section
|
Section Template
|
GET api/2.0/files/@templates
|
Returns the detailed list of templates files
|
Section Trash
|
GET api/2.0/files/@trash
|
Returns the detailed list of files and folders located in the Recycle Bin
|