@datafire/trello

DataFire integration for Trello

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@datafire/trello
133316.0.03 years ago7 years agoMinified + gzip package size for @datafire/trello in KB

Readme

@datafire/trello
Client library for Trello

Installation and Usage

npm install --save @datafire/trello
let trello = require('@datafire/trello').create({
  api_key: "",
  api_token: ""
});

.then(data => {
  console.log(data);
});

Description

This document describes the REST API of Trello as published by Trello.com. - Official Documentation - The HTML pages that were scraped in order to generate this specification.

Actions

deleteActionsByIdAction

deleteActionsByIdAction()
trello.deleteActionsByIdAction({
  "idAction": ""
}, context)

Input

  • input object
idAction required string: idAction

Output

Output schema unknown

getActionsByIdAction

getActionsByIdAction()
trello.getActionsByIdAction({
  "idAction": ""
}, context)

Input

  • input object
idAction required string: idAction display string: true or false entities string: true or false fields string: all or a comma-separated list of: data, date, idMemberCreator or type member string: true or false memberfields string: all or a comma-separated list of: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url or username memberCreator string: true or false memberCreatorfields string: all or a comma-separated list of: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url or username

Output

Output schema unknown

updateActionsByIdAction

updateActionsByIdAction()
trello.updateActionsByIdAction({
  "idAction": "",
  "body": {}
}, context)

Input

  • input object
idAction required string: idAction body required actions

Output

Output schema unknown

getActionsBoardByIdAction

getActionsBoardByIdAction()
trello.getActionsBoardByIdAction({
  "idAction": ""
}, context)

Input

  • input object
idAction required string: idAction fields string: all or a comma-separated list of: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed or url

Output

Output schema unknown

getActionsBoardByIdActionByField

getActionsBoardByIdActionByField()
trello.getActionsBoardByIdActionByField({
  "idAction": "",
  "field": ""
}, context)

Input

  • input object
idAction required string: idAction field required string: field

Output

Output schema unknown

getActionsCardByIdAction

getActionsCardByIdAction()
trello.getActionsCardByIdAction({
  "idAction": ""
}, context)

Input

  • input object
idAction required string: idAction fields string: all or a comma-separated list of: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed or url

Output

Output schema unknown

getActionsCardByIdActionByField

getActionsCardByIdActionByField()
trello.getActionsCardByIdActionByField({
  "idAction": "",
  "field": ""
}, context)

Input

  • input object
idAction required string: idAction field required string: field

Output

Output schema unknown

getActionsDisplayByIdAction

getActionsDisplayByIdAction()
trello.getActionsDisplayByIdAction({
  "idAction": ""
}, context)

Input

  • input object
idAction required string: idAction

Output

Output schema unknown

getActionsEntitiesByIdAction

getActionsEntitiesByIdAction()
trello.getActionsEntitiesByIdAction({
  "idAction": ""
}, context)

Input

  • input object
idAction required string: idAction

Output

Output schema unknown

getActionsListByIdAction

getActionsListByIdAction()
trello.getActionsListByIdAction({
  "idAction": ""
}, context)

Input

  • input object
idAction required string: idAction fields string: all or a comma-separated list of: closed, idBoard, name, pos or subscribed

Output

Output schema unknown

getActionsListByIdActionByField

getActionsListByIdActionByField()
trello.getActionsListByIdActionByField({
  "idAction": "",
  "field": ""
}, context)

Input

  • input object
idAction required string: idAction field required string: field

Output

Output schema unknown

getActionsMemberByIdAction

getActionsMemberByIdAction()
trello.getActionsMemberByIdAction({
  "idAction": ""
}, context)

Input

  • input object
idAction required string: idAction fields string: all or a comma-separated list of: avatarHash, avatarSource, bio, bioData, confirmed, email, fullName, gravatarHash, idBoards, idBoardsPinned, idOrganizations, idPremOrgsAdmin, initials, loginTypes, memberType, oneTimeMessagesDismissed, prefs, premiumFeatures, products, status, status, trophies, uploadedAvatarHash, url or username

Output

Output schema unknown

getActionsMemberByIdActionByField

getActionsMemberByIdActionByField()
trello.getActionsMemberByIdActionByField({
  "idAction": "",
  "field": ""
}, context)

Input

  • input object
idAction required string: idAction field required string: field

Output

Output schema unknown

getActionsMemberCreatorByIdAction

getActionsMemberCreatorByIdAction()
trello.getActionsMemberCreatorByIdAction({
  "idAction": ""
}, context)

Input

  • input object
idAction required string: idAction fields string: all or a comma-separated list of: avatarHash, avatarSource, bio, bioData, confirmed, email, fullName, gravatarHash, idBoards, idBoardsPinned, idOrganizations, idPremOrgsAdmin, initials, loginTypes, memberType, oneTimeMessagesDismissed, prefs, premiumFeatures, products, status, status, trophies, uploadedAvatarHash, url or username

Output

Output schema unknown

getActionsMemberCreatorByIdActionByField

getActionsMemberCreatorByIdActionByField()
trello.getActionsMemberCreatorByIdActionByField({
  "idAction": "",
  "field": ""
}, context)

Input

  • input object
idAction required string: idAction field required string: field

Output

Output schema unknown

getActionsOrganizationByIdAction

getActionsOrganizationByIdAction()
trello.getActionsOrganizationByIdAction({
  "idAction": ""
}, context)

Input

  • input object
idAction required string: idAction fields string: all or a comma-separated list of: billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, memberships, name, powerUps, prefs, premiumFeatures, products, url or website

Output

Output schema unknown

getActionsOrganizationByIdActionByField

getActionsOrganizationByIdActionByField()
trello.getActionsOrganizationByIdActionByField({
  "idAction": "",
  "field": ""
}, context)

Input

  • input object
idAction required string: idAction field required string: field

Output

Output schema unknown

updateActionsTextByIdAction

updateActionsTextByIdAction()
trello.updateActionsTextByIdAction({
  "idAction": "",
  "body": {}
}, context)

Input

  • input object
idAction required string: idAction body required actionstext

Output

Output schema unknown

getActionsByIdActionByField

getActionsByIdActionByField()
trello.getActionsByIdActionByField({
  "idAction": "",
  "field": ""
}, context)

Input

  • input object
idAction required string: idAction field required string: field

Output

Output schema unknown

getBatch

getBatch()
trello.getBatch({
  "urls": ""
}, context)

Input

  • input object
urls required string: list of API v1 GET routes, not including the version prefix

Output

Output schema unknown

addBoards

addBoards()
trello.addBoards({
  "body": {}
}, context)

Input

  • input object
body required boards

Output

Output schema unknown

getBoardsByIdBoard

getBoardsByIdBoard()
trello.getBoardsByIdBoard({
  "idBoard": ""
}, context)

Input

  • input object
idBoard required string: boardid actions string: all or a comma-separated list of: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember or updateOrganization actionsentities string: true or false actionsdisplay string: true or false actionsformat string: One of: count, list or minimal actionssince string: A date, null or lastView actionslimit string: a number from 0 to 1000 actionfields string: all or a comma-separated list of: data, date, idMemberCreator or type actionmember string: true or false actionmemberfields string: all or a comma-separated list of: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url or username actionmemberCreator string: true or false actionmemberCreatorfields string: all or a comma-separated list of: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url or username cards string: One of: all, closed, none, open or visible cardfields string: all or a comma-separated list of: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed or url cardattachments string: A boolean value or "cover" for only card cover attachments cardattachmentfields string: all or a comma-separated list of: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews or url cardchecklists string: One of: all or none cardstickers string: true or false boardStars string: One of: mine or none labels string: One of: all or none labelfields string: all or a comma-separated list of: color, idBoard, name or uses labelslimit string: a number from 0 to 1000 lists string: One of: all, closed, none or open listfields string: all or a comma-separated list of: closed, idBoard, name, pos or subscribed memberships string: all or a comma-separated list of: active, admin, deactivated, me or normal membershipsmember string: true or false membershipsmemberfields string: all or a comma-separated list of: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url or username members string: One of: admins, all, none, normal or owners memberfields string: all or a comma-separated list of: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url or username membersInvited string: One of: admins, all, none, normal or owners membersInvitedfields string: all or a comma-separated list of: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url or username checklists string: One of: all or none checklistfields string: all or a comma-separated list of: idBoard, idCard, name or pos organization string: true or false organizationfields string: all or a comma-separated list of: billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, memberships, name, powerUps, prefs, premiumFeatures, products, url or website organizationmemberships string: all or a comma-separated list of: active, admin, deactivated, me or normal myPrefs string: true or false fields string: all or a comma-separated list of: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed or url

Output

Output schema unknown

updateBoardsByIdBoard

updateBoardsByIdBoard()
trello.updateBoardsByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: board
id
body required boards

Output

Output schema unknown

getBoardsActionsByIdBoard

getBoardsActionsByIdBoard()
trello.getBoardsActionsByIdBoard({
  "idBoard": ""
}, context)

Input

  • input object
idBoard required string: boardid entities string: true or false display string: true or false filter string: all or a comma-separated list of: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember or updateOrganization fields string: all or a comma-separated list of: data, date, idMemberCreator or type limit string: a number from 0 to 1000 format string: One of: count, list or minimal since string: A date, null or lastView before string: A date, or null page string: Page limit must be less than 1000 idModels string: Only return actions related to these model ids member string: true or false memberfields string: all or a comma-separated list of: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url or username memberCreator string: true or false memberCreatorfields string: all or a comma-separated list of: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url or username

Output

Output schema unknown

getBoardsBoardStarsByIdBoard

getBoardsBoardStarsByIdBoard()
trello.getBoardsBoardStarsByIdBoard({
  "idBoard": ""
}, context)

Input

  • input object
idBoard required string: board
id
filter string: One of: mine or none

Output

Output schema unknown

addBoardsCalendarKeyGenerateByIdBoard

addBoardsCalendarKeyGenerateByIdBoard()
trello.addBoardsCalendarKeyGenerateByIdBoard({
  "idBoard": ""
}, context)

Input

  • input object
idBoard required string: boardid

Output

Output schema unknown

getBoardsCardsByIdBoard

getBoardsCardsByIdBoard()
trello.getBoardsCardsByIdBoard({
  "idBoard": ""
}, context)

Input

  • input object
idBoard required string: boardid actions string: all or a comma-separated list of: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember or updateOrganization attachments string: A boolean value or "cover" for only card cover attachments attachmentfields string: all or a comma-separated list of: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews or url stickers string: true or false members string: true or false memberfields string: all or a comma-separated list of: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url or username checkItemStates string: true or false checklists string: One of: all or none limit string: a number from 1 to 1000 since string: A date, or null before string: A date, or null filter string: One of: all, closed, none, open or visible fields string: all or a comma-separated list of: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed or url

Output

Output schema unknown

getBoardsCardsByIdBoardByFilter

getBoardsCardsByIdBoardByFilter()
trello.getBoardsCardsByIdBoardByFilter({
  "idBoard": "",
  "filter": ""
}, context)

Input

  • input object
idBoard required string: board
id
filter required string: filter

Output

Output schema unknown

getBoardsCardsByIdBoardByIdCard

getBoardsCardsByIdBoardByIdCard()
trello.getBoardsCardsByIdBoardByIdCard({
  "idBoard": "",
  "idCard": ""
}, context)

Input

  • input object
idBoard required string: boardid idCard required string: idCard attachments string: A boolean value or "cover" for only card cover attachments attachmentfields string: all or a comma-separated list of: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews or url actions string: all or a comma-separated list of: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember or updateOrganization actionsentities string: true or false actionsdisplay string: true or false actions
limit string: a number from 0 to 1000
action
fields string: all or a comma-separated list of: data, date, idMemberCreator or type
action
memberCreatorfields string: all or a comma-separated list of: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url or username members string: true or false memberfields string: all or a comma-separated list of: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url or username
checkItemStates string: true or false checkItemStatefields string: all or a comma-separated list of: idCheckItem or state labels string: true or false checklists string: One of: all or none checklistfields string: all or a comma-separated list of: idBoard, idCard, name or pos fields string: all or a comma-separated list of: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed or url

Output

Output schema unknown

getBoardsChecklistsByIdBoard

getBoardsChecklistsByIdBoard()
trello.getBoardsChecklistsByIdBoard({
  "idBoard": ""
}, context)

Input

  • input object
idBoard required string: board
id
cards string: One of: all, closed, none, open or visible cardfields string: all or a comma-separated list of: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed or url checkItems string: One of: all or none checkItemfields string: all or a comma-separated list of: name, nameData, pos, state or type filter string: One of: all or none fields string: all or a comma-separated list of: idBoard, idCard, name or pos

Output

Output schema unknown

addBoardsChecklistsByIdBoard

addBoardsChecklistsByIdBoard()
trello.addBoardsChecklistsByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: board
id
body required boardschecklists

Output

Output schema unknown

updateBoardsClosedByIdBoard

updateBoardsClosedByIdBoard()
trello.updateBoardsClosedByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid body required boardsclosed

Output

Output schema unknown

getBoardsDeltasByIdBoard

getBoardsDeltasByIdBoard()
trello.getBoardsDeltasByIdBoard({
  "idBoard": "",
  "tags": "",
  "ixLastUpdate": ""
}, context)

Input

  • input object
idBoard required string: boardid tags required string: A valid tag for subscribing ixLastUpdate required string: a number from -1 to Infinity

Output

Output schema unknown

updateBoardsDescByIdBoard

updateBoardsDescByIdBoard()
trello.updateBoardsDescByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid body required boardsdesc

Output

Output schema unknown

addBoardsEmailKeyGenerateByIdBoard

addBoardsEmailKeyGenerateByIdBoard()
trello.addBoardsEmailKeyGenerateByIdBoard({
  "idBoard": ""
}, context)

Input

  • input object
idBoard required string: boardid

Output

Output schema unknown

updateBoardsIdOrganizationByIdBoard

updateBoardsIdOrganizationByIdBoard()
trello.updateBoardsIdOrganizationByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid body required boardsidOrganization

Output

Output schema unknown

updateBoardsLabelNamesBlueByIdBoard

updateBoardsLabelNamesBlueByIdBoard()
trello.updateBoardsLabelNamesBlueByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid body required labelNamesblue

Output

Output schema unknown

updateBoardsLabelNamesGreenByIdBoard

updateBoardsLabelNamesGreenByIdBoard()
trello.updateBoardsLabelNamesGreenByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid body required labelNamesgreen

Output

Output schema unknown

updateBoardsLabelNamesOrangeByIdBoard

updateBoardsLabelNamesOrangeByIdBoard()
trello.updateBoardsLabelNamesOrangeByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid body required labelNamesorange

Output

Output schema unknown

updateBoardsLabelNamesPurpleByIdBoard

updateBoardsLabelNamesPurpleByIdBoard()
trello.updateBoardsLabelNamesPurpleByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid body required labelNamespurple

Output

Output schema unknown

updateBoardsLabelNamesRedByIdBoard

updateBoardsLabelNamesRedByIdBoard()
trello.updateBoardsLabelNamesRedByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid body required labelNamesred

Output

Output schema unknown

updateBoardsLabelNamesYellowByIdBoard

updateBoardsLabelNamesYellowByIdBoard()
trello.updateBoardsLabelNamesYellowByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid body required labelNamesyellow

Output

Output schema unknown

getBoardsLabelsByIdBoard

getBoardsLabelsByIdBoard()
trello.getBoardsLabelsByIdBoard({
  "idBoard": ""
}, context)

Input

  • input object
idBoard required string: boardid fields string: all or a comma-separated list of: color, idBoard, name or uses limit string: a number from 0 to 1000

Output

Output schema unknown

addBoardsLabelsByIdBoard

addBoardsLabelsByIdBoard()
trello.addBoardsLabelsByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid body required boardslabels

Output

Output schema unknown

getBoardsLabelsByIdBoardByIdLabel

getBoardsLabelsByIdBoardByIdLabel()
trello.getBoardsLabelsByIdBoardByIdLabel({
  "idBoard": "",
  "idLabel": ""
}, context)

Input

  • input object
idBoard required string: boardid idLabel required string: idLabel fields string: all or a comma-separated list of: color, idBoard, name or uses

Output

Output schema unknown

getBoardsListsByIdBoard

getBoardsListsByIdBoard()
trello.getBoardsListsByIdBoard({
  "idBoard": ""
}, context)

Input

  • input object
idBoard required string: boardid cards string: One of: all, closed, none, open or visible cardfields string: all or a comma-separated list of: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed or url filter string: One of: all, closed, none or open fields string: all or a comma-separated list of: closed, idBoard, name, pos or subscribed

Output

Output schema unknown

addBoardsListsByIdBoard

addBoardsListsByIdBoard()
trello.addBoardsListsByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: board
id
body required boardslists

Output

Output schema unknown

getBoardsListsByIdBoardByFilter

getBoardsListsByIdBoardByFilter()
trello.getBoardsListsByIdBoardByFilter({
  "idBoard": "",
  "filter": ""
}, context)

Input

  • input object
idBoard required string: boardid filter required string: filter

Output

Output schema unknown

addBoardsMarkAsViewedByIdBoard

addBoardsMarkAsViewedByIdBoard()
trello.addBoardsMarkAsViewedByIdBoard({
  "idBoard": ""
}, context)

Input

  • input object
idBoard required string: board
id

Output

Output schema unknown

getBoardsMembersByIdBoard

getBoardsMembersByIdBoard()
trello.getBoardsMembersByIdBoard({
  "idBoard": ""
}, context)

Input

  • input object
idBoard required string: boardid filter string: One of: admins, all, none, normal or owners fields string: all or a comma-separated list of: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url or username activity string: true or false ; works for premium organizations only.

Output

Output schema unknown

updateBoardsMembersByIdBoard

updateBoardsMembersByIdBoard()
trello.updateBoardsMembersByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: board
id body required boardsmembers

Output

Output schema unknown

getBoardsMembersByIdBoardByFilter

getBoardsMembersByIdBoardByFilter()
trello.getBoardsMembersByIdBoardByFilter({
  "idBoard": "",
  "filter": ""
}, context)

Input

  • input object
idBoard required string: boardid filter required string: filter

Output

Output schema unknown

deleteBoardsMembersByIdBoardByIdMember

deleteBoardsMembersByIdBoardByIdMember()
trello.deleteBoardsMembersByIdBoardByIdMember({
  "idBoard": "",
  "idMember": ""
}, context)

Input

  • input object
idBoard required string: board
id
idMember required string: idMember

Output

Output schema unknown

updateBoardsMembersByIdBoardByIdMember

updateBoardsMembersByIdBoardByIdMember()
trello.updateBoardsMembersByIdBoardByIdMember({
  "idBoard": "",
  "idMember": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid idMember required string: idMember body required boardsmembers

Output

Output schema unknown

getBoardsMembersCardsByIdBoardByIdMember

getBoardsMembersCardsByIdBoardByIdMember()
trello.getBoardsMembersCardsByIdBoardByIdMember({
  "idBoard": "",
  "idMember": ""
}, context)

Input

  • input object
idBoard required string: boardid idMember required string: idMember actions string: all or a comma-separated list of: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember or updateOrganization attachments string: A boolean value or "cover" for only card cover attachments attachmentfields string: all or a comma-separated list of: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews or url members string: true or false memberfields string: all or a comma-separated list of: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url or username checkItemStates string: true or false checklists string: One of: all or none board string: true or false boardfields string: all or a comma-separated list of: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed or url list string: true or false listfields string: all or a comma-separated list of: closed, idBoard, name, pos or subscribed filter string: One of: all, closed, none, open or visible fields string: all or a comma-separated list of: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed or url

Output

Output schema unknown

getBoardsMembersInvitedByIdBoard

getBoardsMembersInvitedByIdBoard()
trello.getBoardsMembersInvitedByIdBoard({
  "idBoard": ""
}, context)

Input

  • input object
idBoard required string: boardid fields string: all or a comma-separated list of: avatarHash, avatarSource, bio, bioData, confirmed, email, fullName, gravatarHash, idBoards, idBoardsPinned, idOrganizations, idPremOrgsAdmin, initials, loginTypes, memberType, oneTimeMessagesDismissed, prefs, premiumFeatures, products, status, status, trophies, uploadedAvatarHash, url or username

Output

Output schema unknown

getBoardsMembersInvitedByIdBoardByField

getBoardsMembersInvitedByIdBoardByField()
trello.getBoardsMembersInvitedByIdBoardByField({
  "idBoard": "",
  "field": ""
}, context)

Input

  • input object
idBoard required string: board
id
field required string: field

Output

Output schema unknown

getBoardsMembershipsByIdBoard

getBoardsMembershipsByIdBoard()
trello.getBoardsMembershipsByIdBoard({
  "idBoard": ""
}, context)

Input

  • input object
idBoard required string: boardid filter string: all or a comma-separated list of: active, admin, deactivated, me or normal member string: true or false memberfields string: all or a comma-separated list of: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url or username

Output

Output schema unknown

getBoardsMembershipsByIdBoardByIdMembership

getBoardsMembershipsByIdBoardByIdMembership()
trello.getBoardsMembershipsByIdBoardByIdMembership({
  "idBoard": "",
  "idMembership": ""
}, context)

Input

  • input object
idBoard required string: boardid idMembership required string: idMembership member string: true or false memberfields string: all or a comma-separated list of: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url or username

Output

Output schema unknown

updateBoardsMembershipsByIdBoardByIdMembership

updateBoardsMembershipsByIdBoardByIdMembership()
trello.updateBoardsMembershipsByIdBoardByIdMembership({
  "idBoard": "",
  "idMembership": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid idMembership required string: idMembership body required boardsmemberships

Output

Output schema unknown

getBoardsMyPrefsByIdBoard

getBoardsMyPrefsByIdBoard()
trello.getBoardsMyPrefsByIdBoard({
  "idBoard": ""
}, context)

Input

  • input object
idBoard required string: boardid

Output

Output schema unknown

updateBoardsMyPrefsEmailPositionByIdBoard

updateBoardsMyPrefsEmailPositionByIdBoard()
trello.updateBoardsMyPrefsEmailPositionByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid body required myPrefsemailPosition

Output

Output schema unknown

updateBoardsMyPrefsIdEmailListByIdBoard

updateBoardsMyPrefsIdEmailListByIdBoard()
trello.updateBoardsMyPrefsIdEmailListByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid body required myPrefsidEmailList

Output

Output schema unknown

updateBoardsMyPrefsShowListGuideByIdBoard

updateBoardsMyPrefsShowListGuideByIdBoard()
trello.updateBoardsMyPrefsShowListGuideByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid body required myPrefsshowListGuide

Output

Output schema unknown

updateBoardsMyPrefsShowSidebarByIdBoard

updateBoardsMyPrefsShowSidebarByIdBoard()
trello.updateBoardsMyPrefsShowSidebarByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid body required myPrefsshowSidebar

Output

Output schema unknown

updateBoardsMyPrefsShowSidebarActivityByIdBoard

updateBoardsMyPrefsShowSidebarActivityByIdBoard()
trello.updateBoardsMyPrefsShowSidebarActivityByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid body required myPrefsshowSidebarActivity

Output

Output schema unknown

updateBoardsMyPrefsShowSidebarBoardActionsByIdBoard

updateBoardsMyPrefsShowSidebarBoardActionsByIdBoard()
trello.updateBoardsMyPrefsShowSidebarBoardActionsByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid body required myPrefsshowSidebarBoardActions

Output

Output schema unknown

updateBoardsMyPrefsShowSidebarMembersByIdBoard

updateBoardsMyPrefsShowSidebarMembersByIdBoard()
trello.updateBoardsMyPrefsShowSidebarMembersByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid body required myPrefsshowSidebarMembers

Output

Output schema unknown

updateBoardsNameByIdBoard

updateBoardsNameByIdBoard()
trello.updateBoardsNameByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid body required boardsname

Output

Output schema unknown

getBoardsOrganizationByIdBoard

getBoardsOrganizationByIdBoard()
trello.getBoardsOrganizationByIdBoard({
  "idBoard": ""
}, context)

Input

  • input object
idBoard required string: boardid fields string: all or a comma-separated list of: billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, memberships, name, powerUps, prefs, premiumFeatures, products, url or website

Output

Output schema unknown

getBoardsOrganizationByIdBoardByField

getBoardsOrganizationByIdBoardByField()
trello.getBoardsOrganizationByIdBoardByField({
  "idBoard": "",
  "field": ""
}, context)

Input

  • input object
idBoard required string: board
id
field required string: field

Output

Output schema unknown

addBoardsPowerUpsByIdBoard

addBoardsPowerUpsByIdBoard()
trello.addBoardsPowerUpsByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid body required boardspowerUps

Output

Output schema unknown

deleteBoardsPowerUpsByIdBoardByPowerUp

deleteBoardsPowerUpsByIdBoardByPowerUp()
trello.deleteBoardsPowerUpsByIdBoardByPowerUp({
  "idBoard": "",
  "powerUp": ""
}, context)

Input

  • input object
idBoard required string: boardid powerUp required string: powerUp

Output

Output schema unknown

updateBoardsPrefsBackgroundByIdBoard

updateBoardsPrefsBackgroundByIdBoard()
trello.updateBoardsPrefsBackgroundByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: board
id
body required prefsbackground

Output

Output schema unknown

updateBoardsPrefsCalendarFeedEnabledByIdBoard

updateBoardsPrefsCalendarFeedEnabledByIdBoard()
trello.updateBoardsPrefsCalendarFeedEnabledByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid body required prefscalendarFeedEnabled

Output

Output schema unknown

updateBoardsPrefsCardAgingByIdBoard

updateBoardsPrefsCardAgingByIdBoard()
trello.updateBoardsPrefsCardAgingByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid body required prefscardAging

Output

Output schema unknown

updateBoardsPrefsCardCoversByIdBoard

updateBoardsPrefsCardCoversByIdBoard()
trello.updateBoardsPrefsCardCoversByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid body required prefscardCovers

Output

Output schema unknown

updateBoardsPrefsCommentsByIdBoard

updateBoardsPrefsCommentsByIdBoard()
trello.updateBoardsPrefsCommentsByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid body required prefscomments

Output

Output schema unknown

updateBoardsPrefsInvitationsByIdBoard

updateBoardsPrefsInvitationsByIdBoard()
trello.updateBoardsPrefsInvitationsByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid body required prefsinvitations

Output

Output schema unknown

updateBoardsPrefsPermissionLevelByIdBoard

updateBoardsPrefsPermissionLevelByIdBoard()
trello.updateBoardsPrefsPermissionLevelByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid body required prefspermissionLevel

Output

Output schema unknown

updateBoardsPrefsSelfJoinByIdBoard

updateBoardsPrefsSelfJoinByIdBoard()
trello.updateBoardsPrefsSelfJoinByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid body required prefsselfJoin

Output

Output schema unknown

updateBoardsPrefsVotingByIdBoard

updateBoardsPrefsVotingByIdBoard()
trello.updateBoardsPrefsVotingByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid body required prefsvoting

Output

Output schema unknown

updateBoardsSubscribedByIdBoard

updateBoardsSubscribedByIdBoard()
trello.updateBoardsSubscribedByIdBoard({
  "idBoard": "",
  "body": {}
}, context)

Input

  • input object
idBoard required string: boardid body required boardssubscribed

Output

Output schema unknown

getBoardsByIdBoardByField

getBoardsByIdBoardByField()
trello.getBoardsByIdBoardByField({
  "idBoard": "",
  "field": ""
}, context)

Input

  • input object
idBoard required string: boardid field required string: field

Output

Output schema unknown

addCards

addCards()
trello.addCards({
  "body": {}
}, context)

Input

  • input object
body required cards

Output

Output schema unknown

deleteCardsByIdCard

deleteCardsByIdCard()
trello.deleteCardsByIdCard({
  "idCard": ""
}, context)

Input

  • input object
idCard required string: card id or shortlink

Output

Output schema unknown

getCardsByIdCard

getCardsByIdCard()
trello.getCardsByIdCard({
  "idCard": ""
}, context)

Input

  • input object
idCard required string: card id or shortlink actions string: all or a comma-separated list of: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember or updateOrganization actionsentities string: true or false actionsdisplay string: true or false actionslimit string: a number from 0 to 1000 actionfields string: all or a comma-separated list of: data, date, idMemberCreator or type actionmemberCreatorfields string: all or a comma-separated list of: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url or username attachments string: A boolean value or "cover" for only card cover attachments attachmentfields string: all or a comma-separated list of: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews or url members string: true or false memberfields string: all or a comma-separated list of: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url or username membersVoted string: true or false memberVotedfields string: all or a comma-separated list of: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url or username checkItemStates string: true or false checkItemStatefields string: all or a comma-separated list of: idCheckItem or state checklists string: One of: all or none checklistfields string: all or a comma-separated list of: idBoard, idCard, name or pos board string: true or false boardfields string: all or a comma-separated list of: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed or url list string: true or false listfields string: all or a comma-separated list of: closed, idBoard, name, pos or subscribed stickers string: true or false stickerfields string: all or a comma-separated list of: image, imageScaled, imageUrl, left, rotate, top or zIndex fields string: all or a comma-separated list of: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed or url

Output

Output schema unknown

updateCardsByIdCard

updateCardsByIdCard()
trello.updateCardsByIdCard({
  "idCard": "",
  "body": {}
}, context)

Input

  • input object
idCard required string: card id or shortlink body required cards

Output

Output schema unknown

getCardsActionsByIdCard

getCardsActionsByIdCard()
trello.getCardsActionsByIdCard({
  "idCard": ""
}, context)

Input

  • input object
idCard required string: card id or shortlink entities string: true or false display string: true or false filter string: all or a comma-separated list of: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember or updateOrganization fields string: all or a comma-separated list of: data, date, idMemberCreator or type limit string: a number from 0 to 1000 format string: One of: count, list or minimal since string: A date, null or lastView before string: A date, or null page string: Page limit must be less than 1000 idModels string: Only return actions related to these model ids member string: true or false memberfields string: all or a comma-separated list of: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url or username memberCreator string: true or false memberCreatorfields string: all or a comma-separated list of: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url or username

Output

Output schema unknown

addCardsActionsCommentsByIdCard

addCardsActionsCommentsByIdCard()
trello.addCardsActionsCommentsByIdCard({
  "idCard": "",
  "body": {}
}, context)

Input

  • input object
idCard required string: card id or shortlink body required actionscomments

Output

Output schema unknown

deleteCardsActionsCommentsByIdCardByIdAction

This can only be done by the original author of the comment, or someone with higher permissions than the original author.
trello.deleteCardsActionsCommentsByIdCardByIdAction({
  "idCard": "",
  "idAction": ""
}, context)

Input

  • input object
idCard required string: card id or shortlink idAction required string: idAction

Output

Output schema unknown

updateCardsActionsCommentsByIdCardByIdAction

This can only be done by the original author of the comment.
trello.updateCardsActionsCommentsByIdCardByIdAction({
  "idCard": "",
  "idAction": "",
  "body": {}
}, context)

Input

  • input object
idCard required string: card id or shortlink idAction required string: idAction body required cardsactionscomments

Output

Output schema unknown

getCardsAttachmentsByIdCard

getCardsAttachmentsByIdCard()
trello.getCardsAttachmentsByIdCard({
  "idCard": ""
}, context)

Input

  • input object
idCard required string: card id or shortlink fields string: all or a comma-separated list of: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews or url filter string: A boolean value or "cover" for only card cover attachments

Output

Output schema unknown

addCardsAttachmentsByIdCard

addCardsAttachmentsByIdCard()
trello.addCardsAttachmentsByIdCard({
  "idCard": ""
}, context)

Input

  • input object
idCard required string: card id or shortlink body cardsattachments file string, object: File contents
* content `string`
* encoding `string` (values: ascii, utf8, utf16le, base64, binary, hex)
* contentType `string`
* filename `string`

Output

Output schema unknown

deleteCardsAttachmentsByIdCardByIdAttachment

deleteCardsAttachmentsByIdCardByIdAttachment()
trello.deleteCardsAttachmentsByIdCardByIdAttachment({
  "idCard": "",
  "idAttachment": ""
}, context)

Input

  • input object
idCard required string: card id or shortlink idAttachment required string: idAttachment

Output

Output schema unknown

getCardsAttachmentsByIdCardByIdAttachment

getCardsAttachmentsByIdCardByIdAttachment()
trello.getCardsAttachmentsByIdCardByIdAttachment({
  "idCard": "",
  "idAttachment": ""
}, context)

Input

  • input object
idCard required string: card id or shortlink idAttachment required string: idAttachment fields string: all or a comma-separated list of: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews or url

Output

Output schema unknown

getCardsBoardByIdCard

getCardsBoardByIdCard()
trello.getCardsBoardByIdCard({
  "idCard": ""
}, context)

Input

  • input object
idCard required string: card id or shortlink fields string: all or a comma-separated list of: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed or url

Output

Output schema unknown

getCardsBoardByIdCardByField

getCardsBoardByIdCardByField()
trello.getCardsBoardByIdCardByField({
  "idCard": "",
  "field": ""
}, context)

Input

  • input object
idCard required string: card id or shortlink field required string: field

Output

Output schema unknown

getCardsCheckItemStatesByIdCard

getCardsCheckItemStatesByIdCard()
trello.getCardsCheckItemStatesByIdCard({
  "idCard": ""
}, context)

Input

  • input object
idCard required string: card id or shortlink fields string: all or a comma-separated list of: idCheckItem or state

Output

Output schema unknown

updateCardsChecklistCheckItemByIdCardByIdChecklistCurrentByIdCheckItem

updateCardsChecklistCheckItemByIdCardByIdChecklistCurrentByIdCheckItem()
trello.updateCardsChecklistCheckItemByIdCardByIdChecklistCurrentByIdCheckItem({
  "idCard": "",
  "idChecklistCurrent": "",
  "idCheckItem": "",
  "body": {}
}, context)

Input

  • input object
idCard required string: card id or shortlink idChecklistCurrent required string: idChecklistCurrent idCheckItem required string: idCheckItem body required cardschecklistidChecklistCurrentcheckItem

Output

Output schema unknown

addCardsChecklistCheckItemByIdCardByIdChecklist

addCardsChecklistCheckItemByIdCardByIdChecklist()
trello.addCardsChecklistCheckItemByIdCardByIdChecklist({
  "idCard": "",
  "idChecklist": "",
  "body": {}
}, context)

Input

  • input object
idCard required string: card id or shortlink idChecklist required string: idChecklist body required cardschecklistcheckItem

Output

Output schema unknown

deleteCardsChecklistCheckItemByIdCardByIdChecklistByIdCheckItem

deleteCardsChecklistCheckItemByIdCardByIdChecklistByIdCheckItem()
trello.deleteCardsChecklistCheckItemByIdCardByIdChecklistByIdCheckItem({
  "idCard": "",
  "idChecklist": "",
  "idCheckItem": ""
}, context)

Input

  • input object
idCard required string: card id or shortlink idChecklist required string: idChecklist idCheckItem required string: idCheckItem

Output

Output schema unknown

addCardsChecklistCheckItemConvertToCardByIdCardByIdChecklistByIdCheckItem

addCardsChecklistCheckItemConvertToCardByIdCardByIdChecklistByIdCheckItem()
trello.addCardsChecklistCheckItemConvertToCardByIdCardByIdChecklistByIdCheckItem({
  "idCard": "",
  "idChecklist": "",
  "idCheckItem": ""
}, context)

Input

  • input object
idCard required string: card id or shortlink idChecklist required string: idChecklist idCheckItem required string: idCheckItem

Output

Output schema unknown

updateCardsChecklistCheckItemNameByIdCardByIdChecklistByIdCheckItem

updateCardsChecklistCheckItemNameByIdCardByIdChecklistByIdCheckItem()
trello.updateCardsChecklistCheckItemNameByIdCardByIdChecklistByIdCheckItem({
  "idCard": "",
  "idChecklist": "",
  "idCheckItem": "",
  "body": {}
}, context)

Input

  • input object
idCard required string: card id or shortlink idChecklist required string: idChecklist idCheckItem required string: idCheckItem body required cardschecklistcheckItemname

Output

Output schema unknown

updateCardsChecklistCheckItemPosByIdCardByIdChecklistByIdCheckItem

updateCardsChecklistCheckItemPosByIdCardByIdChecklistByIdCheckItem()
trello.updateCardsChecklistCheckItemPosByIdCardByIdChecklistByIdCheckItem({
  "idCard": "",
  "idChecklist": "",
  "idCheckItem": "",
  "body": {}
}, context)

Input

  • input object
idCard required string: card id or shortlink idChecklist required string: idChecklist idCheckItem required string: idCheckItem body required cardschecklistcheckItempos

Output

Output schema unknown

updateCardsChecklistCheckItemStateByIdCardByIdChecklistByIdCheckItem

updateCardsChecklistCheckItemStateByIdCardByIdChecklistByIdCheckItem()
trello.updateCardsChecklistCheckItemStateByIdCardByIdChecklistByIdCheckItem({
  "idCard": "",
  "idChecklist": "",
  "idCheckItem": "",
  "body": {}
}, context)

Input

  • input object
idCard required string: card id or shortlink idChecklist required string: idChecklist idCheckItem required string: idCheckItem body required cardschecklistcheckItemstate

Output

Output schema unknown

getCardsChecklistsByIdCard

getCardsChecklistsByIdCard()
trello.getCardsChecklistsByIdCard({
  "idCard": ""
}, context)

Input

  • input object
idCard required string: card id or shortlink cards string: One of: all, closed, none, open or visible cardfields string: all or a comma-separated list of: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed or url checkItems string: One of: all or none checkItemfields string: all or a comma-separated list of: name, nameData, pos, state or type filter string: One of: all or none fields string: all or a comma-separated list of: idBoard, idCard, name or pos

Output

Output schema unknown

addCardsChecklistsByIdCard

addCardsChecklistsByIdCard()
trello.addCardsChecklistsByIdCard({
  "idCard": "",
  "body": {}
}, context)

Input

  • input object
idCard required string: card id or shortlink body required cardschecklists

Output

Output schema unknown

deleteCardsChecklistsByIdCardByIdChecklist

deleteCardsChecklistsByIdCardByIdChecklist()
trello.deleteCardsChecklistsByIdCardByIdChecklist({
  "idCard": "",
  "idChecklist": ""
}, context)

Input

  • input object
idCard required string: card id or shortlink idChecklist required string: idChecklist

Output

Output schema unknown

updateCardsClosedByIdCard

updateCardsClosedByIdCard()
trello.updateCardsClosedByIdCard({
  "idCard": "",
  "body": {}
}, context)

Input

  • input object
idCard required string: card id or shortlink body required cardsclosed

Output

Output schema unknown

updateCardsDescByIdCard

updateCardsDescByIdCard()
trello.updateCardsDescByIdCard({
  "idCard": "",
  "body": {}
}, context)

Input

  • input object
idCard required string: card id or shortlink body required cardsdesc

Output

Output schema unknown

updateCardsDueByIdCard

updateCardsDueByIdCard()
trello.updateCardsDueByIdCard({
  "idCard": "",
  "body": {}
}, context)

Input

  • input object
idCard required string: card id or shortlink body required cardsdue

Output

Output schema unknown

updateCardsIdAttachmentCoverByIdCard

updateCardsIdAttachmentCoverByIdCard()
trello.updateCardsIdAttachmentCoverByIdCard({
  "idCard": "",
  "body": {}
}, context)

Input

  • input object
idCard required string: card id or shortlink body required cardsidAttachmentCover

Output

Output schema unknown

updateCardsIdBoardByIdCard

updateCardsIdBoardByIdCard()
trello.updateCardsIdBoardByIdCard({
  "idCard": "",
  "body": {}
}, context)

Input

  • input object
idCard required string: card id or shortlink body required cardsidBoard

Output

Output schema unknown

addCardsIdLabelsByIdCard

addCardsIdLabelsByIdCard()
trello.addCardsIdLabelsByIdCard({
  "idCard": "",
  "body": {}
}, context)

Input

  • input object
idCard required string: card id or shortlink body required cardsidLabels

Output

Output schema unknown

deleteCardsIdLabelsByIdCardByIdLabel

deleteCardsIdLabelsByIdCardByIdLabel()
trello.deleteCardsIdLabelsByIdCardByIdLabel({
  "idCard": "",
  "idLabel": ""
}, context)

Input

  • input object
idCard required string: card id or shortlink idLabel required string: idLabel

Output

Output schema unknown

updateCardsIdListByIdCard

updateCardsIdListByIdCard()
trello.updateCardsIdListByIdCard({
  "idCard": "",
  "body": {}
}, context)

Input

  • input object
idCard required string: card id or shortlink body required cardsidList

Output

Output schema unknown

addCardsIdMembersByIdCard

addCardsIdMembersByIdCard()
trello.addCardsIdMembersByIdCard({
  "idCard": "",
  "body": {}
}, context)

Input

  • input object
idCard required string: card id or shortlink body required cardsidMembers

Output

Output schema unknown

updateCardsIdMembersByIdCard

updateCardsIdMembersByIdCard()
trello.updateCardsIdMembersByIdCard({
  "idCard": "",
  "body": {}
}, context)

Input

  • input object
idCard required string: card id or shortlink body required cardsidMembers

Output

Output schema unknown

deleteCardsIdMembersByIdCardByIdMember

deleteCardsIdMembersByIdCardByIdMember()
trello.deleteCardsIdMembersByIdCardByIdMember({
  "idCard": "",
  "idMember": ""
}, context)

Input

  • input object
idCard required string: card id or shortlink idMember required string: idMember

Ou