api-spaces | R Documentation |
Working with spaces in ClickUp tasks.
cu_create_space(team_id, name, ..., cu_token = NULL)
cu_update_space(space_id, ..., cu_token = NULL)
cu_delete_space(space_id, cu_token = NULL)
cu_get_spaces(team_id, archived = FALSE, cu_token = NULL)
cu_get_space(space_id, cu_token = NULL)
team_id |
Team ID. |
name |
Name of the space. |
... |
Named arguments to be passed to API request body, see the ClickUp API documentation (https://clickup.com/api). |
cu_token |
ClickUp personal access token or an access token from the OAuth flow.
The |
space_id |
Space 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.