Skip to main content
Server path: /clickup-time-tracking | Type: Application | PCID required: Yes

Tools


clickup_time_tracking_addtagsfromtimeentries

Add tags from time entries Parameters:
ParameterTypeRequiredDefaultDescription
team_idnumberYesWorkspace ID
tagsobject[]YesThe tags value
time_entry_idsstring[]YesTime Entry Ids

clickup_time_tracking_changetagnamesfromtimeentries

Change tag names from time entries Parameters:
ParameterTypeRequiredDefaultDescription
team_idnumberYesWorkspace ID
namestringYesThe name value
new_namestringYesNew Name
tag_bgstringYesTag Bg
tag_fgstringYesTag Fg

clickup_time_tracking_create_webhook

Create Webhook Parameters:
ParameterTypeRequiredDefaultDescription
team_idnumberYesWorkspace ID
endpointstringYesThe endpoint value
eventsstring[]YesSee documentation for available event options. Use * to subscribe to all events.
folder_idintegerNoFolder Id
list_idintegerNoList Id
space_idintegerNoSpace Id
task_idstringNoTask Id

clickup_time_tracking_createatimeentry

Create a time entry Parameters:
ParameterTypeRequiredDefaultDescription
team_IdnumberYesWorkspace ID
custom_task_idsbooleanNoIf you want to reference a task by it’s custom task id, this value must be true.
assigneeintegerNoWorkspace owners and admins can include any user id. Workspace members can only include their own user id.
billablebooleanNoThe billable value
descriptionstringNoThe description value
durationintegerYesWhen there are values for both start and end, duration is ignored. The stop parameter can be used instead of the duration parameter.
endintegerNoThe end value
startintegerYesThe start value
stopintegerNoThe duration parameter can be used instead of the stop parameter.
tagsobject[]NoUsers on the Business Plan and above can include a time tracking label.
tidstringNoThe tid value

clickup_time_tracking_delete_webhook

Delete Webhook Parameters:
ParameterTypeRequiredDefaultDescription
webhook_idstringYese506-4a29-9d42-26e504e3435e (uuid)

clickup_time_tracking_deleteatime_entry

Delete a time Entry Parameters:
ParameterTypeRequiredDefaultDescription
team_idnumberYesWorkspace ID
timer_idstringYesArray of timer ids to delete separated by commas

clickup_time_tracking_get_webhooks

Get Webhooks Parameters:
ParameterTypeRequiredDefaultDescription
team_idnumberYesWorkspace ID

clickup_time_tracking_getalltagsfromtimeentries

Get all tags from time entries Parameters:
ParameterTypeRequiredDefaultDescription
team_idnumberYesWorkspace ID

clickup_time_tracking_getrunningtimeentry

Get running time entry Parameters:
ParameterTypeRequiredDefaultDescription
team_idnumberYesWorkspace ID
assigneenumberNouser id

clickup_time_tracking_getsingulartimeentry

Get singular time entry Parameters:
ParameterTypeRequiredDefaultDescription
team_idnumberYesWorkspace ID
timer_idstringYesThe ID of a time entry. \ \ This can be found using the Get Time Entries Within a Date Range endpoint.
include_task_tagsbooleanNoInclude task tags in the response for time entries associated with tasks.
include_location_namesbooleanNoInclude the names of the List, Folder, and Space along with list_id,folder_id, and space_id.
include_approval_historybooleanNoInclude the history of the approval for the time entry.
include_approval_detailsbooleanNoInclude the details of the approval for the time entry.

clickup_time_tracking_gettimeentrieswithinadaterange

Get time entries within a date range Parameters:
ParameterTypeRequiredDefaultDescription
team_IdnumberYesWorkspace ID
start_datenumberNoUnix time in milliseconds
end_datenumberNoUnix time in milliseconds
assigneenumberNoFilter by user_id. For multiple assignees, separate user_id using commas.\ \ Example: assignee=1234,9876\ \ Note: Only Workspace Owners/Admins have access to do this.
include_task_tagsbooleanNoInclude task tags in the response for time entries associated with tasks.
include_location_namesbooleanNoInclude the names of the List, Folder, and Space along with the list_id,folder_id, and space_id.
include_approval_historybooleanNoInclude the history of the approval for each time entry. Adds status changes, notes, and approvers.
include_approval_detailsbooleanNoInclude the details of the approval for each time entry. Adds Approver ID, Approved Time, List of Approvers, and Approval Status.
space_idnumberNoOnly include time entries associated with tasks in a specific Space.
folder_idnumberNoOnly include time entries associated with tasks in a specific Folder.
list_idnumberNoOnly include time entries associated with tasks in a specific List.
task_idstringNoOnly include time entries associated with a specific task.
custom_task_idsbooleanNoIf you want to reference a task by it’s custom task id, this value must be true.
is_billablebooleanNoInclude only billable time entries by using a value of true or only non-billable time entries by using a value of false.\ \ For example: ?is_billable=true.

clickup_time_tracking_gettimeentryhistory

Get time entry history Parameters:
ParameterTypeRequiredDefaultDescription
team_idnumberYesWorkspace ID
timer_idstringYesThe ID of a time entry. \ \ This can be found using the Get Time Entries Within a Date Range endpoint.

clickup_time_tracking_removetagsfromtimeentries

Remove tags from time entries Parameters:
ParameterTypeRequiredDefaultDescription
team_idnumberYesWorkspace ID
tagsobject[]YesThe tags value
time_entry_idsstring[]YesTime Entry Ids

clickup_time_tracking_startatime_entry

Start a time Entry Parameters:
ParameterTypeRequiredDefaultDescription
team_IdnumberYesWorkspace ID
custom_task_idsbooleanNoIf you want to reference a task by it’s custom task id, this value must be true.
billablebooleanNoThe billable value
descriptionstringNoThe description value
tagsobject[]NoUsers on the Business Plan and above can include a time tracking label.
tidstringNoThe tid value

clickup_time_tracking_stopatime_entry

Stop a time Entry Parameters:
ParameterTypeRequiredDefaultDescription
team_idnumberYesWorkspace ID

clickup_time_tracking_update_webhook

Update Webhook Parameters:
ParameterTypeRequiredDefaultDescription
webhook_idstringYese506-4a29-9d42-26e504e3435e (uuid)
endpointstringYesThe endpoint value
eventsstring[]YesArray of webhook event names
statusstringYesThe status value

clickup_time_tracking_updateatime_entry

Update a time Entry Parameters:
ParameterTypeRequiredDefaultDescription
team_idnumberYesWorkspace ID
timer_idstringYesTimer Id
custom_task_idsbooleanNoIf you want to reference a task by it’s custom task id, this value must be true.
billablebooleanNoThe billable value
descriptionstringNoThe description value
durationintegerNoThe duration value
endintegerNoWhen providing end, you must also provide start.
startintegerNoWhen providing start, you must also provide end.
tag_actionstringNoTag Action
tagsobject[]NoUsers on the Business Plan and above can include a time tracking label.
tidstringNoThe tid value