Skip to content

Classes

authorizationRoute
checklistRoute
commentRoute
folderRoute
goalRoute
groupRoute
key-resultRoute
listRoute
spaceRoute
taskRoute
teamRoute
viewRoute
webhookRoute

Functions

createToken(options)

Create an access token for the given client

user()

Get the details of the authenticated user's ClickUp account

teams()

Get the teams (workspaces) available to the authenticated user

update(checklistId, data)

Update a checklist

delete(checklistId)

Delete a checklist

addItem(checklistId, data)

Create a checklist item

editItem(checklistId, checklistItemId, data)

Update a checklist item

removeItem(checklistId, checklistItemId)

Delete a checklist item

update(commentId, data)

Update the content of a task comment, assign a comment, and mark a comment as resolved.

delete(commentId)

Delete a comment

replies(commentId)

Get comment thread/replies

addReply(commentId, data)

Add a reply comment

get(folderId)

Get a folder

update(folderId, data)

Update a folder

delete(folderId)

Delete a folder

addGuest(folderId, guestId, data, [options])

Add a guest to a folder

removeGuest(folderId, guestId, [options])

Remove a guest's access to a folder

createList(folderId, data)

Create a list

lists(folderId, [options])

Get all lists within a folder

createView(folderId, data)

Create a List, Board, Calendar, Table, Timeline, Workload, Activity, Map, Chat, or Gantt view for a Folder

views(folderId)

Get the task and page views available for a Folder.

customFields(folderId)

Get all Custom Fields available in a folder

get(goalId)

Get a goal

update(goalId, data)

Update the goal name, set the due date, replace the description, add or remove owners, and set the Goal color

delete(goalId)

Delete a goal from your team

addKeyResult(goalId, data)

Add a key result (target)

get([options])

Get all user groups within a team

update(groupId, data)

Update a user group

delete(groupId)

Delete a user group

update(keyResultId, data)

Update a key result (target)

delete(keyResultId)

Delete a key result (target)

get(listId)

Get a list

update(listId, data)

Update a list

delete(listId)

Delete a list

addComment(listId, data)

Add a comment to a list

comments(listId, [options])

Get all comments added to a list

customFields(listId)

Get all Custom Fields available on tasks in a specific list

addGuest(listId, guestId, data, [options])

Share a list with a guest

removeGuest(listId, guestId, options)

Remove a guest's access to a list

members(listId)

Get all members of a list

createTask(listId, data, [options])

Create a task

tasks(listId, options)

Get all tasks in a list

createTaskFromTemplate(listId, templateId, data)

Create a task from a template

createView(listId, data)

Create a List, Board, Calendar, Table, Timeline, Workload, Activity, Map, Chat, or Gantt view for a List

views(listId)

Get the task and page views available for a List. Views and required views are separate responses

addTask(listId, taskId)

Add task to a list

removeTask(listId, taskId)

Remove a task from a list

get(spaceId)

Get a space

update(spaceId, data)

Update a spaces name, set the space color, and enable ClickApps for a space.

delete(spaceId)

Delete a space

createFolder(spaceId, data)

Create a folder in a space

folders(spaceId, [options])

Get all folders in a space

createFolderlessList(spaceId, data)

Create a folder-less list

folderlessLists(spaceId, [options])

Get all folderless lists in a space

tags(spaceId)

Get all tags in a space

addTag(spaceId, data)

Create a space tag

editTag(spaceId, tagName, data)

Update a space tag

removeTag(spaceId, tagName, data)

Delete a space tag

createView(spaceId, data)

Create a List, Board, Calendar, Table, Timeline, Workload, Activity, Map, Chat, or Gantt view for a Space

views(spaceId)

Get the task and page views available for a Space

customFields(spaceId)

Get all Custom Fields available in a space

get(taskId, [options])

Get a task

update(taskId, data, [options])

Update a task

delete(taskId, [options])

Delete a task

addAttachment(taskId, attachment, [options])

Upload a file to a task as an attachment.

addComment(taskId, data, [options])

Add a comment to as task

comments(taskId, [options])

Get all task comments

AddChecklist(taskId, data, [options])

Add a checklist in a task

addCustomFieldValue(taskId, fieldId, data, [options])

Add data to a custom field on a task

removeCustomFieldValue(taskId, fieldId, [options])

Remove a custom field value on a task

addDependency(taskId, data, [options])

Create a dependency for a task i.e. set a task as waiting on or blocking another task.

removeDependency(taskId, [options])

Delete a dependency for a task

addTaskLink(taskId, linksTo, [options])

Link two task together

removeTaskLink(taskId, linksTo, [options])

Delete a task link

addGuest(taskId, guestId, data, [options])

Share a task with a guest

removeGuest(taskId, guestId, [options])

Remove a guest's access to a task

members(taskId)

Get all members who have access to a task

addTag(taskId, tagName, [options])

Add a tag to a task

removeTag(taskId, tagName, [options])

Remove a tag from a task

addTrackedTime(taskId, data, [options])

Track time for a task (Time Tracking Legacy API)

trackedTime(taskId, [options])

Get tracked time for a task (Time Tracking Legacy API)

editTrackedTime(taskId, intervalId, data, [options])

Edit tracked time for a task (Time Tracking Legacy API)

removeTrackedTime(taskId, intervalId, [options])

Delete tracked time for a task

timeInStatus(taskId, [options])

Get tasks time in status

bulkTimeInStatus(options)

Get bulk tasks time in status

get()

Get teams

createGoal(teamId, data)

Create a goal

goals(teamId, options)

Get all goals for a team

inviteGuest(teamId, data)

Invite a guest to a team (workspace)

guest(teamId, guestId)

Get information about a team (workspace) guest

editGuest(teamId, guestId, data)

Edit a guest in a team (workspace)

removeGuest(teamId, guestId)

Remove a guest from a team (workspace)

sharedHierarchy(teamId)

Get the tasks, lists, and folders that have been shared with the authenticated user

createSpace(teamId, data)

Create a space for a team (workspace)

spaces(teamId, [options])

Get available spaces for a team (workspace)

filteredTasks(teamId, [options])

Get filtered tasks for a team

taskTemplates(teamId, [options])

Get task templates for a team

user(teamId, userId)

Get a user for a team. Only available to enterprise teams

inviteUser(teamId, data)

Invite a user to a workspace/team. Only available to enterprise teams

editUser(teamId, userId, data)

Edit a user for a workspace/team. Only available to enterprise teams

removeUser(teamId, userId)

Remove (deactivate) a user from a workspace/team. Only available to enterprise teams

createView(teamId, data)

Create a List, Board, Calendar, Table, Timeline, Workload, Activity, Map, Chat, or Gantt view at the Everything Level of a Workspace.

views(teamId)

Get the task and page views available at the Everything Level of a Workspace.

createWebhook(teamId, data)

Create a webhook

webhooks(teamId)

Get the webhooks created via the API for a Workspace. This endpoint returns webhooks created by the authenticated user

timeEntries(teamId, [options])

Get time entries within a data range

timeEntry(teamId, timerId, [options])

Get a single time entry

runningTimeEntry(teamId, [options])

Get time entry that's currently tracking time for the authenticated user.

addTimeEntry(teamId, data, [options])

Create a time entry

removeTimeEntryTags(teamId, data)

Remove tags from time entries

timeEntryTags(teamId)

Get all tags from time entries

addTimeEntryTags(teamId, data)

Add a label to time entries

editTimeEntryTag(teamId, data)

Rename an time entry label

startTimeEntry(teamId, data, [options])

Start a time entry

stopTimeEntry(teamId)

Stop a time entry

removeTimeEntry(teamId, timerId)

Delete a time entry

editTimeEntry(teamId, timerId, data, [options])

Update a time entry

timeEntryHistory(teamId, timerId)

Get a list of changes made to a time entry

seats(teamId)

Retrieve the used, total, and available member and guest seats for a team (workspace).

plan(teamId)

Retrieve the current Plan for the specified team (workspace).

customTaskTypes(teamId)

Get the custom task types available in a team (workspace).

customRoles(teamId, [options])

Get the custom roles available in a team (workspace).

addUserGroup(teamId, data)

Add a team user group.

customFields(teamId)

Get all Custom Fields available in a team (workspace)

get(viewId)

Get information about a specific task or page view

update(viewId, data)

Update a view

delete(viewId)

Delete a view

addComment(viewId, data)

Add a comment on a view

comments(viewId, [options])

Get all comments from a Chat view

tasks(viewId, [options])

Get all visible tasks in a view

update(webhookId, data)

Update a webhook

delete(webhookId)

Delete a webhook

authorization ⇐ Route

Kind: global class
Extends: Route

checklist ⇐ Route

Kind: global class
Extends: Route

comment ⇐ Route

Kind: global class
Extends: Route

folder ⇐ Route

Kind: global class
Extends: Route

goal ⇐ Route

Kind: global class
Extends: Route

group ⇐ Route

Kind: global class
Extends: Route

key-result ⇐ Route

Kind: global class
Extends: Route

list ⇐ Route

Kind: global class
Extends: Route

space ⇐ Route

Kind: global class
Extends: Route

task ⇐ Route

Kind: global class
Extends: Route

team ⇐ Route

Kind: global class
Extends: Route

view ⇐ Route

Kind: global class
Extends: Route

webhook ⇐ Route

Kind: global class
Extends: Route

createToken(options)

Create an access token for the given client

Kind: global function

ParamTypeDescription
optionsobjectThe query parameters to pass
options.clientIdstringThe OAuth app client id
options.clientSecretstringThe OAuth app client secret
options.codestringThe code given in redirect url

user()

Get the details of the authenticated user's ClickUp account

Kind: global function

teams()

Get the teams (workspaces) available to the authenticated user

Kind: global function

update(checklistId, data)

Update a checklist

Kind: global function
See: https://clickup.com/api/clickupreference/operation/EditChecklist

ParamTypeDescription
checklistIdstringThe checklist id
dataobjectThe checklist data

delete(checklistId)

Delete a checklist

Kind: global function
See: https://clickup.com/api/clickupreference/operation/DeleteChecklist

ParamTypeDescription
checklistIdstringThe checklist id

addItem(checklistId, data)

Create a checklist item

Kind: global function
See: https://clickup.com/api/clickupreference/operation/CreateChecklistItem

ParamTypeDescription
checklistIdstringThe checklist id
dataobjectThe checklist item data

editItem(checklistId, checklistItemId, data)

Update a checklist item

Kind: global function
See: https://clickup.com/api/clickupreference/operation/EditChecklistItem

ParamTypeDescription
checklistIdstringThe checklist id
checklistItemIdstringThe checklist item id
dataobjectThe checklist item data

removeItem(checklistId, checklistItemId)

Delete a checklist item

Kind: global function
See: https://clickup.com/api/clickupreference/operation/DeleteChecklistItem

ParamTypeDescription
checklistIdstringThe checklist id
checklistItemIdstringThe checklist item id

update(commentId, data)

Update the content of a task comment, assign a comment, and mark a comment as resolved.

Kind: global function
See: https://clickup.com/api/clickupreference/operation/UpdateComment

ParamTypeDescription
commentIdnumberThe comment id
dataobjectThe comment data

delete(commentId)

Delete a comment

Kind: global function
See: https://clickup.com/api/clickupreference/operation/DeleteComment

ParamTypeDescription
commentIdnumberThe comment id

replies(commentId)

Get comment thread/replies

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetThreadedComments

ParamTypeDescription
commentIdnumberThe comment id

addReply(commentId, data)

Add a reply comment

Kind: global function
See: https://clickup.com/api/clickupreference/operation/CreateThreadedComment

ParamTypeDescription
commentIdnumberThe comment id
dataobjectThe comment data

get(folderId)

Get a folder

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetFolder

ParamTypeDescription
folderIdstringThe folder id

update(folderId, data)

Update a folder

Kind: global function
See: https://clickup.com/api/clickupreference/operation/UpdateFolder

ParamTypeDescription
folderIdnumberThe folder id
dataobjectThe folder data

delete(folderId)

Delete a folder

Kind: global function
See: https://clickup.com/api/clickupreference/operation/DeleteFolder

ParamTypeDescription
folderIdnumberThe folder id

addGuest(folderId, guestId, data, [options])

Add a guest to a folder

Kind: global function
See: https://clickup.com/api/clickupreference/operation/AddGuestToFolder

ParamTypeDescription
folderIdnumberThe folder id
guestIdnumberThe guest id
dataobjectThe guest data
[options]objectThe query parameters to use

removeGuest(folderId, guestId, [options])

Remove a guest's access to a folder

Kind: global function
See: https://clickup.com/api/clickupreference/operation/RemoveGuestFromFolder

ParamTypeDescription
folderIdnumberThe folder id
guestIdnumberThe guest id
[options]objectThe query parameters to use

createList(folderId, data)

Create a list

Kind: global function
See: https://clickup.com/api/clickupreference/operation/CreateList

ParamTypeDescription
folderIdnumberThe folder id
dataobjectThe list data

lists(folderId, [options])

Get all lists within a folder

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetLists

ParamTypeDescription
folderIdnumberThe folder id
[options]objectThe query parameters to pass
options.archivedbooleanIf archived lists should be returned or not

createView(folderId, data)

Create a List, Board, Calendar, Table, Timeline, Workload, Activity, Map, Chat, or Gantt view for a Folder

Kind: global function
See: https://clickup.com/api/clickupreference/operation/CreateFolderView

ParamTypeDescription
folderIdnumberThe folder id
dataobjectThe view data

views(folderId)

Get the task and page views available for a Folder.

Kind: global function
See: https://clickup.com/api/clickupreference/operation/CreateSpaceView

ParamTypeDescription
folderIdnumberThe folder id

customFields(folderId)

Get all Custom Fields available in a folder

Kind: global function

ParamTypeDescription
folderIdnumberThe folder id

get(goalId)

Get a goal

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetGoal

ParamTypeDescription
goalIdstringThe goal id

update(goalId, data)

Update the goal name, set the due date, replace the description, add or remove owners, and set the Goal color

Kind: global function
See: https://clickup.com/api/clickupreference/operation/UpdateGoal

ParamTypeDescription
goalIdstringThe goal id
dataobjectThe goal data

delete(goalId)

Delete a goal from your team

Kind: global function
See: https://clickup.com/api/clickupreference/operation/DeleteGoal

ParamTypeDescription
goalIdstringThe goal id

addKeyResult(goalId, data)

Add a key result (target)

Kind: global function
See: https://clickup.com/api/clickupreference/operation/CreateKeyResult

ParamTypeDescription
goalIdstringThe goal id
dataobjectThe key result data

get([options])

Get all user groups within a team

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetTeams1

ParamTypeDescription
[options]objectThe query parameters to use

update(groupId, data)

Update a user group

Kind: global function
See: https://clickup.com/api/clickupreference/operation/UpdateTeam

ParamTypeDescription
groupIdstringThe group id
dataobjectThe group data

delete(groupId)

Delete a user group

Kind: global function
See: https://clickup.com/api/clickupreference/operation/DeleteTeam

ParamTypeDescription
groupIdstringThe group id

update(keyResultId, data)

Update a key result (target)

Kind: global function
See: https://clickup.com/api/clickupreference/operation/EditKeyResult

ParamTypeDescription
keyResultIdstringThe key result id
dataobjectThe key result data

delete(keyResultId)

Delete a key result (target)

Kind: global function
See: https://clickup.com/api/clickupreference/operation/DeleteKeyResult

ParamTypeDescription
keyResultIdstringThe key result id

get(listId)

Get a list

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetList

ParamTypeDescription
listIdnumberThe list id

update(listId, data)

Update a list

Kind: global function
See: https://clickup.com/api/clickupreference/operation/UpdateList

ParamTypeDescription
listIdstringThe list id
dataobjectThe list data

delete(listId)

Delete a list

Kind: global function
See: https://clickup.com/api/clickupreference/operation/DeleteList

ParamTypeDescription
listIdnumberThe list id

addComment(listId, data)

Add a comment to a list

Kind: global function
See: https://clickup.com/api/clickupreference/operation/CreateListComment

ParamTypeDescription
listIdstringThe list id
dataobjectThe comment data

comments(listId, [options])

Get all comments added to a list

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetListComments

ParamTypeDescription
listIdnumberThe list id
[options]objectThe query parameters to use

customFields(listId)

Get all Custom Fields available on tasks in a specific list

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetAccessibleCustomFields

ParamTypeDescription
listIdnumberThe list id

addGuest(listId, guestId, data, [options])

Share a list with a guest

Kind: global function
See: https://clickup.com/api/clickupreference/operation/AddGuestToList

ParamTypeDescription
listIdnumberThe list id
guestIdnumberThe guest id
dataobjectThe guest data
[options]objectThe query parameters to use

removeGuest(listId, guestId, options)

Remove a guest's access to a list

Kind: global function
See: https://clickup.com/api/clickupreference/operation/RemoveGuestFromList

ParamTypeDescription
listIdnumberThe list id
guestIdnumberThe guest id
optionsobjectThe query parameters to use

members(listId)

Get all members of a list

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetListMembers

ParamTypeDescription
listIdnumberThe list id

createTask(listId, data, [options])

Create a task

Kind: global function
See: https://clickup.com/api/clickupreference/operation/CreateTask

ParamTypeDescription
listIdnumberThe list id
dataobjectThe task data
[options]objectThe query parameters to use

tasks(listId, options)

Get all tasks in a list

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetTasks

ParamTypeDescription
listIdnumberThe list id
optionsobjectThe query parameters to pass

createTaskFromTemplate(listId, templateId, data)

Create a task from a template

Kind: global function
See: https://clickup.com/api/clickupreference/operation/CreateTaskFromTemplate/#tag/Task-Templates/operation/CreateTaskFromTemplat

ParamTypeDescription
listIdnumberThe list id
templateIdstringThe template id
dataobjectThe task data

createView(listId, data)

Create a List, Board, Calendar, Table, Timeline, Workload, Activity, Map, Chat, or Gantt view for a List

Kind: global function
See: https://clickup.com/api/clickupreference/operation/CreateListView

ParamTypeDescription
listIdnumberThe list id
dataobjectThe view data

views(listId)

Get the task and page views available for a List. Views and required views are separate responses

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetListViews

ParamTypeDescription
listIdnumberThe list id

addTask(listId, taskId)

Add task to a list

Kind: global function
See: https://clickup.com/api/clickupreference/operation/AddTaskToList

ParamTypeDescription
listIdnumberThe list id
taskIdstringThe task id

removeTask(listId, taskId)

Remove a task from a list

Kind: global function
See: https://clickup.com/api/clickupreference/operation/RemoveTaskFromList

ParamTypeDescription
listIdnumberThe list id
taskIdstringThe task id

get(spaceId)

Get a space

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetSpace/

ParamTypeDescription
spaceIdnumberThe space id

update(spaceId, data)

Update a spaces name, set the space color, and enable ClickApps for a space.

Kind: global function
See: https://clickup.com/api/clickupreference/operation/UpdateSpace

ParamTypeDescription
spaceIdnumberThe space id
dataobjectThe space data

delete(spaceId)

Delete a space

Kind: global function
See: https://clickup.com/api/clickupreference/operation/DeleteSpace

ParamTypeDescription
spaceIdnumberThe space id

createFolder(spaceId, data)

Create a folder in a space

Kind: global function
See: https://clickup.com/api/clickupreference/operation/CreateFolder

ParamTypeDescription
spaceIdnumberThe space id
dataobjectThe folder data

folders(spaceId, [options])

Get all folders in a space

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetFolders

ParamTypeDescription
spaceIdnumberThe space id
[options]objectThe query parameters to pass
options.archivedbooleanIf archived lists should be returned or not

createFolderlessList(spaceId, data)

Create a folder-less list

Kind: global function
See: https://clickup.com/api/clickupreference/operation/CreateFolderlessList

ParamTypeDescription
spaceIdnumberThe space id
dataobjectThe folder-less list data

folderlessLists(spaceId, [options])

Get all folderless lists in a space

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetFolderlessLists

ParamTypeDescription
spaceIdnumberThe space id
[options]objectThe query parameters to pass
options.archivedbooleanIf archived lists should be returned or not

tags(spaceId)

Get all tags in a space

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetSpaceTags

ParamTypeDescription
spaceIdnumberThe space id

addTag(spaceId, data)

Create a space tag

Kind: global function
See: https://clickup.com/api/clickupreference/operation/CreateSpaceTag

ParamTypeDescription
spaceIdnumberThe space id
dataobjectThe space tag data

editTag(spaceId, tagName, data)

Update a space tag

Kind: global function
See: https://clickup.com/api/clickupreference/operation/EditSpaceTag

ParamTypeDescription
spaceIdnumberThe space id
tagNamestringThe tag name
dataobjectThe space tag data

removeTag(spaceId, tagName, data)

Delete a space tag

Kind: global function
See: https://clickup.com/api/clickupreference/operation/DeleteSpaceTag

ParamTypeDescription
spaceIdnumberThe space id
tagNamestringThe tag name
dataobjectThe space tag data

createView(spaceId, data)

Create a List, Board, Calendar, Table, Timeline, Workload, Activity, Map, Chat, or Gantt view for a Space

Kind: global function
See: https://clickup.com/api/clickupreference/operation/CreateSpaceView

ParamTypeDescription
spaceIdnumberThe space id
dataobjectThe view data

views(spaceId)

Get the task and page views available for a Space

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetSpaceViews

ParamTypeDescription
spaceIdnumberThe space id

customFields(spaceId)

Get all Custom Fields available in a space

Kind: global function

ParamTypeDescription
spaceIdnumberThe space id

get(taskId, [options])

Get a task

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetTask

ParamTypeDescription
taskIdstringThe task id
[options]objectThe query parameters to use

update(taskId, data, [options])

Update a task

Kind: global function
See: https://clickup.com/api/clickupreference/operation/UpdateTask

ParamTypeDescription
taskIdstringThe task id
dataobjectThe task data
[options]objectThe query parameters to use

delete(taskId, [options])

Delete a task

Kind: global function
See: https://clickup.com/api/clickupreference/operation/DeleteTask

ParamTypeDescription
taskIdstringThe task id
[options]objectThe query parameters to use

addAttachment(taskId, attachment, [options])

Upload a file to a task as an attachment.

Kind: global function
See: https://clickup.com/api/clickupreference/operation/CreateTaskAttachment

ParamTypeDescription
taskIdstringThe task id
attachmentFormDataThe attachments to add
[options]objectThe query parameters to use

addComment(taskId, data, [options])

Add a comment to as task

Kind: global function
See: https://clickup.com/api/clickupreference/operation/CreateTaskComment

ParamTypeDescription
taskIdstringThe task id
dataobjectThe comment data
[options]objectThe query parameters to use

comments(taskId, [options])

Get all task comments

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetTaskComments

ParamTypeDescription
taskIdstringThe task id
[options]objectThe query parameters to use

AddChecklist(taskId, data, [options])

Add a checklist in a task

Kind: global function
See: https://clickup.com/api/clickupreference/operation/CreateChecklist

ParamTypeDescription
taskIdstringThe task id
dataobjectThe checklist data
[options]objectThe query parameters to use

addCustomFieldValue(taskId, fieldId, data, [options])

Add data to a custom field on a task

Kind: global function
See: https://clickup.com/api/clickupreference/operation/SetCustomFieldValue

ParamTypeDescription
taskIdstringThe task id
fieldIdstringThe uuid of the custom field
dataobjectThe custom field data
[options]objectThe query parameters to use

removeCustomFieldValue(taskId, fieldId, [options])

Remove a custom field value on a task

Kind: global function
See: https://clickup.com/api/clickupreference/operation/RemoveCustomFieldValue

ParamTypeDescription
taskIdstringThe task id
fieldIdstringThe uuid of the custom field
[options]objectThe query parameters to use

addDependency(taskId, data, [options])

Create a dependency for a task i.e. set a task as waiting on or blocking another task.

Kind: global function
See: https://clickup.com/api/clickupreference/operation/AddDependency

ParamTypeDescription
taskIdstringThe task id
dataobjectThe dependency data
[options]objectThe query parameters to use

removeDependency(taskId, [options])

Delete a dependency for a task

Kind: global function
See: https://clickup.com/api/clickupreference/operation/DeleteDependency

ParamTypeDescription
taskIdstringThe task id
[options]objectThe parameter options to pass in

Link two task together

Kind: global function
See: https://clickup.com/api/clickupreference/operation/AddTaskLink

ParamTypeDescription
taskIdstringThe task id
linksTostringThe id of the task to link to
[options]objectThe query parameters to use

Delete a task link

Kind: global function
See: https://clickup.com/api/clickupreference/operation/DeleteTaskLink

ParamTypeDescription
taskIdstringThe task id
linksTostringThe id of the task to link to
[options]objectThe query parameters to use

addGuest(taskId, guestId, data, [options])

Share a task with a guest

Kind: global function
See: https://clickup.com/api/clickupreference/operation/AddGuestToTask

ParamTypeDescription
taskIdstringThe task id
guestIdnumberThe guest id
dataobjectThe guest data
[options]objectThe query parameters to use

removeGuest(taskId, guestId, [options])

Remove a guest's access to a task

Kind: global function
See: https://clickup.com/api/clickupreference/operation/RemoveGuestFromTask

ParamTypeDescription
taskIdstringThe task id
guestIdnumberThe guest id
[options]objectThe query parameters to use

members(taskId)

Get all members who have access to a task

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetTaskMembers

ParamTypeDescription
taskIdstringThe task id

addTag(taskId, tagName, [options])

Add a tag to a task

Kind: global function
See: https://clickup.com/api/clickupreference/operation/AddTagToTask

ParamTypeDescription
taskIdstringThe task id
tagNamestringThe tag name
[options]objectThe query parameters to use

removeTag(taskId, tagName, [options])

Remove a tag from a task

Kind: global function
See: https://clickup.com/api/clickupreference/operation/RemoveTagFromTask

ParamTypeDescription
taskIdstringThe task id
tagNamestringThe tag name
[options]objectThe query parameters to use

addTrackedTime(taskId, data, [options])

Track time for a task (Time Tracking Legacy API)

Kind: global function
See: https://clickup.com/api/clickupreference/operation/Tracktime

ParamTypeDescription
taskIdstringThe task id
dataobjectThe time tracking data
[options]objectThe query parameters to use

trackedTime(taskId, [options])

Get tracked time for a task (Time Tracking Legacy API)

Kind: global function
See: https://clickup.com/api/clickupreference/operation/Gettrackedtime

ParamTypeDescription
taskIdstringThe task id
[options]objectThe query parameters to use

editTrackedTime(taskId, intervalId, data, [options])

Edit tracked time for a task (Time Tracking Legacy API)

Kind: global function
See: https://clickup.com/api/clickupreference/operation/Edittimetracked

ParamTypeDescription
taskIdstringThe task id
intervalIdstringThe interval id
dataobjectThe time tracking data
[options]objectThe query parameters to use

removeTrackedTime(taskId, intervalId, [options])

Delete tracked time for a task

Kind: global function
See: https://clickup.com/api/clickupreference/operation/Deletetimetracked

ParamTypeDescription
taskIdstringThe task id
intervalIdstringThe interval id
[options]objectThe query parameters to use

timeInStatus(taskId, [options])

Get tasks time in status

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetTask'sTimeinStatus

ParamTypeDescription
taskIdstringThe task id
[options]objectThe query parameters to use

bulkTimeInStatus(options)

Get bulk tasks time in status

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetBulkTasks'TimeinStatus

ParamTypeDescription
optionsobjectThe query parameters to use

get()

Get teams

Kind: global function

createGoal(teamId, data)

Create a goal

Kind: global function
See: https://clickup.com/api/clickupreference/operation/CreateGoal

ParamTypeDescription
teamIdnumberThe team id
dataobjectGoal data

goals(teamId, options)

Get all goals for a team

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetGoals

ParamTypeDescription
teamIdnumberThe team id
optionsobjectThe query parameters to use

inviteGuest(teamId, data)

Invite a guest to a team (workspace)

Kind: global function
See: https://clickup.com/api/clickupreference/operation/InviteGuestToWorkspace

ParamTypeDescription
teamIdnumberThe team id
dataobjectThe guest data

guest(teamId, guestId)

Get information about a team (workspace) guest

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetGuest

ParamTypeDescription
teamIdnumberThe team id
guestIdnumberThe guest id

editGuest(teamId, guestId, data)

Edit a guest in a team (workspace)

Kind: global function
See: https://clickup.com/api/clickupreference/operation/EditGuestOnWorkspace

ParamTypeDescription
teamIdnumberThe team id
guestIdnumberThe guest id
dataobjectThe guest data

removeGuest(teamId, guestId)

Remove a guest from a team (workspace)

Kind: global function
See: https://clickup.com/api/clickupreference/operation/RemoveGuestFromWorkspace

ParamTypeDescription
teamIdnumberThe team id
guestIdnumberThe guest id

sharedHierarchy(teamId)

Get the tasks, lists, and folders that have been shared with the authenticated user

Kind: global function
See: https://clickup.com/api/clickupreference/operation/SharedHierarchy

ParamTypeDescription
teamIdnumberThe team id

createSpace(teamId, data)

Create a space for a team (workspace)

Kind: global function
See: https://clickup.com/api/clickupreference/operation/CreateSpace

ParamTypeDescription
teamIdnumberThe team id
dataobjectThe space data

spaces(teamId, [options])

Get available spaces for a team (workspace)

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetSpaces

ParamTypeDescription
teamIdnumberThe team id
[options]objectThe query parameters to pass
options.archivedbooleanIf archived lists should be returned or not

filteredTasks(teamId, [options])

Get filtered tasks for a team

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetFilteredTeamTasks

ParamTypeDescription
teamIdnumberThe team id
[options]objectThe query parameters to pass

taskTemplates(teamId, [options])

Get task templates for a team

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetTaskTemplates

ParamTypeDescription
teamIdnumberThe team id
[options]objectThe query parameters to pass

user(teamId, userId)

Get a user for a team. Only available to enterprise teams

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetUser

ParamTypeDescription
teamIdnumberThe team id
userIdnumberThe user id

inviteUser(teamId, data)

Invite a user to a workspace/team. Only available to enterprise teams

Kind: global function
See: https://clickup.com/api/clickupreference/operation/InviteUserToWorkspace

ParamTypeDescription
teamIdnumberThe team id
dataobjectThe user data

editUser(teamId, userId, data)

Edit a user for a workspace/team. Only available to enterprise teams

Kind: global function
See: https://clickup.com/api/clickupreference/operation/EditUserOnWorkspace

ParamTypeDescription
teamIdnumberThe team id
userIdnumberThe user id
dataobjectThe user data

removeUser(teamId, userId)

Remove (deactivate) a user from a workspace/team. Only available to enterprise teams

Kind: global function
See: https://clickup.com/api/clickupreference/operation/RemoveUserFromWorkspace

ParamTypeDescription
teamIdnumberThe team id
userIdnumberThe team id

createView(teamId, data)

Create a List, Board, Calendar, Table, Timeline, Workload, Activity, Map, Chat, or Gantt view at the Everything Level of a Workspace.

Kind: global function
See: https://clickup.com/api/clickupreference/operation/CreateTeamView

ParamTypeDescription
teamIdnumberThe team id
dataobjectThe view data

views(teamId)

Get the task and page views available at the Everything Level of a Workspace.

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetTeamViews

ParamTypeDescription
teamIdnumberThe team id

createWebhook(teamId, data)

Create a webhook

Kind: global function
See: https://clickup.com/api/clickupreference/operation/CreateWebhook

ParamTypeDescription
teamIdnumberThe team id
dataobjectThe webhook data

webhooks(teamId)

Get the webhooks created via the API for a Workspace. This endpoint returns webhooks created by the authenticated user

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetWebhooks

ParamTypeDescription
teamIdnumberthe team id

timeEntries(teamId, [options])

Get time entries within a data range

Kind: global function
See: https://clickup.com/api/clickupreference/operation/Gettimeentrieswithinadaterange

ParamTypeDescription
teamIdnumberThe team id
[options]objectThe query parameters to use

timeEntry(teamId, timerId, [options])

Get a single time entry

Kind: global function
See: https://clickup.com/api/clickupreference/operation/Getsingulartimeentry

ParamTypeDescription
teamIdnumberThe team id
timerIdstringThe timer id
[options]objectThe query parameters to use

runningTimeEntry(teamId, [options])

Get time entry that's currently tracking time for the authenticated user.

Kind: global function
See: https://clickup.com/api/clickupreference/operation/Getrunningtimeentry

ParamTypeDescription
teamIdnumberThe team id
[options]objectThe query parameters to use

addTimeEntry(teamId, data, [options])

Create a time entry

Kind: global function
See: https://clickup.com/api/clickupreference/operation/Createatimeentry

ParamTypeDescription
teamIdnumberThe team id
dataobjectThe time entry data
[options]objectThe query parameters to use

removeTimeEntryTags(teamId, data)

Remove tags from time entries

Kind: global function
See: https://clickup.com/api/clickupreference/operation/Removetagsfromtimeentries

ParamTypeDescription
teamIdnumberThe team id
dataobjectThe time entries data

timeEntryTags(teamId)

Get all tags from time entries

Kind: global function
See: https://clickup.com/api/clickupreference/operation/Getalltagsfromtimeentries

ParamTypeDescription
teamIdnumberThe team id

addTimeEntryTags(teamId, data)

Add a label to time entries

Kind: global function
See: https://clickup.com/api/clickupreference/operation/Addtagsfromtimeentries

ParamTypeDescription
teamIdnumberThe team id
dataobjectThe time entries and tag data

editTimeEntryTag(teamId, data)

Rename an time entry label

Kind: global function
See: https://clickup.com/api/clickupreference/operation/Changetagnamesfromtimeentries

ParamTypeDescription
teamIdnumberThe team id
dataobjectThe tag data

startTimeEntry(teamId, data, [options])

Start a time entry

Kind: global function
See: https://clickup.com/api/clickupreference/operation/StartatimeEntry

ParamTypeDescription
teamIdnumberThe team id
dataobjectThe time entry data
[options]objectThe query parameters to use

stopTimeEntry(teamId)

Stop a time entry

Kind: global function
See: https://clickup.com/api/clickupreference/operation/StopatimeEntry

ParamTypeDescription
teamIdnumberThe team id

removeTimeEntry(teamId, timerId)

Delete a time entry

Kind: global function
See: https://clickup.com/api/clickupreference/operation/DeleteatimeEntry

ParamTypeDescription
teamIdnumberThe team id
timerIdnumberThe timer id

editTimeEntry(teamId, timerId, data, [options])

Update a time entry

Kind: global function
See: https://clickup.com/api/clickupreference/operation/UpdateatimeEntry

ParamTypeDescription
teamIdnumberThe team id
timerIdnumberThe timer id
dataobjectThe time entry data
[options]objectThe query parameters to use

timeEntryHistory(teamId, timerId)

Get a list of changes made to a time entry

Kind: global function
See: https://clickup.com/api/clickupreference/operation/Gettimeentryhistory

ParamTypeDescription
teamIdnumberThe team id
timerIdstringThe timer id

seats(teamId)

Retrieve the used, total, and available member and guest seats for a team (workspace).

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetWorkspaceseats

ParamTypeDescription
teamIdstringThe team id

plan(teamId)

Retrieve the current Plan for the specified team (workspace).

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetWorkspaceplan

ParamTypeDescription
teamIdstringThe team id

customTaskTypes(teamId)

Get the custom task types available in a team (workspace).

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetCustomItems

ParamTypeDescription
teamIdstringThe team id

customRoles(teamId, [options])

Get the custom roles available in a team (workspace).

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetCustomRoles

ParamTypeDescription
teamIdstringThe team id
[options]objectThe query parameters to use

addUserGroup(teamId, data)

Add a team user group.

Kind: global function
See: https://clickup.com/api/clickupreference/operation/CreateTeam

ParamTypeDescription
teamIdnumberThe team id
dataobjectThe team data

customFields(teamId)

Get all Custom Fields available in a team (workspace)

Kind: global function

ParamTypeDescription
teamIdnumberThe team id

get(viewId)

Get information about a specific task or page view

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetView

ParamTypeDescription
viewIdstringThe view id

update(viewId, data)

Update a view

Kind: global function
See: https://clickup.com/api/clickupreference/operation/UpdateView

ParamTypeDescription
viewIdstringThe view id
dataobjectThe view data

delete(viewId)

Delete a view

Kind: global function
See: https://clickup.com/api/clickupreference/operation/DeleteView

ParamTypeDescription
viewIdstringThe view id

addComment(viewId, data)

Add a comment on a view

Kind: global function
See: https://clickup.com/api/clickupreference/operation/CreateChatViewComment

ParamTypeDescription
viewIdstringThe view id
dataobjectThe comment data

comments(viewId, [options])

Get all comments from a Chat view

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetChatViewComments

ParamTypeDescription
viewIdstringThe view id
[options]objectThe query parameters to pass

tasks(viewId, [options])

Get all visible tasks in a view

Kind: global function
See: https://clickup.com/api/clickupreference/operation/GetViewTasks

ParamTypeDescription
viewIdstringThe view id
[options]objectThe query parameters to pass

update(webhookId, data)

Update a webhook

Kind: global function
See: https://clickup.com/api/clickupreference/operation/UpdateWebhook

ParamTypeDescription
webhookIdstringThe webhook id
dataobjectThe webhook data

delete(webhookId)

Delete a webhook

Kind: global function
See: https://clickup.com/api/clickupreference/operation/DeleteWebhook

ParamTypeDescription
webhookIdstringThe webhook id