api-timetracking-legacy | R Documentation |
Working with time tracking in ClickUp tasks. Note: This is the legacy API for time tracking. Please use the new Time tracking API. You won't be able to update timer entries that uses our Time Tracking 2.0 features that uses labels, descriptions, and making time entries billable.
cu_track_time(task_id, ..., cu_token = NULL)
cu_get_tracked_time(task_id, cu_token = NULL)
cu_edit_time_tracked(task_id, interval_id, ..., cu_token = NULL)
cu_delete_time_tracked(task_id, interval_id, cu_token = NULL)
task_id |
Task ID. |
... |
Named arguments to be passed to API request body,
see the ClickUp API documentation (https://clickup.com/api).
Edit the |
cu_token |
ClickUp personal access token or an access token from the OAuth flow.
The |
interval_id |
Interval ID. |
A cu object. Note: the legacy API comes with a deprecation warning.
api-timetracking-2 for Time Tracking 2.0,
cu for the cu object class,
cu_date_from()
and cu_date_to()
to deal with POSIX times.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.