api-customfields | R Documentation |
Working with custom fields in ClickUp tasks.
cu_get_accessible_custom_fields(list_id, cu_token = NULL)
cu_set_custom_field_value(task_id, field_id, ..., cu_token = NULL)
cu_remove_field_value(task_id, field_id, cu_token = NULL)
list_id |
List ID. |
cu_token |
ClickUp personal access token or an access token from the OAuth flow.
The |
task_id |
Task ID. |
field_id |
Field ID. |
... |
Named arguments to be passed to API request body.
The accessible fields can be found on the task object from the
|
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.