Trello
Use Trello REST API to manage boards, lists, cards, checklists, members, organizations, labels, actions, and webhooks.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| Basic Auth | basic | available | — |
调用示例
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: "TRELLO_APPLICATIONS_KEY_COMPLIANCE", 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("TRELLO_APPLICATIONS_KEY_COMPLIANCE", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute TRELLO_APPLICATIONS_KEY_COMPLIANCE --data '{ }'Tool 目录
可用 Tools
261 个可调用操作
Get Application's compliance dataTRELLO_APPLICATIONS_KEY_COMPLIANCEGet Application's compliance data需要连接
Get Application's compliance data
认证
需要 Connected AccountTags
Get Checklists on a BoardTRELLO_BOARDS_ID_CHECKLISTSGet all of the checklists on a Board.需要连接
Get all of the checklists on a Board.
认证
需要 Connected AccountTags
Remove Member from BoardTRELLO_BOARDSIDMEMBERSIDMEMBERRemove Member from Board需要连接
Remove Member from Board
认证
需要 Connected AccountTags
Add Member vote to CardTRELLO_CARDSIDMEMBERSVOTED_1Vote on the card for a given member.需要连接
Vote on the card for a given member.
认证
需要 Connected AccountTags
Delete an ActionTRELLO_DELETE_ACTIONS_IDDelete a specific action. Only comment actions can be deleted.需要连接
Delete a specific action. Only comment actions can be deleted.
认证
需要 Connected AccountTags
Delete Action's ReactionTRELLO_DELETE_ACTIONS_IDACTION_REACTIONS_IDDeletes a reaction需要连接
Deletes a reaction
认证
需要 Connected AccountTags
Delete a BoardTRELLO_DELETE_BOARDS_IDDelete a board.需要连接
Delete a board.
认证
需要 Connected AccountTags
Disable a Power-Up on a BoardTRELLO_DELETE_BOARDS_ID_BOARDPLUGINSDisable a Power-Up on a board需要连接
Disable a Power-Up on a board
认证
需要 Connected AccountTags
Delete an Export for a BoardTRELLO_DELETE_BOARDS_ID_EXPORTS_IDEXPORTSoft-delete a board export需要连接
Soft-delete a board export
认证
需要 Connected AccountTags
Delete a CardTRELLO_DELETE_CARDS_IDDelete a Card需要连接
Delete a Card
认证
需要 Connected AccountTags
Delete a comment on a CardTRELLO_DELETE_CARDS_ID_ACTIONS_ID_COMMENTSDelete a comment需要连接
Delete a comment
认证
需要 Connected AccountTags
Delete checkItem on a CardTRELLO_DELETE_CARDS_ID_CHECKITEM_IDCHECKITEMDelete a checklist item需要连接
Delete a checklist item
认证
需要 Connected AccountTags
Delete a Checklist on a CardTRELLO_DELETE_CARDS_ID_CHECKLISTS_IDCHECKLISTDelete a checklist from a card需要连接
Delete a checklist from a card
认证
需要 Connected AccountTags
Remove a Label from a CardTRELLO_DELETE_CARDS_ID_IDLABELS_IDLABELRemove a label from a card需要连接
Remove a label from a card
认证
需要 Connected AccountTags
Remove a Member's Vote on a CardTRELLO_DELETE_CARDS_ID_MEMBERSVOTED_IDMEMBERRemove a member's vote from a card需要连接
Remove a member's vote from a card
认证
需要 Connected AccountTags
Delete a Sticker on a CardTRELLO_DELETE_CARDS_ID_STICKERS_IDSTICKERRemove a sticker from the card需要连接
Remove a sticker from the card
认证
需要 Connected AccountTags
Delete a ChecklistTRELLO_DELETE_CHECKLISTS_IDDelete a checklist需要连接
Delete a checklist
认证
需要 Connected AccountTags
Delete Checkitem from ChecklistTRELLO_DELETE_CHECKLISTS_ID_CHECKITEMS_IDCHECKITEMRemove an item from a checklist需要连接
Remove an item from a checklist
认证
需要 Connected AccountTags
Delete a Custom Field definitionTRELLO_DELETE_CUSTOMFIELDS_IDDelete a Custom Field from a board.需要连接
Delete a Custom Field from a board.
认证
需要 Connected AccountTags
Delete Option of Custom Field dropdownTRELLO_DELETE_CUSTOMFIELDS_OPTIONS_IDCUSTOMFIELDOPTIONDelete an option from a Custom Field dropdown.需要连接
Delete an option from a Custom Field dropdown.
认证
需要 Connected AccountTags
Delete an Organization from an Enterprise.TRELLO_DELETE_ENTERPRISES_ID_ORGANIZATIONS_IDORGRemove an organization from an enterprise.需要连接
Remove an organization from an enterprise.
认证
需要 Connected AccountTags
Remove a Member from a CardTRELLO_DELETE_ID_IDMEMBERS_IDMEMBERRemove a member from a card需要连接
Remove a member from a card
认证
需要 Connected AccountTags
Delete a LabelTRELLO_DELETE_LABELS_IDDelete a label by ID.需要连接
Delete a label by ID.
认证
需要 Connected AccountTags
Delete a Member's custom Board backgroundTRELLO_DELETE_MEMBERS_ID_BOARDBACKGROUNDS_IDBACKGROUNDDelete a board background需要连接
Delete a board background
认证
需要 Connected AccountTags
Delete Star for BoardTRELLO_DELETE_MEMBERS_ID_BOARDSTARS_IDSTARUnstar a board需要连接
Unstar a board
认证
需要 Connected AccountTags
Delete custom Board Background of MemberTRELLO_DELETE_MEMBERS_ID_CUSTOMBOARDBACKGROUNDS_IDBACKGROUNDDelete a specific custom board background需要连接
Delete a specific custom board background
认证
需要 Connected AccountTags
Delete a Member's custom StickerTRELLO_DELETE_MEMBERS_ID_CUSTOMSTICKERS_IDSTICKERDelete a Member's custom Sticker需要连接
Delete a Member's custom Sticker
认证
需要 Connected AccountTags
Delete a saved searchTRELLO_DELETE_MEMBERS_ID_SAVEDSEARCHES_IDSEARCHDelete a saved search需要连接
Delete a saved search
认证
需要 Connected AccountTags
Delete an OrganizationTRELLO_DELETE_ORGANIZATIONS_IDDelete an Organization需要连接
Delete an Organization
认证
需要 Connected AccountTags
Delete Logo for OrganizationTRELLO_DELETE_ORGANIZATIONS_ID_LOGODelete a the logo from a Workspace需要连接
Delete a the logo from a Workspace
认证
需要 Connected AccountTags
Remove a Member from an OrganizationTRELLO_DELETE_ORGANIZATIONS_ID_MEMBERSRemove a member from a Workspace需要连接
Remove a member from a Workspace
认证
需要 Connected AccountTags
Remove the associated Google Apps domain from a WorkspaceTRELLO_DELETE_ORGANIZATIONS_ID_PREFS_ASSOCIATEDDOMAINRemove the associated Google Apps domain from a Workspace需要连接
Remove the associated Google Apps domain from a Workspace
认证
需要 Connected AccountTags
Delete the email domain restriction on who can be invited to the WorkspaceTRELLO_DELETE_ORGANIZATIONS_ID_PREFS_ORGINVITERESTRICTRemove the email domain restriction on who can be invited to the Workspace需要连接
Remove the email domain restriction on who can be invited to the Workspace
认证
需要 Connected AccountTags
Delete an Organization's TagTRELLO_DELETE_ORGANIZATIONS_ID_TAGS_IDTAGDelete an organization's tag需要连接
Delete an organization's tag
认证
需要 Connected AccountTags
Delete a TokenTRELLO_DELETE_TOKENDelete a token.需要连接
Delete a token.
认证
需要 Connected AccountTags
Delete a Webhook created by TokenTRELLO_DELETE_TOKENS_TOKEN_WEBHOOKS_IDWEBHOOKDelete a webhook created with given token.需要连接
Delete a webhook created with given token.
认证
需要 Connected AccountTags
Delete a WebhookTRELLO_DELETE_WEBHOOKS_IDDelete a webhook by ID.需要连接
Delete a webhook by ID.
认证
需要 Connected AccountTags
Delete an Attachment on a CardTRELLO_DELETED_CARDS_ID_ATTACHMENTS_IDATTACHMENTDelete an Attachment需要连接
Delete an Attachment
认证
需要 Connected AccountTags
List available EmojiTRELLO_EMOJIList available Emoji需要连接
List available Emoji
认证
需要 Connected AccountTags
Deactivate a Member of an Enterprise.TRELLO_ENTERPRISES_ID_MEMBERS_ID_MEMBER_DEACTIVATEDDeactivate a Member of an Enterprise. NOTE: Deactivation is not possible for enterprises that have opted in to user management via AdminHub.需要连接
Deactivate a Member of an Enterprise. NOTE: Deactivation is not possible for enterprises that have opted in to user management via AdminHub.
认证
需要 Connected AccountTags
Remove a Member as admin from Enterprise.TRELLO_ENTERPRISES_ID_ORGANIZATIONS_IDMEMBERRemove a member as admin from an enterprise. NOTE: This endpoint is not available to enterprises that have opted in to user management via AdminHub.需要连接
Remove a member as admin from an enterprise. NOTE: This endpoint is not available to enterprises that have opted in to user management via AdminHub.
认证
需要 Connected AccountTags
Get an ActionTRELLO_GET_ACTIONS_IDGet an Action需要连接
Get an Action
认证
需要 Connected AccountTags
Get the Board for an ActionTRELLO_GET_ACTIONS_ID_BOARDGet the Board for an Action需要连接
Get the Board for an Action
认证
需要 Connected AccountTags
Get the Card for an ActionTRELLO_GET_ACTIONS_ID_CARDGet the card for an action需要连接
Get the card for an action
认证
需要 Connected AccountTags
Get a specific field on an ActionTRELLO_GET_ACTIONS_ID_FIELDGet a specific property of an action需要连接
Get a specific property of an action
认证
需要 Connected AccountTags
Get the List for an ActionTRELLO_GET_ACTIONS_ID_LISTGet the List for an Action需要连接
Get the List for an Action
认证
需要 Connected AccountTags
Get the Member of an ActionTRELLO_GET_ACTIONS_ID_MEMBERGets the member of an action (not the creator)需要连接
Gets the member of an action (not the creator)
认证
需要 Connected AccountTags
Get the Member Creator of an ActionTRELLO_GET_ACTIONS_ID_MEMBERCREATORGet the Member who created the Action需要连接
Get the Member who created the Action
认证
需要 Connected AccountTags
Get the Organization of an ActionTRELLO_GET_ACTIONS_ID_ORGANIZATIONGet the Organization of an Action需要连接
Get the Organization of an Action
认证
需要 Connected AccountTags
Get Action's ReactionsTRELLO_GET_ACTIONS_IDACTION_REACTIONSList reactions for an action需要连接
List reactions for an action
认证
需要 Connected AccountTags
Get Action's ReactionTRELLO_GET_ACTIONS_IDACTION_REACTIONS_IDGet information for a reaction需要连接
Get information for a reaction
认证
需要 Connected AccountTags
List Action's summary of ReactionsTRELLO_GET_ACTIONS_IDACTION_REACTIONSUMMARYList a summary of all reactions for an action需要连接
List a summary of all reactions for an action
认证
需要 Connected AccountTags
Batch RequestsTRELLO_GET_BATCHMake up to 10 GET requests in a single, batched API call.需要连接
Make up to 10 GET requests in a single, batched API call.
认证
需要 Connected AccountTags
Get Power-Ups on a BoardTRELLO_GET_BOARD_ID_PLUGINSList the Power-Ups on a board需要连接
List the Power-Ups on a board
认证
需要 Connected AccountTags
Get a BoardTRELLO_GET_BOARDS_IDRequest a single board.需要连接
Request a single board.
认证
需要 Connected AccountTags
Get Actions of a BoardTRELLO_GET_BOARDS_ID_ACTIONSGet all of the actions of a Board. See [Nested Resources](/cloud/trello/guides/rest-api/nested-resources/) for more information.需要连接
Get all of the actions of a Board. See [Nested Resources](/cloud/trello/guides/rest-api/nested-resources/) for more information.
认证
需要 Connected AccountTags
Get Enabled Power-Ups on BoardTRELLO_GET_BOARDS_ID_BOARDPLUGINSGet the enabled Power-Ups on a board需要连接
Get the enabled Power-Ups on a board
认证
需要 Connected AccountTags
Get boardStars on a BoardTRELLO_GET_BOARDS_ID_BOARDSTARSGet boardStars on a Board需要连接
Get boardStars on a Board
认证
需要 Connected AccountTags
Get Cards on a BoardTRELLO_GET_BOARDS_ID_CARDSGet all of the open Cards on a Board. See [Nested Resources](/cloud/trello/guides/rest-api/nested-resources/) for more information.需要连接
Get all of the open Cards on a Board. See [Nested Resources](/cloud/trello/guides/rest-api/nested-resources/) for more information.
认证
需要 Connected AccountTags
Get filtered Cards on a BoardTRELLO_GET_BOARDS_ID_CARDS_FILTERGet the Cards on a Board that match a given filter. See [Nested Resources](/cloud/trello/guides/rest-api/nested-resources/) for more information.需要连接
Get the Cards on a Board that match a given filter. See [Nested Resources](/cloud/trello/guides/rest-api/nested-resources/) for more information.
认证
需要 Connected AccountTags
Get Custom Fields for BoardTRELLO_GET_BOARDS_ID_CUSTOMFIELDSGet the Custom Field Definitions that exist on a board.需要连接
Get the Custom Field Definitions that exist on a board.
认证
需要 Connected AccountTags
Get an Export for a BoardTRELLO_GET_BOARDS_ID_EXPORTS_IDEXPORTGet the status of a board export需要连接
Get the status of a board export
认证
需要 Connected AccountTags
Download an Export for a BoardTRELLO_GET_BOARDS_ID_EXPORTS_IDEXPORT_DOWNLOADDownload the exported file. Redirects to the file location if the export is ready, or errors if it is not.需要连接
Download the exported file. Redirects to the file location if the export is ready, or errors if it is not.
认证
需要 Connected AccountTags
Get a Board's Most Recent ExportTRELLO_GET_BOARDS_ID_EXPORTS_MOSTRECENTGet the most recent successful export for a board需要连接
Get the most recent successful export for a board
认证
需要 Connected AccountTags
Get a field on a BoardTRELLO_GET_BOARDS_ID_FIELDGet a single, specific field on a board需要连接
Get a single, specific field on a board
认证
需要 Connected AccountTags
Get Labels on a BoardTRELLO_GET_BOARDS_ID_LABELSGet all of the Labels on a Board.需要连接
Get all of the Labels on a Board.
认证
需要 Connected AccountTags
Get Lists on a BoardTRELLO_GET_BOARDS_ID_LISTSGet the Lists on a Board需要连接
Get the Lists on a Board
认证
需要 Connected AccountTags
Get filtered Lists on a BoardTRELLO_GET_BOARDS_ID_LISTS_FILTERGet filtered Lists on a Board需要连接
Get filtered Lists on a Board
认证
需要 Connected AccountTags
Get the Members of a BoardTRELLO_GET_BOARDS_ID_MEMBERSGet the Members for a board需要连接
Get the Members for a board
认证
需要 Connected AccountTags
Get Memberships of a BoardTRELLO_GET_BOARDS_ID_MEMBERSHIPSGet information about the memberships users have to the board.需要连接
Get information about the memberships users have to the board.
认证
需要 Connected AccountTags
Get a CardTRELLO_GET_CARDS_IDGet a card by its ID需要连接
Get a card by its ID
认证
需要 Connected AccountTags
Get Actions on a CardTRELLO_GET_CARDS_ID_ACTIONSList the Actions on a Card. See [Nested Resources](/cloud/trello/guides/rest-api/nested-resources/) for more information.需要连接
List the Actions on a Card. See [Nested Resources](/cloud/trello/guides/rest-api/nested-resources/) for more information.
认证
需要 Connected AccountTags
Get Attachments on a CardTRELLO_GET_CARDS_ID_ATTACHMENTSList the attachments on a card需要连接
List the attachments on a card
认证
需要 Connected AccountTags
Get an Attachment on a CardTRELLO_GET_CARDS_ID_ATTACHMENTS_IDATTACHMENTGet a specific Attachment on a Card.需要连接
Get a specific Attachment on a Card.
认证
需要 Connected AccountTags
Get the Board the Card is onTRELLO_GET_CARDS_ID_BOARDGet the board a card is on需要连接
Get the board a card is on
认证
需要 Connected AccountTags
Get checkItem on a CardTRELLO_GET_CARDS_ID_CHECKITEM_IDCHECKITEMGet a specific checkItem on a card需要连接
Get a specific checkItem on a card
认证
需要 Connected AccountTags
Get checkItems on a CardTRELLO_GET_CARDS_ID_CHECKITEMSTATESGet the completed checklist items on a card需要连接
Get the completed checklist items on a card
认证
需要 Connected AccountTags
Get Checklists on a CardTRELLO_GET_CARDS_ID_CHECKLISTSGet the checklists on a card需要连接
Get the checklists on a card
认证
需要 Connected AccountTags
Get Custom Field Items for a CardTRELLO_GET_CARDS_ID_CUSTOMFIELDITEMSGet the custom field items for a card.需要连接
Get the custom field items for a card.
认证
需要 Connected AccountTags
Get a field on a CardTRELLO_GET_CARDS_ID_FIELDGet a specific property of a card需要连接
Get a specific property of a card
认证
需要 Connected AccountTags
Get the List of a CardTRELLO_GET_CARDS_ID_LISTGet the list a card is in需要连接
Get the list a card is in
认证
需要 Connected AccountTags
Get the Members of a CardTRELLO_GET_CARDS_ID_MEMBERSGet the members on a card需要连接
Get the members on a card
认证
需要 Connected AccountTags
Get Members who have voted on a CardTRELLO_GET_CARDS_ID_MEMBERSVOTEDGet the members who have voted on a card需要连接
Get the members who have voted on a card
认证
需要 Connected AccountTags
Get pluginData on a CardTRELLO_GET_CARDS_ID_PLUGINDATAGet any shared pluginData on a card.需要连接
Get any shared pluginData on a card.
认证
需要 Connected AccountTags
Get Stickers on a CardTRELLO_GET_CARDS_ID_STICKERSGet the stickers on a card需要连接
Get the stickers on a card
认证
需要 Connected AccountTags
Get a Sticker on a CardTRELLO_GET_CARDS_ID_STICKERS_IDSTICKERGet a specific sticker on a card需要连接
Get a specific sticker on a card
认证
需要 Connected AccountTags
Get a ChecklistTRELLO_GET_CHECKLISTS_IDGet a Checklist需要连接
Get a Checklist
认证
需要 Connected AccountTags
Get the Board the Checklist is onTRELLO_GET_CHECKLISTS_ID_BOARDGet the Board the Checklist is on需要连接
Get the Board the Checklist is on
认证
需要 Connected AccountTags
Get the Card a Checklist is onTRELLO_GET_CHECKLISTS_ID_CARDSGet the Card a Checklist is on需要连接
Get the Card a Checklist is on
认证
需要 Connected AccountTags
Get Checkitems on a ChecklistTRELLO_GET_CHECKLISTS_ID_CHECKITEMSGet Checkitems on a Checklist需要连接
Get Checkitems on a Checklist
认证
需要 Connected AccountTags
Get a Checkitem on a ChecklistTRELLO_GET_CHECKLISTS_ID_CHECKITEMS_IDCHECKITEMGet a Checkitem on a Checklist需要连接
Get a Checkitem on a Checklist
认证
需要 Connected AccountTags
Get field on a ChecklistTRELLO_GET_CHECKLISTS_ID_FIELDGet field on a Checklist需要连接
Get field on a Checklist
认证
需要 Connected AccountTags
Get a Custom FieldTRELLO_GET_CUSTOMFIELDS_IDGet a Custom Field需要连接
Get a Custom Field
认证
需要 Connected AccountTags
Add Option to Custom Field dropdownTRELLO_GET_CUSTOMFIELDS_ID_OPTIONSAdd an option to a dropdown Custom Field需要连接
Add an option to a dropdown Custom Field
认证
需要 Connected AccountTags
Get Option of Custom Field dropdownTRELLO_GET_CUSTOMFIELDS_OPTIONS_IDCUSTOMFIELDOPTIONRetrieve a specific, existing Option on a given dropdown-type Custom Field需要连接
Retrieve a specific, existing Option on a given dropdown-type Custom Field
认证
需要 Connected AccountTags
Get an EnterpriseTRELLO_GET_ENTERPRISES_IDGet an enterprise by its ID.需要连接
Get an enterprise by its ID.
认证
需要 Connected AccountTags
Get Enterprise admin MembersTRELLO_GET_ENTERPRISES_ID_ADMINSGet an enterprise's admin members.需要连接
Get an enterprise's admin members.
认证
需要 Connected AccountTags
Get auditlog data for an EnterpriseTRELLO_GET_ENTERPRISES_ID_AUDITLOGReturns an array of Actions related to the Enterprise object. Used for populating data sent to Google Sheets from an Enterprise's audit log page: https://trello.com/e/{enterprise_name}/admin/auditlog. An Enterprise admin token is required for this route. NOTE: For enterprises that have opted in to user management via AdminHub, the auditlog will will contain actions taken in AdminHub, but may not contain the source for those actions.需要连接
Returns an array of Actions related to the Enterprise object. Used for populating data sent to Google Sheets from an Enterprise's audit log page: https://trello.com/e/{enterprise_name}/admin/auditlog. An Enterprise admin token is required for this route. NOTE: For enterprises that have opted in to user management via AdminHub, the auditlog will will contain actions taken in AdminHub, but may not contain the source for those actions.
认证
需要 Connected AccountTags
Get ClaimableOrganizations of an EnterpriseTRELLO_GET_ENTERPRISES_ID_CLAIMABLE_ORGANIZATIONSGet the Workspaces that are claimable by the enterprise by ID. Can optionally query for workspaces based on activeness/ inactiveness.需要连接
Get the Workspaces that are claimable by the enterprise by ID. Can optionally query for workspaces based on activeness/ inactiveness.
认证
需要 Connected AccountTags
Get Members of EnterpriseTRELLO_GET_ENTERPRISES_ID_MEMBERSGet the members of an enterprise.需要连接
Get the members of an enterprise.
认证
需要 Connected AccountTags
Get a Member of EnterpriseTRELLO_GET_ENTERPRISES_ID_MEMBERS_IDMEMBERGet a specific member of an enterprise by ID.需要连接
Get a specific member of an enterprise by ID.
认证
需要 Connected AccountTags
Get Organizations of an EnterpriseTRELLO_GET_ENTERPRISES_ID_ORGANIZATIONSGet the organizations of an enterprise.需要连接
Get the organizations of an enterprise.
认证
需要 Connected AccountTags
Bulk accept a set of organizations to an Enterprise.TRELLO_GET_ENTERPRISES_ID_ORGANIZATIONS_BULK_ID_ORGANIZATIONSAccept an array of organizations to an enterprise. NOTE: For enterprises that have opted in to user management via AdminHub, this endpoint will result in organizations being added to the enterprise asynchronously. A 200 response only indicates receipt of the request, it does not indicate successful addition to the enterprise.需要连接
Accept an array of organizations to an enterprise. NOTE: For enterprises that have opted in to user management via AdminHub, this endpoint will result in organizations being added to the enterprise asynchronously. A 200 response only indicates receipt of the request, it does not indicate successful addition to the enterprise.
认证
需要 Connected AccountTags
Get PendingOrganizations of an EnterpriseTRELLO_GET_ENTERPRISES_ID_PENDING_ORGANIZATIONSGet the Workspaces that are pending for the enterprise by ID.需要连接
Get the Workspaces that are pending for the enterprise by ID.
认证
需要 Connected AccountTags
Get signupUrl for EnterpriseTRELLO_GET_ENTERPRISES_ID_SIGNUPURLGet the signup URL for an enterprise.需要连接
Get the signup URL for an enterprise.
认证
需要 Connected AccountTags
Get a bulk list of organizations that can be transferred to an enterprise.TRELLO_GET_ENTERPRISES_ID_TRANSFERRABLE_BULK_ID_ORGANIZATIONSGet a list of organizations that can be transferred to an enterprise when given a bulk list of organizations.需要连接
Get a list of organizations that can be transferred to an enterprise when given a bulk list of organizations.
认证
需要 Connected AccountTags
Get whether an organization can be transferred to an enterprise.TRELLO_GET_ENTERPRISES_ID_TRANSFERRABLE_ORGANIZATION_ID_ORGANIZATIONGet whether an organization can be transferred to an enterprise.需要连接
Get whether an organization can be transferred to an enterprise.
认证
需要 Connected AccountTags
Get a LabelTRELLO_GET_LABELS_IDGet information about a single Label.需要连接
Get information about a single Label.
认证
需要 Connected AccountTags
Get a ListTRELLO_GET_LISTS_IDGet information about a List需要连接
Get information about a List
认证
需要 Connected AccountTags
Get Actions for a ListTRELLO_GET_LISTS_ID_ACTIONSGet the Actions on a List需要连接
Get the Actions on a List
认证
需要 Connected AccountTags
Get the Board a List is onTRELLO_GET_LISTS_ID_BOARDGet the board a list is on需要连接
Get the board a list is on
认证
需要 Connected AccountTags
Get Cards in a ListTRELLO_GET_LISTS_ID_CARDSList the cards in a list需要连接
List the cards in a list
认证
需要 Connected AccountTags
Get a MemberTRELLO_GET_MEMBERS_IDGet a member需要连接
Get a member
认证
需要 Connected AccountTags
Get a Member's ActionsTRELLO_GET_MEMBERS_ID_ACTIONSList the actions for a member需要连接
List the actions for a member
认证
需要 Connected AccountTags
Get Member's custom Board backgroundsTRELLO_GET_MEMBERS_ID_BOARDBACKGROUNDSGet a member's custom board backgrounds需要连接
Get a member's custom board backgrounds
认证
需要 Connected AccountTags
Get a boardBackground of a MemberTRELLO_GET_MEMBERS_ID_BOARDBACKGROUNDS_IDBACKGROUNDGet a member's board background需要连接
Get a member's board background
认证
需要 Connected AccountTags
Get Boards that Member belongs toTRELLO_GET_MEMBERS_ID_BOARDSLists the boards that the user is a member of.需要连接
Lists the boards that the user is a member of.
认证
需要 Connected AccountTags
Get Boards the Member has been invited toTRELLO_GET_MEMBERS_ID_BOARDSINVITEDGet the boards the member has been invited to需要连接
Get the boards the member has been invited to
认证
需要 Connected AccountTags
Get a Member's boardStarsTRELLO_GET_MEMBERS_ID_BOARDSTARSList a member's board stars需要连接
List a member's board stars
认证
需要 Connected AccountTags
Get a boardStar of MemberTRELLO_GET_MEMBERS_ID_BOARDSTARS_IDSTARGet a specific boardStar需要连接
Get a specific boardStar
认证
需要 Connected AccountTags
Get Cards the Member is onTRELLO_GET_MEMBERS_ID_CARDSGets the cards a member is on需要连接
Gets the cards a member is on
认证
需要 Connected AccountTags
Get a Member's custom Board BackgroundsTRELLO_GET_MEMBERS_ID_CUSTOMBOARDBACKGROUNDSGet a member's custom board backgrounds需要连接
Get a member's custom board backgrounds
认证
需要 Connected AccountTags
Get custom Board Background of MemberTRELLO_GET_MEMBERS_ID_CUSTOMBOARDBACKGROUNDS_IDBACKGROUNDGet a specific custom board background需要连接
Get a specific custom board background
认证
需要 Connected AccountTags
Get a Member's customEmojisTRELLO_GET_MEMBERS_ID_CUSTOMEMOJIGet a Member's uploaded custom Emojis需要连接
Get a Member's uploaded custom Emojis
认证
需要 Connected AccountTags
Get Member's custom StickersTRELLO_GET_MEMBERS_ID_CUSTOMSTICKERSGet a Member's uploaded stickers需要连接
Get a Member's uploaded stickers
认证
需要 Connected AccountTags
Get a Member's custom StickerTRELLO_GET_MEMBERS_ID_CUSTOMSTICKERS_IDSTICKERGet a Member's custom Sticker需要连接
Get a Member's custom Sticker
认证
需要 Connected AccountTags
Get a field on a MemberTRELLO_GET_MEMBERS_ID_FIELDGet a particular property of a member需要连接
Get a particular property of a member
认证
需要 Connected AccountTags
Get a Member's notification channel settingsTRELLO_GET_MEMBERS_ID_NOTIFICATION_CHANNEL_SETTINGSGet a member's notification channel settings需要连接
Get a member's notification channel settings
认证
需要 Connected AccountTags
Get blocked notification keys of Member on this channelTRELLO_GET_MEMBERS_ID_NOTIFICATION_CHANNEL_SETTINGS_CHANNELGet blocked notification keys of Member on a specific channel需要连接
Get blocked notification keys of Member on a specific channel
认证
需要 Connected AccountTags
Get Member's NotificationsTRELLO_GET_MEMBERS_ID_NOTIFICATIONSGet a member's notifications需要连接
Get a member's notifications
认证
需要 Connected AccountTags
Get Member's OrganizationsTRELLO_GET_MEMBERS_ID_ORGANIZATIONSGet a member's Workspaces需要连接
Get a member's Workspaces
认证
需要 Connected AccountTags
Get Organizations a Member has been invited toTRELLO_GET_MEMBERS_ID_ORGANIZATIONSINVITEDGet a member's Workspaces they have been invited to需要连接
Get a member's Workspaces they have been invited to
认证
需要 Connected AccountTags
Get Member's saved searchedTRELLO_GET_MEMBERS_ID_SAVEDSEARCHESList the saved searches of a Member需要连接
List the saved searches of a Member
认证
需要 Connected AccountTags
Get a saved searchTRELLO_GET_MEMBERS_ID_SAVEDSEARCHES_IDSEARCHGet a saved search需要连接
Get a saved search
认证
需要 Connected AccountTags
Get Member's TokensTRELLO_GET_MEMBERS_ID_TOKENSList a members app tokens需要连接
List a members app tokens
认证
需要 Connected AccountTags
Get a NotificationTRELLO_GET_NOTIFICATIONS_IDGet a Notification需要连接
Get a Notification
认证
需要 Connected AccountTags
Get the Board a Notification is onTRELLO_GET_NOTIFICATIONS_ID_BOARDGet the board a notification is associated with需要连接
Get the board a notification is associated with
认证
需要 Connected AccountTags
Get the Card a Notification is onTRELLO_GET_NOTIFICATIONS_ID_CARDGet the card a notification is associated with需要连接
Get the card a notification is associated with
认证
需要 Connected AccountTags
Get a field of a NotificationTRELLO_GET_NOTIFICATIONS_ID_FIELDGet a specific property of a notification需要连接
Get a specific property of a notification
认证
需要 Connected AccountTags
Get the List a Notification is onTRELLO_GET_NOTIFICATIONS_ID_LISTGet the list a notification is associated with需要连接
Get the list a notification is associated with
认证
需要 Connected AccountTags
Get the Member who created the NotificationTRELLO_GET_NOTIFICATIONS_ID_MEMBERCREATORGet the member who created the notification需要连接
Get the member who created the notification
认证
需要 Connected AccountTags
Get a Notification's associated OrganizationTRELLO_GET_NOTIFICATIONS_ID_ORGANIZATIONGet the organization a notification is associated with需要连接
Get the organization a notification is associated with
认证
需要 Connected AccountTags
Get an OrganizationTRELLO_GET_ORGANIZATIONS_IDGet an Organization需要连接
Get an Organization
认证
需要 Connected AccountTags
Get Actions for OrganizationTRELLO_GET_ORGANIZATIONS_ID_ACTIONSList the actions on a Workspace需要连接
List the actions on a Workspace
认证
需要 Connected AccountTags
Get Boards in an OrganizationTRELLO_GET_ORGANIZATIONS_ID_BOARDSList the boards in a Workspace需要连接
List the boards in a Workspace
认证
需要 Connected AccountTags
Retrieve Organization's ExportsTRELLO_GET_ORGANIZATIONS_ID_EXPORTSRetrieve the exports that exist for the given organization需要连接
Retrieve the exports that exist for the given organization
认证
需要 Connected AccountTags
Get field on OrganizationTRELLO_GET_ORGANIZATIONS_ID_FIELDGet field on Organization需要连接
Get field on Organization
认证
需要 Connected AccountTags
Get the Members of an OrganizationTRELLO_GET_ORGANIZATIONS_ID_MEMBERSList the members in a Workspace需要连接
List the members in a Workspace
认证
需要 Connected AccountTags
Get Memberships of an OrganizationTRELLO_GET_ORGANIZATIONS_ID_MEMBERSHIPSList the memberships of a Workspace需要连接
List the memberships of a Workspace
认证
需要 Connected AccountTags
Get a Membership of an OrganizationTRELLO_GET_ORGANIZATIONS_ID_MEMBERSHIPS_IDMEMBERSHIPGet a single Membership for an Organization需要连接
Get a single Membership for an Organization
认证
需要 Connected AccountTags
Get Organizations new billable guestsTRELLO_GET_ORGANIZATIONS_ID_NEWBILLABLEGUESTS_IDBOARDUsed to check whether the given board has new billable guests on it.需要连接
Used to check whether the given board has new billable guests on it.
认证
需要 Connected AccountTags
Get the pluginData Scoped to OrganizationTRELLO_GET_ORGANIZATIONS_ID_PLUGINDATAGet organization scoped pluginData on this Workspace需要连接
Get organization scoped pluginData on this Workspace
认证
需要 Connected AccountTags
Get Tags of an OrganizationTRELLO_GET_ORGANIZATIONS_ID_TAGSList the organization's collections需要连接
List the organization's collections
认证
需要 Connected AccountTags
Get a PluginTRELLO_GET_PLUGINS_IDGet plugins需要连接
Get plugins
认证
需要 Connected AccountTags
Get Plugin's Member privacy complianceTRELLO_GET_PLUGINS_ID_COMPLIANCE_MEMBERPRIVACYGet Plugin's Member privacy compliance需要连接
Get Plugin's Member privacy compliance
认证
需要 Connected AccountTags
Search TrelloTRELLO_GET_SEARCHFind what you're looking for in Trello需要连接
Find what you're looking for in Trello
认证
需要 Connected AccountTags
Search for MembersTRELLO_GET_SEARCH_MEMBERSSearch for Trello members.需要连接
Search for Trello members.
认证
需要 Connected AccountTags
Get a TokenTRELLO_GET_TOKENS_TOKENRetrieve information about a token.需要连接
Retrieve information about a token.
认证
需要 Connected AccountTags
Get Token's MemberTRELLO_GET_TOKENS_TOKEN_MEMBERRetrieve information about a token's owner by token.需要连接
Retrieve information about a token's owner by token.
认证
需要 Connected AccountTags
Get Webhooks for TokenTRELLO_GET_TOKENS_TOKEN_WEBHOOKSRetrieve all webhooks created with a Token.需要连接
Retrieve all webhooks created with a Token.
认证
需要 Connected AccountTags
Get a Webhook belonging to a TokenTRELLO_GET_TOKENS_TOKEN_WEBHOOKS_IDWEBHOOKRetrieve a webhook created with a Token.需要连接
Retrieve a webhook created with a Token.
认证
需要 Connected AccountTags
Get Users of an EnterpriseTRELLO_GET_USERS_IDGet an enterprise's users. You can choose to retrieve licensed members, board guests, etc. The response is paginated and will return 100 users at a time.需要连接
Get an enterprise's users. You can choose to retrieve licensed members, board guests, etc. The response is paginated and will return 100 users at a time.
认证
需要 Connected AccountTags
Get a WebhookTRELLO_GET_WEBHOOKS_IDGet a webhook by ID. You must use the token query parameter and pass in the token the webhook was created under, or else you will encounter a 'webhook does not belong to token' error.需要连接
Get a webhook by ID. You must use the token query parameter and pass in the token the webhook was created under, or else you will encounter a 'webhook does not belong to token' error.
认证
需要 Connected AccountTags
Create Avatar for MemberTRELLO_MEMBERSIDAVATARCreate a new avatar for a member需要连接
Create a new avatar for a member
认证
需要 Connected AccountTags
Create a new custom Board BackgroundTRELLO_MEMBERSIDCUSTOMBOARDBACKGROUNDS_1Upload a new custom board background需要连接
Upload a new custom board background
认证
需要 Connected AccountTags
Get a Member's custom EmojiTRELLO_MEMBERSIDCUSTOMEMOJIIDEMOJIGet a Member's custom Emoji需要连接
Get a Member's custom Emoji
认证
需要 Connected AccountTags
Get the Member a Notification is about (not the creator)TRELLO_NOTIFICATIONSIDMEMBERGet the member (not the creator) a notification is about需要连接
Get the member (not the creator) a notification is about
认证
需要 Connected AccountTags
Remove a Member from an Organization and all Organization BoardsTRELLO_ORGANIZATIONS_ID_MEMBERS_IDMEMBER_ALLRemove a member from a Workspace and from all Workspace boards需要连接
Remove a member from a Workspace and from all Workspace boards
认证
需要 Connected AccountTags
Create Reaction for ActionTRELLO_POST_ACTIONS_IDACTION_REACTIONSAdds a new reaction to an action需要连接
Adds a new reaction to an action
认证
需要 Connected AccountTags
Create a BoardTRELLO_POST_BOARDSCreate a new board.需要连接
Create a new board.
认证
需要 Connected AccountTags
Enable a Power-Up on a BoardTRELLO_POST_BOARDS_ID_BOARDPLUGINSEnable a Power-Up on a Board需要连接
Enable a Power-Up on a Board
认证
需要 Connected AccountTags
Create a calendarKey for a BoardTRELLO_POST_BOARDS_ID_CALENDARKEY_GENERATECreate a new board.需要连接
Create a new board.
认证
需要 Connected AccountTags
Create a emailKey for a BoardTRELLO_POST_BOARDS_ID_EMAILKEY_GENERATECreate a emailKey for a Board需要连接
Create a emailKey for a Board
认证
需要 Connected AccountTags
Create an Export for a BoardTRELLO_POST_BOARDS_ID_EXPORTSKick off an export of a board. Only one export may be in progress for a board at a time.需要连接
Kick off an export of a board. Only one export may be in progress for a board at a time.
认证
需要 Connected AccountTags
Create a Tag for a BoardTRELLO_POST_BOARDS_ID_IDTAGSCreate a Tag for a Board需要连接
Create a Tag for a Board
认证
需要 Connected AccountTags
Create a Label on a BoardTRELLO_POST_BOARDS_ID_LABELSCreate a new Label on a Board.需要连接
Create a new Label on a Board.
认证
需要 Connected AccountTags
Create a List on a BoardTRELLO_POST_BOARDS_ID_LISTSCreate a new List on a Board.需要连接
Create a new List on a Board.
认证
需要 Connected AccountTags
Mark Board as viewedTRELLO_POST_BOARDS_ID_MARKEDASVIEWEDMark Board as viewed需要连接
Mark Board as viewed
认证
需要 Connected AccountTags
Create a new CardTRELLO_POST_CARDSCreate a new card. Query parameters may also be replaced with a JSON request body instead.需要连接
Create a new card. Query parameters may also be replaced with a JSON request body instead.
认证
需要 Connected AccountTags
Add a new comment to a CardTRELLO_POST_CARDS_ID_ACTIONS_COMMENTSAdd a new comment to a card需要连接
Add a new comment to a card
认证
需要 Connected AccountTags
Create Attachment On CardTRELLO_POST_CARDS_ID_ATTACHMENTSCreate an Attachment to a Card. See https://glitch.com/~trello-attachments-api for code examples. You may need to remix the project in order to view it.需要连接
Create an Attachment to a Card. See https://glitch.com/~trello-attachments-api for code examples. You may need to remix the project in order to view it.
认证
需要 Connected AccountTags
Create Checklist on a CardTRELLO_POST_CARDS_ID_CHECKLISTSCreate a new checklist on a card需要连接
Create a new checklist on a card
认证
需要 Connected AccountTags
Add a Label to a CardTRELLO_POST_CARDS_ID_IDLABELSAdd a label to a card需要连接
Add a label to a card
认证
需要 Connected AccountTags
Add a Member to a CardTRELLO_POST_CARDS_ID_IDMEMBERSAdd a member to a card需要连接
Add a member to a card
认证
需要 Connected AccountTags
Create a new Label on a CardTRELLO_POST_CARDS_ID_LABELSCreate a new label for the board and add it to the given card.需要连接
Create a new label for the board and add it to the given card.
认证
需要 Connected AccountTags
Mark a Card's Notifications as readTRELLO_POST_CARDS_ID_MARKASSOCIATEDNOTIFICATIONSREADMark notifications about this card as read需要连接
Mark notifications about this card as read
认证
需要 Connected AccountTags
Add a Sticker to a CardTRELLO_POST_CARDS_ID_STICKERSAdd a sticker to a card需要连接
Add a sticker to a card
认证
需要 Connected AccountTags
Create a ChecklistTRELLO_POST_CHECKLISTSCreate a Checklist需要连接
Create a Checklist
认证
需要 Connected AccountTags
Create Checkitem on ChecklistTRELLO_POST_CHECKLISTS_ID_CHECKITEMSCreate Checkitem on Checklist需要连接
Create Checkitem on Checklist
认证
需要 Connected AccountTags
Create a new Custom Field on a BoardTRELLO_POST_CUSTOMFIELDSCreate a new Custom Field on a board.需要连接
Create a new Custom Field on a board.
认证
需要 Connected AccountTags
Get Options of Custom Field drop downTRELLO_POST_CUSTOMFIELDS_ID_OPTIONSGet the options of a drop down Custom Field需要连接
Get the options of a drop down Custom Field
认证
需要 Connected AccountTags
Create an auth Token for an Enterprise.TRELLO_POST_ENTERPRISES_ID_TOKENSCreate an auth Token for an Enterprise.需要连接
Create an auth Token for an Enterprise.
认证
需要 Connected AccountTags
Create a LabelTRELLO_POST_LABELSCreate a new Label on a Board.需要连接
Create a new Label on a Board.
认证
需要 Connected AccountTags
Create a new ListTRELLO_POST_LISTSCreate a new List on a Board需要连接
Create a new List on a Board
认证
需要 Connected AccountTags
Archive all Cards in ListTRELLO_POST_LISTS_ID_ARCHIVEALLCARDSArchive all cards in a list需要连接
Archive all cards in a list
认证
需要 Connected AccountTags
Move all Cards in ListTRELLO_POST_LISTS_ID_MOVEALLCARDSMove all Cards in a List需要连接
Move all Cards in a List
认证
需要 Connected AccountTags
Upload new boardBackground for MemberTRELLO_POST_MEMBERS_ID_BOARDBACKGROUNDS_1Upload a new boardBackground需要连接
Upload a new boardBackground
认证
需要 Connected AccountTags
Create Star for BoardTRELLO_POST_MEMBERS_ID_BOARDSTARSStar a new board on behalf of a Member需要连接
Star a new board on behalf of a Member
认证
需要 Connected AccountTags
Create custom Emoji for MemberTRELLO_POST_MEMBERS_ID_CUSTOMEMOJICreate a new custom Emoji需要连接
Create a new custom Emoji
认证
需要 Connected AccountTags
Create custom Sticker for MemberTRELLO_POST_MEMBERS_ID_CUSTOMSTICKERSUpload a new custom sticker需要连接
Upload a new custom sticker
认证
需要 Connected AccountTags
Dismiss a message for MemberTRELLO_POST_MEMBERS_ID_ONETIMEMESSAGESDISMISSEDDismiss a message需要连接
Dismiss a message
认证
需要 Connected AccountTags
Create saved Search for MemberTRELLO_POST_MEMBERS_ID_SAVEDSEARCHESCreate a saved search需要连接
Create a saved search
认证
需要 Connected AccountTags
Mark all Notifications as readTRELLO_POST_NOTIFICATIONS_ALL_READMark all notifications as read需要连接
Mark all notifications as read
认证
需要 Connected AccountTags
Create a new OrganizationTRELLO_POST_ORGANIZATIONSCreate a new Workspace需要连接
Create a new Workspace
认证
需要 Connected AccountTags
Create Export for OrganizationsTRELLO_POST_ORGANIZATIONS_ID_EXPORTSKick off CSV export for an organization需要连接
Kick off CSV export for an organization
认证
需要 Connected AccountTags
Update logo for an OrganizationTRELLO_POST_ORGANIZATIONS_ID_LOGOSet the logo image for a Workspace需要连接
Set the logo image for a Workspace
认证
需要 Connected AccountTags
Create a Tag in OrganizationTRELLO_POST_ORGANIZATIONS_ID_TAGSCreate a Tag in an Organization需要连接
Create a Tag in an Organization
认证
需要 Connected AccountTags
Create a Listing for PluginTRELLO_POST_PLUGINS_IDPLUGIN_LISTINGCreate a new listing for a given locale for your Power-Up需要连接
Create a new listing for a given locale for your Power-Up
认证
需要 Connected AccountTags
Create Webhooks for TokenTRELLO_POST_TOKENS_TOKEN_WEBHOOKSCreate a new webhook for a Token.需要连接
Create a new webhook for a Token.
认证
需要 Connected AccountTags
Create a WebhookTRELLO_POST_WEBHOOKSCreate a new webhook.需要连接
Create a new webhook.
认证
需要 Connected AccountTags
Update an ActionTRELLO_PUT_ACTIONS_IDUpdate a specific Action. Only comment actions can be updated. Used to edit the content of a comment.需要连接
Update a specific Action. Only comment actions can be updated. Used to edit the content of a comment.
认证
需要 Connected AccountTags
Update a Comment ActionTRELLO_PUT_ACTIONS_ID_TEXTUpdate a comment action需要连接
Update a comment action
认证
需要 Connected AccountTags
Update a BoardTRELLO_PUT_BOARDS_IDUpdate an existing board by id需要连接
Update an existing board by id
认证
需要 Connected AccountTags
Invite Member to Board via emailTRELLO_PUT_BOARDS_ID_MEMBERSInvite a Member to a Board via their email address.需要连接
Invite a Member to a Board via their email address.
认证
需要 Connected AccountTags
Add a Member to a BoardTRELLO_PUT_BOARDS_ID_MEMBERS_IDMEMBERAdd a member to the board.需要连接
Add a member to the board.
认证
需要 Connected AccountTags
Update Membership of Member on a BoardTRELLO_PUT_BOARDS_ID_MEMBERSHIPS_IDMEMBERSHIPUpdate an existing board by id需要连接
Update an existing board by id
认证
需要 Connected AccountTags
Update showSidebar Pref on a BoardTRELLO_PUT_BOARDS_ID_MY_PREFS_SHOWSIDEBARUpdate showSidebar Pref on a Board需要连接
Update showSidebar Pref on a Board
认证
需要 Connected AccountTags
Update showSidebarActivity Pref on a BoardTRELLO_PUT_BOARDS_ID_MY_PREFS_SHOWSIDEBARACTIVITYUpdate showSidebarActivity Pref on a Board需要连接
Update showSidebarActivity Pref on a Board
认证
需要 Connected AccountTags
Update showSidebarBoardActions Pref on a BoardTRELLO_PUT_BOARDS_ID_MY_PREFS_SHOWSIDEBARBOARDACTIONSUpdate showSidebarBoardActions Pref on a Board需要连接
Update showSidebarBoardActions Pref on a Board
认证
需要 Connected AccountTags
Update showSidebarMembers Pref on a BoardTRELLO_PUT_BOARDS_ID_MY_PREFS_SHOWSIDEBARMEMBERSUpdate showSidebarMembers Pref on a Board需要连接
Update showSidebarMembers Pref on a Board
认证
需要 Connected AccountTags
Update emailPosition Pref on a BoardTRELLO_PUT_BOARDS_ID_MYPREFS_EMAILPOSITIONUpdate emailPosition Pref on a Board需要连接
Update emailPosition Pref on a Board
认证
需要 Connected AccountTags
Update idEmailList Pref on a BoardTRELLO_PUT_BOARDS_ID_MYPREFS_IDEMAILLISTChange the default list that email-to-board cards are created in.需要连接
Change the default list that email-to-board cards are created in.
认证
需要 Connected AccountTags
Update a CardTRELLO_PUT_CARDS_IDUpdate a card. Query parameters may also be replaced with a JSON request body instead.需要连接
Update a card. Query parameters may also be replaced with a JSON request body instead.
认证
需要 Connected AccountTags
Update Comment Action on a CardTRELLO_PUT_CARDS_ID_ACTIONS_IDACTION_COMMENTSUpdate an existing comment需要连接
Update an existing comment
认证
需要 Connected AccountTags
Update a checkItem on a CardTRELLO_PUT_CARDS_ID_CHECKITEM_IDCHECKITEMUpdate an item in a checklist on a card.需要连接
Update an item in a checklist on a card.
认证
需要 Connected AccountTags
Update a Sticker on a CardTRELLO_PUT_CARDS_ID_STICKERS_IDSTICKERUpdate a sticker on a card需要连接
Update a sticker on a card
认证
需要 Connected AccountTags
Update Checkitem on Checklist on CardTRELLO_PUT_CARDS_IDCARD_CHECKLIST_IDCHECKLIST_CHECKITEM_IDCHECKITEMUpdate an item in a checklist on a card.需要连接
Update an item in a checklist on a card.
认证
需要 Connected AccountTags
Update Custom Field item on CardTRELLO_PUT_CARDS_IDCARD_CUSTOMFIELD_IDCUSTOMFIELD_ITEMSetting, updating, and removing the value for a Custom Field on a card. For more details on updating custom fields check out the [Getting Started With Custom Fields](/cloud/trello/guides/rest-api/getting-started-with-custom-fields/)需要连接
Setting, updating, and removing the value for a Custom Field on a card. For more details on updating custom fields check out the [Getting Started With Custom Fields](/cloud/trello/guides/rest-api/getting-started-with-custom-fields/)
认证
需要 Connected AccountTags
Update Multiple Custom Field items on CardTRELLO_PUT_CARDS_IDCARD_CUSTOMFIELDSSetting, updating, and removing the values for multiple Custom Fields on a card. For more details on updating custom fields check out the [Getting Started With Custom Fields](/cloud/trello/guides/rest-api/getting-started-with-custom-fields/)需要连接
Setting, updating, and removing the values for multiple Custom Fields on a card. For more details on updating custom fields check out the [Getting Started With Custom Fields](/cloud/trello/guides/rest-api/getting-started-with-custom-fields/)
认证
需要 Connected AccountTags
Update field on a ChecklistTRELLO_PUT_CHECKLISTS_ID_FIELDUpdate field on a Checklist需要连接
Update field on a Checklist
认证
需要 Connected AccountTags
Update a ChecklistTRELLO_PUT_CHECLISTS_IDUpdate an existing checklist.需要连接
Update an existing checklist.
认证
需要 Connected AccountTags
Update a Custom Field definitionTRELLO_PUT_CUSTOMFIELDS_IDUpdate a Custom Field definition.需要连接
Update a Custom Field definition.
认证
需要 Connected AccountTags
Update Member to be admin of EnterpriseTRELLO_PUT_ENTERPRISES_ID_ADMINS_IDMEMBERMake Member an admin of Enterprise. NOTE: This endpoint is not available to enterprises that have opted in to user management via AdminHub.需要连接
Make Member an admin of Enterprise. NOTE: This endpoint is not available to enterprises that have opted in to user management via AdminHub.
认证
需要 Connected AccountTags
Decline enterpriseJoinRequests from one organization or a bulk list of organizations.TRELLO_PUT_ENTERPRISES_ID_ENTERPRISE_JOIN_REQUEST_BULKDecline enterpriseJoinRequests from one organization or bulk amount of organizations需要连接
Decline enterpriseJoinRequests from one organization or bulk amount of organizations
认证
需要 Connected AccountTags
Update a Member's licensed statusTRELLO_PUT_ENTERPRISES_ID_MEMBERS_IDMEMBER_LICENSEDThis endpoint is used to update whether the provided Member should use one of the Enterprise's available licenses or not. Revoking a license will deactivate a Member of an Enterprise. NOTE: Revoking of licenses is not possible for enterprises that have opted in to user management via AdminHub.需要连接
This endpoint is used to update whether the provided Member should use one of the Enterprise's available licenses or not. Revoking a license will deactivate a Member of an Enterprise. NOTE: Revoking of licenses is not possible for enterprises that have opted in to user management via AdminHub.
认证
需要 Connected AccountTags
Transfer an Organization to an Enterprise.TRELLO_PUT_ENTERPRISES_ID_ORGANIZATIONSTransfer an organization to an enterprise. NOTE: For enterprises that have opted in to user management via AdminHub, this endpoint will result in the organization being added to the enterprise asynchronously. A 200 response only indicates receipt of the request, it does not indicate successful addition to the enterprise.需要连接
Transfer an organization to an enterprise. NOTE: For enterprises that have opted in to user management via AdminHub, this endpoint will result in the organization being added to the enterprise asynchronously. A 200 response only indicates receipt of the request, it does not indicate successful addition to the enterprise.
认证
需要 Connected AccountTags
Move List to BoardTRELLO_PUT_ID_IDBOARDMove a List to a different Board需要连接
Move a List to a different Board
认证
需要 Connected AccountTags
Update a LabelTRELLO_PUT_LABELS_IDUpdate a label by ID.需要连接
Update a label by ID.
认证
需要 Connected AccountTags
Update a field on a labelTRELLO_PUT_LABELS_ID_FIELDUpdate a field on a label.需要连接
Update a field on a label.
认证
需要 Connected AccountTags
Update a ListTRELLO_PUT_LISTS_IDUpdate the properties of a List需要连接
Update the properties of a List
认证
需要 Connected AccountTags
Archive or unarchive a listTRELLO_PUT_LISTS_ID_CLOSEDArchive or unarchive a list需要连接
Archive or unarchive a list
认证
需要 Connected AccountTags
Update a field on a ListTRELLO_PUT_LISTS_ID_FIELDRename a list需要连接
Rename a list
认证
需要 Connected AccountTags
Update a MemberTRELLO_PUT_MEMBERS_IDUpdate a Member需要连接
Update a Member
认证
需要 Connected AccountTags
Update a Member's custom Board backgroundTRELLO_PUT_MEMBERS_ID_BOARDBACKGROUNDS_IDBACKGROUNDUpdate a board background需要连接
Update a board background
认证
需要 Connected AccountTags
Update the position of a boardStar of MemberTRELLO_PUT_MEMBERS_ID_BOARDSTARS_IDSTARUpdate the position of a starred board需要连接
Update the position of a starred board
认证
需要 Connected AccountTags
Update custom Board Background of MemberTRELLO_PUT_MEMBERS_ID_CUSTOMBOARDBACKGROUNDS_IDBACKGROUNDUpdate a specific custom board background需要连接
Update a specific custom board background
认证
需要 Connected AccountTags
Update blocked notification keys of Member on a channelTRELLO_PUT_MEMBERS_ID_NOTIFICATION_CHANNEL_SETTINGS_CHANNEL_BLOCKED_KEYSUpdate blocked notification keys of Member on a specific channel需要连接
Update blocked notification keys of Member on a specific channel
认证
需要 Connected AccountTags
Update blocked notification keys of Member on a channelTRELLO_PUT_MEMBERS_ID_NOTIFICATION_CHANNEL_SETTINGS_CHANNEL_BLOCKED_KEYS_2Update blocked notification keys of Member on a specific channel需要连接
Update blocked notification keys of Member on a specific channel
认证
需要 Connected AccountTags
Update blocked notification keys of Member on a channelTRELLO_PUT_MEMBERS_ID_NOTIFICATION_CHANNEL_SETTINGS_CHANNEL_BLOCKED_KEYS_3Update blocked notification keys of Member on a specific channel需要连接
Update blocked notification keys of Member on a specific channel
认证
需要 Connected AccountTags
Update a saved searchTRELLO_PUT_MEMBERS_ID_SAVEDSEARCHES_IDSEARCHUpdate a saved search需要连接
Update a saved search
认证
需要 Connected AccountTags
Update a Notification's read statusTRELLO_PUT_NOTIFICATIONS_IDUpdate the read status of a notification需要连接
Update the read status of a notification
认证
需要 Connected AccountTags
Update Notification's read statusTRELLO_PUT_NOTIFICATIONS_ID_UNREADUpdate Notification's read status需要连接
Update Notification's read status
认证
需要 Connected AccountTags
Update an OrganizationTRELLO_PUT_ORGANIZATIONS_IDUpdate an organization需要连接
Update an organization
认证
需要 Connected AccountTags
Update an Organization's MembersTRELLO_PUT_ORGANIZATIONS_ID_MEMBERSUpdate an Organization's Members需要连接
Update an Organization's Members
认证
需要 Connected AccountTags
Update a Member of an OrganizationTRELLO_PUT_ORGANIZATIONS_ID_MEMBERS_IDMEMBERAdd a member to a Workspace or update their member type.需要连接
Add a member to a Workspace or update their member type.
认证
需要 Connected AccountTags
Deactivate or reactivate a member of an OrganizationTRELLO_PUT_ORGANIZATIONS_ID_MEMBERS_IDMEMBER_DEACTIVATEDDeactivate or reactivate a member of a Workspace需要连接
Deactivate or reactivate a member of a Workspace
认证
需要 Connected AccountTags
Update a PluginTRELLO_PUT_PLUGINS_IDUpdate a Plugin需要连接
Update a Plugin
认证
需要 Connected AccountTags
Updating Plugin's ListingTRELLO_PUT_PLUGINS_IDPLUGIN_LISTINGS_IDLISTINGUpdate an existing listing for your Power-Up需要连接
Update an existing listing for your Power-Up
认证
需要 Connected AccountTags
Update a WebhookTRELLO_PUT_WEBHOOKS_IDUpdate a webhook by ID.需要连接
Update a webhook by ID.
认证
需要 Connected AccountTags
Update a Webhook created by TokenTRELLO_TOKENSTOKENWEBHOOKS_1Update a Webhook created by Token需要连接
Update a Webhook created by Token
认证
需要 Connected AccountTags
Get a field on a WebhookTRELLO_WEBHOOKSIDFIELDGet a field on a Webhook需要连接
Get a field on a Webhook
认证
需要 Connected AccountTags