api-folders | R Documentation |
Working with folders in ClickUp tasks (https://clickup.com/api).
cu_create_folder(space_id, name, cu_token = NULL)
cu_update_folder(folder_id, name, cu_token = NULL)
cu_delete_folder(folder_id, name, cu_token = NULL)
cu_get_folders(space_id, archived = FALSE, cu_token = NULL)
cu_get_folder(folder_id, cu_token = NULL)
space_id |
Space ID. |
name |
Name of the folder. |
cu_token |
ClickUp personal access token or an access token from the OAuth flow.
The |
folder_id |
Folder ID. |
archived |
Logical, to return archived ( |
A cu object.
cu for the cu object class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.