Hierarchy

  • GetBoard

Properties

actions?: string

This is a nested resource. Read more about actions as nested resources here.

boardStars?: string

Valid values are one of: mine or none.

card?: {
    attachments?: boolean;
    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")[];
    list?: boolean;
    members?: boolean;
    pluginData?: boolean;
    stickers?: boolean;
}

Type declaration

  • Optional attachments?: boolean

    Whether to include attachment objects with card results. A boolean value (true or false) or cover for only card cover attachments.

  • 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?: boolean

    Whether to include the parent list with card results

  • Optional members?: boolean

    Whether to include member objects with card results

  • Optional pluginData?: boolean

    Use with the cards param to include card pluginData with the response

  • Optional stickers?: boolean

    Whether to include sticker objects with card results

cardPluginData?: boolean

Deprecated

Use card: { pluginData: true } instead.

Use with the cards param to include card pluginData with the response

cards?: string

This is a nested resource. Read more about cards as nested resources here.

checklists?: string

This is a nested resource. Read more about checklists as nested resources here.

customFields?: boolean

This is a nested resource. Read more about custom fields as nested resources here.

fields?: string

The fields of the board to be included in the response. Valid values: all or a comma-separated list of: closed, dateLastActivity, dateLastView, desc, descData, idMemberCreator, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url

id: string
labels?: string

This is a nested resource. Read more about labels as nested resources here.

lists?: string

This is a nested resource. Read more about lists as nested resources here.

members?: string

This is a nested resource. Read more about members as nested resources here.

memberships?: string

This is a nested resource. Read more about memberships as nested resources here.

myPrefs?: boolean
organization?: boolean

This is a nested resource. Read more about organizations as nested resources here.

organizationPluginData?: boolean

Use with the organization param to include organization pluginData with the response

pluginData?: boolean

Determines whether the pluginData for this board should be returned. Valid values: true or false.

tags?: boolean

Also known as collections, tags, refer to the collection(s) that a Board belongs to.

Generated using TypeDoc v0.24.8