Use this API to create a project folder in the project tree. You provide the name for the new folder and specify its parent folder (or leave an empty value for parentFolderId to place the new folder under the project-tree root).
To create a folder, folderName is required and parentFolderId is optional.
Created
Bad Request
Unauthorized
Internal Server Error
{- "name": "SCA",
- "parentFolderId": "1"
}
This API returns details about an existing project folder (identified by its folderId) in the project tree. Details include the folder’s creator and the ID and name of its parent folder.
OK
Bad Request
Unauthorized
Not Found
Internal Server Error
This API returns update folder details for the given folderId.
Update details of a folder.
OK
Bad Request
Unauthorized
Not Found
Internal Server Error
{- "name": "SCA",
- "parentFolderId": "1"
}
Use this API to delete an existing project folder (identified by its folderId) in the project tree. This process will delete the folder and all its subfolders. All projects directly under the folder and under each of its subfolders will be placed directly under the folder’s parent folder.
OK
Bad Request
Unauthorized
Not Found
Internal Server Error