Open Connector
所有 Tools

ClickUp logoClickUp

Catalog 暂无描述。

clickupvcatalog-v1136 个 Tools

认证方式

方式底层类型状态说明
OAuth 2.0oauth2available

调用示例

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "CLICKUP_ADD_DEPENDENCY",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("CLICKUP_ADD_DEPENDENCY", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute CLICKUP_ADD_DEPENDENCY --data '{ }'

Tool 目录

可用 Tools

136 个可调用操作

Add DependencyCLICKUP_ADD_DEPENDENCYSet a task as waiting on or blocking another task.

Set a task as waiting on or blocking another task.

认证

需要 Connected Account

Tags

Task Relationships
Add Guest To FolderCLICKUP_ADD_GUEST_TO_FOLDERShare a Folder with a guest. \ \ ***Note:** This endpoint is only available to Workspaces on our [Enterprise Plan](https://clickup.com/pricing).*

Share a Folder with a guest. \ \ ***Note:** This endpoint is only available to Workspaces on our [Enterprise Plan](https://clickup.com/pricing).*

认证

需要 Connected Account

Tags

Guests
Add Guest To ListCLICKUP_ADD_GUEST_TO_LISTShare a List with a guest. \ \ ***Note:** This endpoint is only available to Workspaces on our [Enterprise Plan](https://clickup.com/pricing).*

Share a List with a guest. \ \ ***Note:** This endpoint is only available to Workspaces on our [Enterprise Plan](https://clickup.com/pricing).*

认证

需要 Connected Account

Tags

Guests
Add Guest To TaskCLICKUP_ADD_GUEST_TO_TASKShare a task with a guest. \ \ ***Note:** This endpoint is only available to Workspaces on our [Enterprise Plan](https://clickup.com/pricing).*

Share a task with a guest. \ \ ***Note:** This endpoint is only available to Workspaces on our [Enterprise Plan](https://clickup.com/pricing).*

认证

需要 Connected Account

Tags

Guests
Add Tag To TaskCLICKUP_ADD_TAG_TO_TASKAdd a Tag to a task.

Add a Tag to a task.

认证

需要 Connected Account

Tags

Tags
Add Task LinkCLICKUP_ADD_TASK_LINKThis is the equivalent of the feature _Task Links_ in the right-hand sidebar of a Task. It allows you to link two tasks together. General links or links to other objects than tasks are not supported.

This is the equivalent of the feature _Task Links_ in the right-hand sidebar of a Task. It allows you to link two tasks together. General links or links to other objects than tasks are not supported.

认证

需要 Connected Account

Tags

Task Relationships
Add Task To ListCLICKUP_ADD_TASK_TO_LISTAdd a task to an additional List. \ \ ***Note:** This endpoint requires the [Tasks in Multiple List ClickApp](https://help.clickup.com/hc/en-us/articles/6309958824727-Tasks-in-Multiple-Lists) to be enabled.*

Add a task to an additional List. \ \ ***Note:** This endpoint requires the [Tasks in Multiple List ClickApp](https://help.clickup.com/hc/en-us/articles/6309958824727-Tasks-in-Multiple-Lists) to be enabled.*

认证

需要 Connected Account

Tags

Lists
Add tags from time entriesCLICKUP_ADDTAGSFROMTIMEENTRIESAdd a label to a time entry.

Add a label to a time entry.

认证

需要 Connected Account

Tags

Time Tracking
Change tag names from time entriesCLICKUP_CHANGETAGNAMESFROMTIMEENTRIESRename an time entry label.

Rename an time entry label.

认证

需要 Connected Account

Tags

Time Tracking
Create Chat View CommentCLICKUP_CREATE_CHAT_VIEW_COMMENTAdd a new comment to a Chat view.

Add a new comment to a Chat view.

认证

需要 Connected Account

Tags

Comments
Create ChecklistCLICKUP_CREATE_CHECKLISTAdd a new checklist to a task.

Add a new checklist to a task.

认证

需要 Connected Account

Tags

Task Checklists
Create Checklist ItemCLICKUP_CREATE_CHECKLIST_ITEMAdd a line item to a task checklist.

Add a line item to a task checklist.

认证

需要 Connected Account

Tags

Task Checklists
Create FolderCLICKUP_CREATE_FOLDERAdd a new Folder to a Space. You can optionally create the Folder as a subfolder within an existing Folder by providing `parent_folder_id` in the request body. Subfolder support must be enabled for the Workspace.

Add a new Folder to a Space. You can optionally create the Folder as a subfolder within an existing Folder by providing `parent_folder_id` in the request body. Subfolder support must be enabled for the Workspace.

认证

需要 Connected Account

Tags

Folders
Create Folder from templateCLICKUP_CREATE_FOLDER_FROM_TEMPLATECreate a new Folder using a Folder template within a Space. This endpoint allows you to create a folder with all its nested assets (lists, tasks, etc.) from a predefined template available in your Workspace. Publicly shared templates must be [added to your Workspace](https://help.clickup.com/hc/en-us/articles/6326023965591-Add-a-template-to-your-library) before you can use them with the public API. You can optionally create the Folder as a subfolder within an existing Folder by providing `parent_folder_id` in the request body. Subfolder support must be enabled for the Workspace. This request can be run asynchronously or synchronously via the `return_immediately` parameter.

Create a new Folder using a Folder template within a Space. This endpoint allows you to create a folder with all its nested assets (lists, tasks, etc.) from a predefined template available in your Workspace. Publicly shared templates must be [added to your Workspace](https://help.clickup.com/hc/en-us/articles/6326023965591-Add-a-template-to-your-library) before you can use them with the public API. You can optionally create the Folder as a subfolder within an existing Folder by providing `parent_folder_id` in the request body. Subfolder support must be enabled for the Workspace. This request can be run asynchronously or synchronously via the `return_immediately` parameter.

认证

需要 Connected Account

Tags

Folders
Create List From Template in FolderCLICKUP_CREATE_FOLDER_LIST_FROM_TEMPLATECreate a new list using a list template in a Folder. Publicly shared templates must be [added to your Workspace](https://help.clickup.com/hc/en-us/articles/6326023965591-Add-a-template-to-your-library) before you can use them with the public API. This request runs synchronously by default with `return_immediately=true`. The request returns the future List ID immediatly, but the List may not be created when the response is sent. Small templates can be applied synchronously, which guarantees that all sub objects are created. In case of a timeout on synchronous requests, the objects from the template will continue to be created past the timeout.

Create a new list using a list template in a Folder. Publicly shared templates must be [added to your Workspace](https://help.clickup.com/hc/en-us/articles/6326023965591-Add-a-template-to-your-library) before you can use them with the public API. This request runs synchronously by default with `return_immediately=true`. The request returns the future List ID immediatly, but the List may not be created when the response is sent. Small templates can be applied synchronously, which guarantees that all sub objects are created. In case of a timeout on synchronous requests, the objects from the template will continue to be created past the timeout.

认证

需要 Connected Account

Tags

Lists
Create Folder ViewCLICKUP_CREATE_FOLDER_VIEWAdd a List, Board, Calendar, Table, Timeline, Workload, Activity, Map, Chat, or Gantt view to a Folder.

Add a List, Board, Calendar, Table, Timeline, Workload, Activity, Map, Chat, or Gantt view to a Folder.

认证

需要 Connected Account

Tags

Views
Create Folderless ListCLICKUP_CREATE_FOLDERLESS_LISTAdd a new List in a Space.

Add a new List in a Space.

认证

需要 Connected Account

Tags

Lists
Create GoalCLICKUP_CREATE_GOALAdd a new Goal to a Workspace.

Add a new Goal to a Workspace.

认证

需要 Connected Account

Tags

Goals
Create Key ResultCLICKUP_CREATE_KEY_RESULTAdd a Target to a Goal.

Add a Target to a Goal.

认证

需要 Connected Account

Tags

Goals
Create ListCLICKUP_CREATE_LISTAdd a new List to a Folder.

Add a new List to a Folder.

认证

需要 Connected Account

Tags

Lists
Create List CommentCLICKUP_CREATE_LIST_COMMENTAdd a comment to a List.

Add a comment to a List.

认证

需要 Connected Account

Tags

Comments
Create List ViewCLICKUP_CREATE_LIST_VIEWAdd a List, Board, Calendar, Table, Timeline, Workload, Activity, Map, Chat, or Gantt view to a List.

Add a List, Board, Calendar, Table, Timeline, Workload, Activity, Map, Chat, or Gantt view to a List.

认证

需要 Connected Account

Tags

Views
Create SpaceCLICKUP_CREATE_SPACEAdd a new Space to a Workspace.

Add a new Space to a Workspace.

认证

需要 Connected Account

Tags

Spaces
Create List From Template in SpaceCLICKUP_CREATE_SPACE_LIST_FROM_TEMPLATECreate a new List using a List template within a Space. Publicly shared templates must be [added to your Workspace](https://help.clickup.com/hc/en-us/articles/6326023965591-Add-a-template-to-your-library) before you can use them with the public API. This request can be run asynchronously or synchronously via the `return_immediately` parameter.

Create a new List using a List template within a Space. Publicly shared templates must be [added to your Workspace](https://help.clickup.com/hc/en-us/articles/6326023965591-Add-a-template-to-your-library) before you can use them with the public API. This request can be run asynchronously or synchronously via the `return_immediately` parameter.

认证

需要 Connected Account

Tags

Lists
Create Space TagCLICKUP_CREATE_SPACE_TAGAdd a new task Tag to a Space.

Add a new task Tag to a Space.

认证

需要 Connected Account

Tags

Tags
Create Space ViewCLICKUP_CREATE_SPACE_VIEWAdd a List, Board, Calendar, Table, Timeline, Workload, Activity, Map, Chat, or Gantt view to a Space.

Add a List, Board, Calendar, Table, Timeline, Workload, Activity, Map, Chat, or Gantt view to a Space.

认证

需要 Connected Account

Tags

Views
Create TaskCLICKUP_CREATE_TASKCreate a new task.\ \ Custom Field values in the request body are only saved when the field is applicable to the task's `custom_item_id`. Use [Get Custom Fields](ref:getaccessiblecustomfields) and each field's `applied_objects` to determine applicability before creating the task.

Create a new task.\ \ Custom Field values in the request body are only saved when the field is applicable to the task's `custom_item_id`. Use [Get Custom Fields](ref:getaccessiblecustomfields) and each field's `applied_objects` to determine applicability before creating the task.

认证

需要 Connected Account

Tags

Tasks
Create Task CommentCLICKUP_CREATE_TASK_COMMENTAdd a new comment to a task.

Add a new comment to a task.

认证

需要 Connected Account

Tags

Comments
Create Task From TemplateCLICKUP_CREATE_TASK_FROM_TEMPLATECreate a new task using a task template defined in your workspace. Publicly shared templates must be [added to your Workspace](https://help.clickup.com/hc/en-us/articles/6326023965591-Add-a-template-to-your-library) before you can use them with the public API.

Create a new task using a task template defined in your workspace. Publicly shared templates must be [added to your Workspace](https://help.clickup.com/hc/en-us/articles/6326023965591-Add-a-template-to-your-library) before you can use them with the public API.

认证

需要 Connected Account

Tags

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

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

认证

需要 Connected Account

Tags

Views
Create Threaded CommentCLICKUP_CREATE_THREADED_COMMENTCreate a threaded comment.

Create a threaded comment.

认证

需要 Connected Account

Tags

Comments
Create GroupCLICKUP_CREATE_USER_GROUPThis endpoint creates a [User Group](https://docs.clickup.com/en/articles/4010016-teams-how-to-create-user-groups) within a Workspace.\ \ User Groups are used to organize and manage users within a Workspace.\ \ In the API documentation, `team_id` refers to the Workspace ID, and `group_id` refers to the User Group ID.\ \ **Note:** Adding a guest with view-only permissions to a Team automatically converts them to a paid guest.\ \ If no paid guest seats are available, an additional member seat will be added, increasing the number of paid guest seats.\ \ This change incurs a prorated charge based on the billing cycle.

This endpoint creates a [User Group](https://docs.clickup.com/en/articles/4010016-teams-how-to-create-user-groups) within a Workspace.\ \ User Groups are used to organize and manage users within a Workspace.\ \ In the API documentation, `team_id` refers to the Workspace ID, and `group_id` refers to the User Group ID.\ \ **Note:** Adding a guest with view-only permissions to a Team automatically converts them to a paid guest.\ \ If no paid guest seats are available, an additional member seat will be added, increasing the number of paid guest seats.\ \ This change incurs a prorated charge based on the billing cycle.

认证

需要 Connected Account

Tags

User Groups
Create WebhookCLICKUP_CREATE_WEBHOOKSet up a webhook to monitor for events.<br> We do not have a dedicated IP address for webhooks. We use our domain name and dynamic addressing.

Set up a webhook to monitor for events.<br> We do not have a dedicated IP address for webhooks. We use our domain name and dynamic addressing.

认证

需要 Connected Account

Tags

Webhooks
Create a time entryCLICKUP_CREATEATIMEENTRYCreate a time entry. \ \ ***Note:** A time entry that has a negative duration means that timer is currently running for that user.*

Create a time entry. \ \ ***Note:** A time entry that has a negative duration means that timer is currently running for that user.*

认证

需要 Connected Account

Tags

Time Tracking
Delete ChecklistCLICKUP_DELETE_CHECKLISTDelete a checklist from a task.

Delete a checklist from a task.

认证

需要 Connected Account

Tags

Task Checklists
Delete Checklist ItemCLICKUP_DELETE_CHECKLIST_ITEMDelete a line item from a task checklist.

Delete a line item from a task checklist.

认证

需要 Connected Account

Tags

Task Checklists
Delete CommentCLICKUP_DELETE_COMMENTDelete a task comment.

Delete a task comment.

认证

需要 Connected Account

Tags

Comments
Delete DependencyCLICKUP_DELETE_DEPENDENCYRemove the dependency relationship between two or more tasks.

Remove the dependency relationship between two or more tasks.

认证

需要 Connected Account

Tags

Task Relationships
Delete FolderCLICKUP_DELETE_FOLDERDelete a Folder from your Workspace.

Delete a Folder from your Workspace.

认证

需要 Connected Account

Tags

Folders
Delete GoalCLICKUP_DELETE_GOALRemove a Goal from your Workspace.

Remove a Goal from your Workspace.

认证

需要 Connected Account

Tags

Goals
Delete Key ResultCLICKUP_DELETE_KEY_RESULTDelete a target from a Goal.

Delete a target from a Goal.

认证

需要 Connected Account

Tags

Goals
Delete ListCLICKUP_DELETE_LISTDelete a List from your Workspace.

Delete a List from your Workspace.

认证

需要 Connected Account

Tags

Lists
Delete SpaceCLICKUP_DELETE_SPACEDelete a Space from your Workspace.

Delete a Space from your Workspace.

认证

需要 Connected Account

Tags

Spaces
Delete Space TagCLICKUP_DELETE_SPACE_TAGDelete a task Tag from a Space.

Delete a task Tag from a Space.

认证

需要 Connected Account

Tags

Tags
Delete TaskCLICKUP_DELETE_TASKDelete a task from your Workspace.

Delete a task from your Workspace.

认证

需要 Connected Account

Tags

Tasks
Delete Task LinkCLICKUP_DELETE_TASK_LINKRemove the link between two tasks.

Remove the link between two tasks.

认证

需要 Connected Account

Tags

Task Relationships
Delete GroupCLICKUP_DELETE_TEAMThis endpoint is used to remove a [User Group](https://docs.clickup.com/en/articles/4010016-teams-how-to-create-user-groups) from your Workspace.\ \ In our API documentation, `team_id` refers to the id of a Workspace, and `group_id` refers to the id of a user group.

This endpoint is used to remove a [User Group](https://docs.clickup.com/en/articles/4010016-teams-how-to-create-user-groups) from your Workspace.\ \ In our API documentation, `team_id` refers to the id of a Workspace, and `group_id` refers to the id of a user group.

认证

需要 Connected Account

Tags

User Groups
Delete ViewCLICKUP_DELETE_VIEWDelete View

Delete View

认证

需要 Connected Account

Tags

Views
Delete WebhookCLICKUP_DELETE_WEBHOOKDelete a webhook to stop monitoring the events and locations of the webhook.

Delete a webhook to stop monitoring the events and locations of the webhook.

认证

需要 Connected Account

Tags

Webhooks
Delete a time EntryCLICKUP_DELETEATIME_ENTRYDelete a time entry from a Workspace.

Delete a time entry from a Workspace.

认证

需要 Connected Account

Tags

Time Tracking
Delete time trackedCLICKUP_DELETETIMETRACKED***Note:** This is a legacy time tracking endpoint. We recommend using the Time Tracking API endpoints to manage time entries.*

***Note:** This is a legacy time tracking endpoint. We recommend using the Time Tracking API endpoints to manage time entries.*

认证

需要 Connected Account

Tags

Time Tracking (Legacy)
Edit ChecklistCLICKUP_EDIT_CHECKLISTRename a task checklist, or reorder a checklist so it appears above or below other checklists on a task.

Rename a task checklist, or reorder a checklist so it appears above or below other checklists on a task.

认证

需要 Connected Account

Tags

Task Checklists
Edit Checklist ItemCLICKUP_EDIT_CHECKLIST_ITEMUpdate an individual line item in a task checklist. \ \ You can rename it, set the assignee, mark it as resolved, or nest it under another checklist item.

Update an individual line item in a task checklist. \ \ You can rename it, set the assignee, mark it as resolved, or nest it under another checklist item.

认证

需要 Connected Account

Tags

Task Checklists
Edit Guest On WorkspaceCLICKUP_EDIT_GUEST_ON_WORKSPACEConfigure options for a guest. \ \ ***Note:** This endpoint is only available to Workspaces on our [Enterprise Plan](https://clickup.com/pricing).*

Configure options for a guest. \ \ ***Note:** This endpoint is only available to Workspaces on our [Enterprise Plan](https://clickup.com/pricing).*

认证

需要 Connected Account

Tags

Guests
Edit Key ResultCLICKUP_EDIT_KEY_RESULTUpdate a Target.

Update a Target.

认证

需要 Connected Account

Tags

Goals
Edit Space TagCLICKUP_EDIT_SPACE_TAGUpdate a task Tag.

Update a task Tag.

认证

需要 Connected Account

Tags

Tags
Edit User On WorkspaceCLICKUP_EDIT_USER_ON_WORKSPACEUpdate a user's name and role. \ \ ***Note:** This endpoint is only available to Workspaces on our [Enterprise Plan](https://clickup.com/pricing).*

Update a user's name and role. \ \ ***Note:** This endpoint is only available to Workspaces on our [Enterprise Plan](https://clickup.com/pricing).*

认证

需要 Connected Account

Tags

Users
Edit time trackedCLICKUP_EDITTIMETRACKED***Note:** This is a legacy time tracking endpoint. We recommend using the Time Tracking API endpoints to manage time entries.*

***Note:** This is a legacy time tracking endpoint. We recommend using the Time Tracking API endpoints to manage time entries.*

认证

需要 Connected Account

Tags

Time Tracking (Legacy)
Get Access TokenCLICKUP_GET_ACCESS_TOKENThese are the routes for authing the API and going through the [OAuth flow](doc:authentication).\ \ Applications utilizing a personal API token don't use this endpoint.\ \ ***Note:** OAuth tokens are not supported when using the [**Try It** feature](doc:trytheapi) of our Reference docs. You can't try this endpoint from your web browser.*

These are the routes for authing the API and going through the [OAuth flow](doc:authentication).\ \ Applications utilizing a personal API token don't use this endpoint.\ \ ***Note:** OAuth tokens are not supported when using the [**Try It** feature](doc:trytheapi) of our Reference docs. You can't try this endpoint from your web browser.*

认证

需要 Connected Account

Tags

Authorization
Get List Custom FieldsCLICKUP_GET_ACCESSIBLE_CUSTOM_FIELDSView the Custom Fields you have access to in a specific List.\ \ Custom Fields scoped to specific custom task types include an `applied_objects` array on each field object. Each entry has `object_type` (`19` for custom task type) and `object_id` (the custom task type ID, matching `custom_item_id` on tasks). Use [Get Custom Task Types](ref:getcustomitems) to resolve IDs to names. Fields without task-type scoping omit `applied_objects`. Workspace-scoped Custom Fields are included when querying a List.

View the Custom Fields you have access to in a specific List.\ \ Custom Fields scoped to specific custom task types include an `applied_objects` array on each field object. Each entry has `object_type` (`19` for custom task type) and `object_id` (the custom task type ID, matching `custom_item_id` on tasks). Use [Get Custom Task Types](ref:getcustomitems) to resolve IDs to names. Fields without task-type scoping omit `applied_objects`. Workspace-scoped Custom Fields are included when querying a List.

认证

需要 Connected Account

Tags

Custom Fields
Get Authorized WorkspacesCLICKUP_GET_AUTHORIZED_TEAMSView the Workspaces available to the authenticated user.

View the Workspaces available to the authenticated user.

认证

需要 Connected Account

Tags

Workspaces
Get Authorized UserCLICKUP_GET_AUTHORIZED_USERView the details of the authenticated user's ClickUp account.

View the details of the authenticated user's ClickUp account.

认证

需要 Connected Account

Tags

Authorization
Get Bulk Tasks' Time in StatusCLICKUP_GET_BULK_TASKS_TIMEIN_STATUSView how long two or more tasks have been in each status. The Total time in Status ClickApp must first be enabled by the Workspace owner or an admin.

View how long two or more tasks have been in each status. The Total time in Status ClickApp must first be enabled by the Workspace owner or an admin.

认证

需要 Connected Account

Tags

Tasks
Get Chat View CommentsCLICKUP_GET_CHAT_VIEW_COMMENTSView comments from a Chat view. \ \ If you do not include the `start` and `start_id` parameters, this endpoint will return the most recent 25 comments.\ \ Use the `start` and `start id` parameters of the oldest comment to retrieve the next 25 comments.

View comments from a Chat view. \ \ If you do not include the `start` and `start_id` parameters, this endpoint will return the most recent 25 comments.\ \ Use the `start` and `start id` parameters of the oldest comment to retrieve the next 25 comments.

认证

需要 Connected Account

Tags

Comments
Get Custom Task TypesCLICKUP_GET_CUSTOM_ITEMSView the custom task types available in a Workspace.

View the custom task types available in a Workspace.

认证

需要 Connected Account

Tags

Custom Task Types
Get Custom RolesCLICKUP_GET_CUSTOM_ROLESView the Custom Roles available in a Workspace.

View the Custom Roles available in a Workspace.

认证

需要 Connected Account

Tags

Roles
Get Filtered Team TasksCLICKUP_GET_FILTERED_TEAM_TASKSView the tasks that meet specific criteria from a Workspace. Responses are limited to 100 tasks per page. \ \ You can only view task information of tasks you can access. \ \ Each task's `custom_fields` array only includes Custom Fields applicable to that task's `custom_item_id`.\ \ Our Try It modal currently supports filtering by two or more Lists, Folders, or Spaces. To filter by a single List, Folder, or Space, we recommend using a free app like [Postman](https://www.postman.com/) to test our public API.

View the tasks that meet specific criteria from a Workspace. Responses are limited to 100 tasks per page. \ \ You can only view task information of tasks you can access. \ \ Each task's `custom_fields` array only includes Custom Fields applicable to that task's `custom_item_id`.\ \ Our Try It modal currently supports filtering by two or more Lists, Folders, or Spaces. To filter by a single List, Folder, or Space, we recommend using a free app like [Postman](https://www.postman.com/) to test our public API.

认证

需要 Connected Account

Tags

Tasks
Get FolderCLICKUP_GET_FOLDERView the Lists within a Folder. If the Folder is a subfolder, the response includes a `parent_folder` field with the parent Folder ID. Use the `include_subfolders` query parameter to include a `folders` array with child subfolder IDs in the response.

View the Lists within a Folder. If the Folder is a subfolder, the response includes a `parent_folder` field with the parent Folder ID. Use the `include_subfolders` query parameter to include a `folders` array with child subfolder IDs in the response.

认证

需要 Connected Account

Tags

Folders
Get Folder Custom FieldsCLICKUP_GET_FOLDER_AVAILABLE_FIELDSView the Custom Fields you have access to in a Folder. Get Folder Custom Fields only returns Custom Fields created at the Folder level. Custom Fields created at the List level are not included.\ \ Custom Fields scoped to specific custom task types include an `applied_objects` array on each field object. Each entry has `object_type` (`19` for custom task type) and `object_id` (the custom task type ID, matching `custom_item_id` on tasks). Use [Get Custom Task Types](ref:getcustomitems) to resolve IDs to names. Fields without task-type scoping omit `applied_objects`. Workspace-scoped Custom Fields are included when querying a Folder.

View the Custom Fields you have access to in a Folder. Get Folder Custom Fields only returns Custom Fields created at the Folder level. Custom Fields created at the List level are not included.\ \ Custom Fields scoped to specific custom task types include an `applied_objects` array on each field object. Each entry has `object_type` (`19` for custom task type) and `object_id` (the custom task type ID, matching `custom_item_id` on tasks). Use [Get Custom Task Types](ref:getcustomitems) to resolve IDs to names. Fields without task-type scoping omit `applied_objects`. Workspace-scoped Custom Fields are included when querying a Folder.

认证

需要 Connected Account

Tags

Custom Fields
Get Folder TemplatesCLICKUP_GET_FOLDER_TEMPLATESView the Folder templates available in a Workspace. Use this endpoint to retrieve Folder template IDs for use with the [Create Folder From Template](#tag/Folders/operation/CreateFolderFromTemplate) endpoint. Template IDs are returned with a `t-` prefix (e.g., `t-7162342`). Pass the full ID including the prefix as the `template_id` path parameter when creating a Folder from a template.

View the Folder templates available in a Workspace. Use this endpoint to retrieve Folder template IDs for use with the [Create Folder From Template](#tag/Folders/operation/CreateFolderFromTemplate) endpoint. Template IDs are returned with a `t-` prefix (e.g., `t-7162342`). Pass the full ID including the prefix as the `template_id` path parameter when creating a Folder from a template.

认证

需要 Connected Account

Tags

Templates
Get Folder ViewsCLICKUP_GET_FOLDER_VIEWSView the task and page views available for a Folder.

View the task and page views available for a Folder.

认证

需要 Connected Account

Tags

Views
Get Folderless ListsCLICKUP_GET_FOLDERLESS_LISTSView the Lists in a Space that aren't located in a Folder.

View the Lists in a Space that aren't located in a Folder.

认证

需要 Connected Account

Tags

Lists
Get FoldersCLICKUP_GET_FOLDERSView the Folders in a Space. Folders that are subfolders include a `parent_folder` field with the parent Folder ID.

View the Folders in a Space. Folders that are subfolders include a `parent_folder` field with the parent Folder ID.

认证

需要 Connected Account

Tags

Folders
Get GoalCLICKUP_GET_GOALView the details of a Goal including its Targets.

View the details of a Goal including its Targets.

认证

需要 Connected Account

Tags

Goals
Get GoalsCLICKUP_GET_GOALSView the Goals available in a Workspace.

View the Goals available in a Workspace.

认证

需要 Connected Account

Tags

Goals
Get GuestCLICKUP_GET_GUESTView information about a guest. \ \ ***Note:** This endpoint is only available to Workspaces on our [Enterprise Plan](https://clickup.com/pricing).*

View information about a guest. \ \ ***Note:** This endpoint is only available to Workspaces on our [Enterprise Plan](https://clickup.com/pricing).*

认证

需要 Connected Account

Tags

Guests
Get ListCLICKUP_GET_LISTView information about a List.

View information about a List.

认证

需要 Connected Account

Tags

Lists
Get List CommentsCLICKUP_GET_LIST_COMMENTSView the comments added to a List. \ \ If you do not include the `start` and `start_id` parameters, this endpoint will return the most recent 25 comments.\ \ Use the `start` and `start id` parameters of the oldest comment to retrieve the next 25 comments.

View the comments added to a List. \ \ If you do not include the `start` and `start_id` parameters, this endpoint will return the most recent 25 comments.\ \ Use the `start` and `start id` parameters of the oldest comment to retrieve the next 25 comments.

认证

需要 Connected Account

Tags

Comments
Get List MembersCLICKUP_GET_LIST_MEMBERSGet Workspace members who have explicit access to a List. Responses do not include people with access through a Team, or people with access from the Folder or Space where the List exists.

Get Workspace members who have explicit access to a List. Responses do not include people with access through a Team, or people with access from the Folder or Space where the List exists.

认证

需要 Connected Account

Tags

Members
Get List TemplatesCLICKUP_GET_LIST_TEMPLATESView the List templates available in a Workspace. Use this endpoint to retrieve List template IDs for use with the [Create List From Template in Folder](#tag/Lists/operation/CreateFolderListFromTemplate) and [Create List From Template in Space](#tag/Lists/operation/CreateSpaceListFromTemplate) endpoints. Template IDs are returned with a `t-` prefix (e.g., `t-15363293`). Pass the full ID including the prefix as the `template_id` path parameter when creating a List from a template.

View the List templates available in a Workspace. Use this endpoint to retrieve List template IDs for use with the [Create List From Template in Folder](#tag/Lists/operation/CreateFolderListFromTemplate) and [Create List From Template in Space](#tag/Lists/operation/CreateSpaceListFromTemplate) endpoints. Template IDs are returned with a `t-` prefix (e.g., `t-15363293`). Pass the full ID including the prefix as the `template_id` path parameter when creating a List from a template.

认证

需要 Connected Account

Tags

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

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

认证

需要 Connected Account

Tags

Views
Get ListsCLICKUP_GET_LISTSView the Lists within a Folder.

View the Lists within a Folder.

认证

需要 Connected Account

Tags

Lists
Get SpaceCLICKUP_GET_SPACEView the Spaces available in a Workspace.

View the Spaces available in a Workspace.

认证

需要 Connected Account

Tags

Spaces
Get Space Custom FieldsCLICKUP_GET_SPACE_AVAILABLE_FIELDSView the Custom Fields you have access to in a specific Space. Get Space Custom Fields only returns Custom Fields created at the Space level. Custom Fields created at the Folder and List level are not included.\ \ Custom Fields scoped to specific custom task types include an `applied_objects` array on each field object. Each entry has `object_type` (`19` for custom task type) and `object_id` (the custom task type ID, matching `custom_item_id` on tasks). Use [Get Custom Task Types](ref:getcustomitems) to resolve IDs to names. Fields without task-type scoping omit `applied_objects`. Workspace-scoped Custom Fields are included when querying a Space.

View the Custom Fields you have access to in a specific Space. Get Space Custom Fields only returns Custom Fields created at the Space level. Custom Fields created at the Folder and List level are not included.\ \ Custom Fields scoped to specific custom task types include an `applied_objects` array on each field object. Each entry has `object_type` (`19` for custom task type) and `object_id` (the custom task type ID, matching `custom_item_id` on tasks). Use [Get Custom Task Types](ref:getcustomitems) to resolve IDs to names. Fields without task-type scoping omit `applied_objects`. Workspace-scoped Custom Fields are included when querying a Space.

认证

需要 Connected Account

Tags

Custom Fields
Get Space TagsCLICKUP_GET_SPACE_TAGSView the task Tags available in a Space.

View the task Tags available in a Space.

认证

需要 Connected Account

Tags

Tags
Get Space ViewsCLICKUP_GET_SPACE_VIEWSView the task and page views available for a Space.

View the task and page views available for a Space.

认证

需要 Connected Account

Tags

Views
Get SpacesCLICKUP_GET_SPACESView the Spaces avialable in a Workspace. You can only get member info in private Spaces.

View the Spaces avialable in a Workspace. You can only get member info in private Spaces.

认证

需要 Connected Account

Tags

Spaces
Get TaskCLICKUP_GET_TASKView information about a task. You can only view task information of tasks you can access. \ \ Tasks with attachments will return an "attachments" response. \ \ Docs attached to a task are not returned.\ \ The `custom_fields` array only includes Custom Fields applicable to the task's `custom_item_id`. Use [Get Custom Fields](ref:getaccessiblecustomfields) and each field's `applied_objects` to discover which fields apply to which task types.

View information about a task. You can only view task information of tasks you can access. \ \ Tasks with attachments will return an "attachments" response. \ \ Docs attached to a task are not returned.\ \ The `custom_fields` array only includes Custom Fields applicable to the task's `custom_item_id`. Use [Get Custom Fields](ref:getaccessiblecustomfields) and each field's `applied_objects` to discover which fields apply to which task types.

认证

需要 Connected Account

Tags

Tasks
Get Task CommentsCLICKUP_GET_TASK_COMMENTSView task comments. \ \ Retrieve comments from a task. Results are returned in reverse chronological order (newest to oldest). By default, the request returns the 25 most recent comments.\ \ [Pagination](https://developer.clickup.com/docs/task-comments-pagination): To fetch the next page of history (older comments), you must use the `start` and `start_id` parameters together, using the data from the last comment of the current response.

View task comments. \ \ Retrieve comments from a task. Results are returned in reverse chronological order (newest to oldest). By default, the request returns the 25 most recent comments.\ \ [Pagination](https://developer.clickup.com/docs/task-comments-pagination): To fetch the next page of history (older comments), you must use the `start` and `start_id` parameters together, using the data from the last comment of the current response.

认证

需要 Connected Account

Tags

Comments
Get Task MembersCLICKUP_GET_TASK_MEMBERSGet Workspace members who have explicit access to a task. Responses do not include people with access through a Team, or people with access from the List, Folder, or Space where the task exists.

Get Workspace members who have explicit access to a task. Responses do not include people with access through a Team, or people with access from the List, Folder, or Space where the task exists.

认证

需要 Connected Account

Tags

Members
Get Task's Time in StatusCLICKUP_GET_TASK_S_TIMEIN_STATUSView how long a task has been in each status. The Total time in Status ClickApp must first be enabled by the Workspace owner or an admin.

View how long a task has been in each status. The Total time in Status ClickApp must first be enabled by the Workspace owner or an admin.

认证

需要 Connected Account

Tags

Tasks
Get Task TemplatesCLICKUP_GET_TASK_TEMPLATESView the task templates available in a Workspace.

View the task templates available in a Workspace.

认证

需要 Connected Account

Tags

Templates
Get TasksCLICKUP_GET_TASKSView the tasks in a List. Responses are limited to 100 tasks per page. You can only view task information of tasks you can access. \ \ This endpoint only includes tasks where the specified `list_id` is their home List. Tasks added to the `list_id` with a different home List are not included in the response by default. To include tasks that exist in multiple lists, use the `include_timl` parameter. \ \ The `time_spent` field displays time tracked in milliseconds, and is only included in the response for tasks with time entries.\ \ Each task's `custom_fields` array only includes Custom Fields applicable to that task's `custom_item_id`.

View the tasks in a List. Responses are limited to 100 tasks per page. You can only view task information of tasks you can access. \ \ This endpoint only includes tasks where the specified `list_id` is their home List. Tasks added to the `list_id` with a different home List are not included in the response by default. To include tasks that exist in multiple lists, use the `include_timl` parameter. \ \ The `time_spent` field displays time tracked in milliseconds, and is only included in the response for tasks with time entries.\ \ Each task's `custom_fields` array only includes Custom Fields applicable to that task's `custom_item_id`.

认证

需要 Connected Account

Tags

Tasks
Get Workspace Custom FieldsCLICKUP_GET_TEAM_AVAILABLE_FIELDSView the Custom Fields you have access to in a specific Workspace. Get Workspace Custom Fields only returns Custom Fields created at the Workspace level. Custom Fields created at the Space, Folder, and List level are not included.\ \ Custom Fields scoped to specific custom task types include an `applied_objects` array on each field object. Each entry has `object_type` (`19` for custom task type) and `object_id` (the custom task type ID, matching `custom_item_id` on tasks). Use [Get Custom Task Types](ref:getcustomitems) to resolve IDs to names. Fields without task-type scoping omit `applied_objects`.

View the Custom Fields you have access to in a specific Workspace. Get Workspace Custom Fields only returns Custom Fields created at the Workspace level. Custom Fields created at the Space, Folder, and List level are not included.\ \ Custom Fields scoped to specific custom task types include an `applied_objects` array on each field object. Each entry has `object_type` (`19` for custom task type) and `object_id` (the custom task type ID, matching `custom_item_id` on tasks). Use [Get Custom Task Types](ref:getcustomitems) to resolve IDs to names. Fields without task-type scoping omit `applied_objects`.

认证

需要 Connected Account

Tags

Custom Fields
Get Workspace (Everything level) ViewsCLICKUP_GET_TEAM_VIEWSView the task and page views available at the Everything Level of a Workspace.

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

认证

需要 Connected Account

Tags

Views
Get GroupsCLICKUP_GET_TEAMS1This endpoint is used to view [User Groups](https://docs.clickup.com/en/articles/4010016-teams-how-to-create-user-groups) in your Workspace.\ \ In our API documentation, `team_id` refers to the ID of a Workspace, and `group_id` refers to the ID of a User Group.

This endpoint is used to view [User Groups](https://docs.clickup.com/en/articles/4010016-teams-how-to-create-user-groups) in your Workspace.\ \ In our API documentation, `team_id` refers to the ID of a Workspace, and `group_id` refers to the ID of a User Group.

认证

需要 Connected Account

Tags

User Groups
Get Threaded CommentsCLICKUP_GET_THREADED_COMMENTSView threaded comments. The parent comment is not included in the response.

View threaded comments. The parent comment is not included in the response.

认证

需要 Connected Account

Tags

Comments
Get UserCLICKUP_GET_USERView information about a user in a Workspace. \ \ ***Note:** This endpoint is only available to Workspaces on our [Enterprise Plan](https://clickup.com/pricing).*

View information about a user in a Workspace. \ \ ***Note:** This endpoint is only available to Workspaces on our [Enterprise Plan](https://clickup.com/pricing).*

认证

需要 Connected Account

Tags

Users
Get ViewCLICKUP_GET_VIEWView information about a specific task or page view. The information returned about a view varies by the type of view.

View information about a specific task or page view. The information returned about a view varies by the type of view.

认证

需要 Connected Account

Tags

Views
Get View TasksCLICKUP_GET_VIEW_TASKSSee all visible tasks in a view in ClickUp.

See all visible tasks in a view in ClickUp.

认证

需要 Connected Account

Tags

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

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

认证

需要 Connected Account

Tags

Webhooks
Get Workspace PlanCLICKUP_GET_WORKSPACEPLANView the current [Plan](https://clickup.com/pricing) for the specified Workspace.

View the current [Plan](https://clickup.com/pricing) for the specified Workspace.

认证

需要 Connected Account

Tags

Workspaces
Get Workspace seatsCLICKUP_GET_WORKSPACESEATSView the used, total, and available member and guest seats for a Workspace.

View the used, total, and available member and guest seats for a Workspace.

认证

需要 Connected Account

Tags

Workspaces
Get all tags from time entriesCLICKUP_GETALLTAGSFROMTIMEENTRIESView all the labels that have been applied to time entries in a Workspace.

View all the labels that have been applied to time entries in a Workspace.

认证

需要 Connected Account

Tags

Time Tracking
Get running time entryCLICKUP_GETRUNNINGTIMEENTRYView a time entry that's currently tracking time for the authenticated user. \ \ ***Note:** A time entry that has a negative duration means that timer is currently running for that user.*

View a time entry that's currently tracking time for the authenticated user. \ \ ***Note:** A time entry that has a negative duration means that timer is currently running for that user.*

认证

需要 Connected Account

Tags

Time Tracking
Get singular time entryCLICKUP_GETSINGULARTIMEENTRYView a single time entry. \ \ ***Note:** A time entry that has a negative duration means that timer is currently running for that user.*

View a single time entry. \ \ ***Note:** A time entry that has a negative duration means that timer is currently running for that user.*

认证

需要 Connected Account

Tags

Time Tracking
Get time entries within a date rangeCLICKUP_GETTIMEENTRIESWITHINADATERANGEView time entries filtered by start and end date. \ \ By default, this endpoint returns time entries from the last 30 days created by the authenticated user. \ \ To retrieve time entries for other users, you must include the `assignee` query parameter. \ \ Only one of the following location filters can be included at a time: `space_id`, `folder_id`, `list_id`, or `task_id`. \ \ ***Note:** A time entry that has a negative duration means that timer is currently running for that user.*

View time entries filtered by start and end date. \ \ By default, this endpoint returns time entries from the last 30 days created by the authenticated user. \ \ To retrieve time entries for other users, you must include the `assignee` query parameter. \ \ Only one of the following location filters can be included at a time: `space_id`, `folder_id`, `list_id`, or `task_id`. \ \ ***Note:** A time entry that has a negative duration means that timer is currently running for that user.*

认证

需要 Connected Account

Tags

Time Tracking
Get time entry historyCLICKUP_GETTIMEENTRYHISTORYView a list of changes made to a time entry.

View a list of changes made to a time entry.

认证

需要 Connected Account

Tags

Time Tracking
Get tracked timeCLICKUP_GETTRACKEDTIME***Note:** This is a legacy time tracking endpoint. We recommend using the Time Tracking API endpoints to manage time entries.*

***Note:** This is a legacy time tracking endpoint. We recommend using the Time Tracking API endpoints to manage time entries.*

认证

需要 Connected Account

Tags

Time Tracking (Legacy)
Invite Guest To WorkspaceCLICKUP_INVITE_GUEST_TO_WORKSPACEInvite a guest to join a Workspace. To invite a member to your Workspace, use the [Invite User to Workspace](ref:inviteusertoworkspace) endpoint. \ \ You'll also need to grant the guest access to specific items using the following endpoints: [Add Guest to Folder](ref:addguesttofolder), [Add Guest to List](ref:addguesttolist), or [Add Guest to Task](ref:addguesttotask). \ \ ***Note:** This endpoint is only available to Workspaces on our [Enterprise Plan](https://clickup.com/pricing).*

Invite a guest to join a Workspace. To invite a member to your Workspace, use the [Invite User to Workspace](ref:inviteusertoworkspace) endpoint. \ \ You'll also need to grant the guest access to specific items using the following endpoints: [Add Guest to Folder](ref:addguesttofolder), [Add Guest to List](ref:addguesttolist), or [Add Guest to Task](ref:addguesttotask). \ \ ***Note:** This endpoint is only available to Workspaces on our [Enterprise Plan](https://clickup.com/pricing).*

认证

需要 Connected Account

Tags

Guests
Invite User To WorkspaceCLICKUP_INVITE_USER_TO_WORKSPACEInvite someone to join your Workspace as a member. To invite someone as a guest, use the [Invite Guest](ref:inviteguesttoworkspace) endpoint.\ \ ***Note:** This endpoint is only available to Workspaces on our [Enterprise Plan](https://clickup.com/pricing).*

Invite someone to join your Workspace as a member. To invite someone as a guest, use the [Invite Guest](ref:inviteguesttoworkspace) endpoint.\ \ ***Note:** This endpoint is only available to Workspaces on our [Enterprise Plan](https://clickup.com/pricing).*

认证

需要 Connected Account

Tags

Users
Merge TasksCLICKUP_MERGE_TASKSMerge multiple tasks into a target task. The target task is specified by the task_id parameter, while the source tasks to be merged are provided in the request body. Custom Task IDs are not supported.

Merge multiple tasks into a target task. The target task is specified by the task_id parameter, while the source tasks to be merged are provided in the request body. Custom Task IDs are not supported.

认证

需要 Connected Account

Tags

Tasks
Remove Custom Field ValueCLICKUP_REMOVE_CUSTOM_FIELD_VALUERemove the data from a Custom Field on a task. This does not delete the option from the Custom Field.

Remove the data from a Custom Field on a task. This does not delete the option from the Custom Field.

认证

需要 Connected Account

Tags

Custom Fields
Remove Guest From FolderCLICKUP_REMOVE_GUEST_FROM_FOLDERRevoke a guest's access to a Folder. \ \ ***Note:** This endpoint is only available to Workspaces on our [Enterprise Plan](https://clickup.com/pricing).*

Revoke a guest's access to a Folder. \ \ ***Note:** This endpoint is only available to Workspaces on our [Enterprise Plan](https://clickup.com/pricing).*

认证

需要 Connected Account

Tags

Guests
Remove Guest From ListCLICKUP_REMOVE_GUEST_FROM_LISTRevoke a guest's access to a List.\ \ ***Note:** This endpoint is only available to Workspaces on our [Enterprise Plan](https://clickup.com/pricing).*

Revoke a guest's access to a List.\ \ ***Note:** This endpoint is only available to Workspaces on our [Enterprise Plan](https://clickup.com/pricing).*

认证

需要 Connected Account

Tags

Guests
Remove Guest From TaskCLICKUP_REMOVE_GUEST_FROM_TASKRevoke a guest's access to a task. \ \ ***Note:** This endpoint is only available to Workspaces on our [Enterprise Plan](https://clickup.com/pricing).*

Revoke a guest's access to a task. \ \ ***Note:** This endpoint is only available to Workspaces on our [Enterprise Plan](https://clickup.com/pricing).*

认证

需要 Connected Account

Tags

Guests
Remove Guest From WorkspaceCLICKUP_REMOVE_GUEST_FROM_WORKSPACERevoke a guest's access to a Workspace. \ \ ***Note:** This endpoint is only available to Workspaces on our [Enterprise Plan](https://clickup.com/pricing).*

Revoke a guest's access to a Workspace. \ \ ***Note:** This endpoint is only available to Workspaces on our [Enterprise Plan](https://clickup.com/pricing).*

认证

需要 Connected Account

Tags

Guests
Remove Tag From TaskCLICKUP_REMOVE_TAG_FROM_TASKRemove a Tag from a task. This does not delete the Tag from the Space.

Remove a Tag from a task. This does not delete the Tag from the Space.

认证

需要 Connected Account

Tags

Tags
Remove Task From ListCLICKUP_REMOVE_TASK_FROM_LISTRemove a task from an additional List. You can't remove a task from its home List. \ \ ***Note:** This endpoint requires the [Tasks in Multiple List ClickApp](https://help.clickup.com/hc/en-us/articles/6309958824727-Tasks-in-Multiple-Lists) to be enabled.*

Remove a task from an additional List. You can't remove a task from its home List. \ \ ***Note:** This endpoint requires the [Tasks in Multiple List ClickApp](https://help.clickup.com/hc/en-us/articles/6309958824727-Tasks-in-Multiple-Lists) to be enabled.*

认证

需要 Connected Account

Tags

Lists
Remove User From WorkspaceCLICKUP_REMOVE_USER_FROM_WORKSPACEDeactivate a user from a Workspace. \ \ ***Note:** This endpoint is only available to Workspaces on our [Enterprise Plan](https://clickup.com/pricing).*

Deactivate a user from a Workspace. \ \ ***Note:** This endpoint is only available to Workspaces on our [Enterprise Plan](https://clickup.com/pricing).*

认证

需要 Connected Account

Tags

Users
Remove tags from time entriesCLICKUP_REMOVETAGSFROMTIMEENTRIESRemove labels from time entries. This does not remove the label from a Workspace.

Remove labels from time entries. This does not remove the label from a Workspace.

认证

需要 Connected Account

Tags

Time Tracking
Set Custom Field ValueCLICKUP_SET_CUSTOM_FIELD_VALUEAdd data to a Custom field on a task. \ \ You'll need to know the `task_id` of the task you want to update, and the universal unique identifier (UUID) `field_id` of the Custom Field you want to set. \ \ The Custom Field must be applicable to the task's current `custom_item_id`. Use [Get Custom Fields](ref:getaccessiblecustomfields) (check each field's `applied_objects`) or [Get Task](ref:gettask) to find applicable `field_id` values.\ \ Returns `400` if the field is not enabled for the task's custom task type.

Add data to a Custom field on a task. \ \ You'll need to know the `task_id` of the task you want to update, and the universal unique identifier (UUID) `field_id` of the Custom Field you want to set. \ \ The Custom Field must be applicable to the task's current `custom_item_id`. Use [Get Custom Fields](ref:getaccessiblecustomfields) (check each field's `applied_objects`) or [Get Task](ref:gettask) to find applicable `field_id` values.\ \ Returns `400` if the field is not enabled for the task's custom task type.

认证

需要 Connected Account

Tags

Custom Fields
Shared HierarchyCLICKUP_SHARED_HIERARCHYView the tasks, Lists, and Folders that have been shared with the authenticated user.

View the tasks, Lists, and Folders that have been shared with the authenticated user.

认证

需要 Connected Account

Tags

Shared Hierarchy
Start a time EntryCLICKUP_STARTATIME_ENTRYStart a timer for the authenticated user.

Start a timer for the authenticated user.

认证

需要 Connected Account

Tags

Time Tracking
Stop a time EntryCLICKUP_STOPATIME_ENTRYStop a timer that's currently running for the authenticated user.

Stop a timer that's currently running for the authenticated user.

认证

需要 Connected Account

Tags

Time Tracking
Track timeCLICKUP_TRACKTIME***Note:** This is a legacy time tracking endpoint. We recommend using the Time Tracking API endpoints to manage time entries.*

***Note:** This is a legacy time tracking endpoint. We recommend using the Time Tracking API endpoints to manage time entries.*

认证

需要 Connected Account

Tags

Time Tracking (Legacy)
Update CommentCLICKUP_UPDATE_COMMENTReplace the content of a task commment, assign a comment, and mark a comment as resolved.

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

认证

需要 Connected Account

Tags

Comments
Update FolderCLICKUP_UPDATE_FOLDERRename a Folder.

Rename a Folder.

认证

需要 Connected Account

Tags

Folders
Update GoalCLICKUP_UPDATE_GOALRename a Goal, set the due date, replace the description, add or remove owners, and set the Goal color.

Rename a Goal, set the due date, replace the description, add or remove owners, and set the Goal color.

认证

需要 Connected Account

Tags

Goals
Update ListCLICKUP_UPDATE_LISTRename a List, update the List Info description, set a due date/time, set the List's priority, set an assignee, set or remove the List color.

Rename a List, update the List Info description, set a due date/time, set the List's priority, set an assignee, set or remove the List color.

认证

需要 Connected Account

Tags

Lists
Update SpaceCLICKUP_UPDATE_SPACERename, set the Space color, and enable ClickApps for a Space.

Rename, set the Space color, and enable ClickApps for a Space.

认证

需要 Connected Account

Tags

Spaces
Update TaskCLICKUP_UPDATE_TASKUpdate a task by including one or more fields in the request body.

Update a task by including one or more fields in the request body.

认证

需要 Connected Account

Tags

Tasks
Update GroupCLICKUP_UPDATE_TEAMThis endpoint is used to manage [User Groups](https://docs.clickup.com/en/articles/4010016-teams-how-to-create-user-groups), which are groups of users within your Workspace.\ \ In our API, `team_id` in the path refers to the Workspace ID, and `group_id` refers to the ID of a User Group.\ \ **Note:** Adding a guest with view-only permissions to a User Group automatically converts them to a paid guest.\ \ If you don't have any paid guest seats available, a new member seat is automatically added to increase the number of paid guest seats.\ \ This incurs a prorated charge based on your billing cycle.

This endpoint is used to manage [User Groups](https://docs.clickup.com/en/articles/4010016-teams-how-to-create-user-groups), which are groups of users within your Workspace.\ \ In our API, `team_id` in the path refers to the Workspace ID, and `group_id` refers to the ID of a User Group.\ \ **Note:** Adding a guest with view-only permissions to a User Group automatically converts them to a paid guest.\ \ If you don't have any paid guest seats available, a new member seat is automatically added to increase the number of paid guest seats.\ \ This incurs a prorated charge based on your billing cycle.

认证

需要 Connected Account

Tags

User Groups
Update ViewCLICKUP_UPDATE_VIEWRename a view, update the grouping, sorting, filters, columns, and settings of a view.

Rename a view, update the grouping, sorting, filters, columns, and settings of a view.

认证

需要 Connected Account

Tags

Views
Update WebhookCLICKUP_UPDATE_WEBHOOKUpdate a webhook to change the events to be monitored.

Update a webhook to change the events to be monitored.

认证

需要 Connected Account

Tags

Webhooks
Update a time EntryCLICKUP_UPDATEATIME_ENTRYUpdate the details of a time entry.

Update the details of a time entry.

认证

需要 Connected Account

Tags

Time Tracking