Optional
boardOptional
fields?: string | string[] | ("url" | "closed" | "name" | "desc" | "dateLastActivity" | "descData" | "shortLink" | "shortUrl" | "subscribed" | "dateLastView" | "idOrganization" | "invitations" | "invited" | "labelNames" | "memberships" | "pinned" | "powerUps" | "prefs" | "starred")[]Optional
organization?: stringOptional
boardUse board: { fields: '...' }
instead.
Optional
boardsOptional
limit?: numberThe maximum number of boards returned. Maximum: 1000
Optional
boardsUse boards: { limit: 1 }
instead.
The maximum number of boards returned. Maximum: 1000
Optional
cardOptional
attachments?: booleanWhether to include attachment objects with card results. A boolean value (true or false) or cover for only card cover attachments.
Optional
board?: booleanWhether to include the parent board with card results
Optional
fields?: string | string[] | ("url" | "closed" | "name" | "desc" | "labels" | "badges" | "checkItemStates" | "dateLastActivity" | "descData" | "due" | "email" | "idAttachmentCover" | "idBoard" | "idChecklists" | "idLabels" | "idList" | "idMembers" | "idMembersVoted" | "idShort" | "manualCoverAttachment" | "pos" | "shortLink" | "shortUrl" | "subscribed")[]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
, url
Optional
list?: booleanWhether to include the parent list with card results
Optional
members?: booleanWhether to include member objects with card results
Optional
stickers?: booleanWhether to include sticker objects with card results
Optional
cardUse card: { attachments: true }
instead.
Whether to include attachment objects with card results. A boolean value (true or false) or cover for only card cover attachments.
Optional
cardUse card: { board: true }
instead.
Whether to include the parent board with card results
Optional
cardUse card: { fields: '...' }
instead.
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
, url
Optional
cardUse card: { list: true }
instead.
Whether to include the parent list with card results
Optional
cardUse card: { members: true }
instead.
Whether to include member objects with card results
Optional
cardUse card: { stickers: true }
instead.
Whether to include sticker objects with card results
Optional
cardsOptional
limit?: numberThe maximum number of cards to return. Maximum: 1000
Optional
page?: numberThe page of results for cards. Maximum: 100
Optional
cardsUse cards: { limit: 1 }
instead.
The maximum number of cards to return. Maximum: 1000
Optional
cardsUse cards: { page: 1 }
instead.
The page of results for cards. Maximum: 100
Optional
idmine
or a comma-separated list of Board IDs
Optional
idA comma-separated list of Card IDs
Optional
idA comma-separated list of Organization IDs
Optional
memberOptional
fields?: stringAll or a comma-separated list of: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username
Optional
memberUse member: { fields: '...' }
instead.
All or a comma-separated list of: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username
Optional
membersOptional
limit?: numberThe maximum number of members to return. Maximum 1000
Optional
membersUse members: { limit: 1 }
instead.
The maximum number of members to return. Maximum 1000
Optional
modelWhat type or types of Trello objects you want to search. all or a comma-separated list of: actions
, boards
,
cards
, members
, organizations
Optional
organizationOptional
fields?: string | string[]All or a comma-separated list of billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, memberships, name, powerUps, prefs, premiumFeatures, products, url, website
Optional
organizationUse organization: { fields: '...' }
instead.
All or a comma-separated list of billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, memberships, name, powerUps, prefs, premiumFeatures, products, url, website
Optional
organizationsOptional
limit?: numberThe maximum number of teams to return. Maximum 1000
Optional
organizationsUse organizations: { limit: 1 }
instead.
The maximum number of teams to return. Maximum 1000
Optional
partialBy default, Trello searches for each word in your query against exactly matching words within Member content. Specifying partial to be true means that we will look for content that starts with any of the words in your query. If you are looking for a Card titled "My Development Status Report", by default you would need to search for "Development". If you have partial enabled, you will be able to search for "dev" but not "development".
The search query with a length of 1 to 16384 characters
Generated using TypeDoc v0.24.8
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
,url