api-goals | R Documentation |
Working with goals in ClickUp tasks.
cu_create_goal(team_id, ..., cu_token = NULL)
cu_update_goal(goal_id, ..., cu_token = NULL)
cu_delete_goal(goal_id, cu_token = NULL)
cu_get_goals(team_id, cu_token = NULL)
cu_get_goal(goal_id, cu_token = NULL)
cu_create_key_result(goal_id, ..., cu_token = NULL)
cu_edit_key_result(key_result_id, ..., cu_token = NULL)
cu_delete_key_result(key_result_id, cu_token = NULL)
team_id |
Team ID. |
... |
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 |
goal_id |
Goal ID. |
key_result_id |
Key result ID. |
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.