GET /cards/{id}

Get a card by its ID

Servers

Path parameters

Name Type Required Description
id String Yes

The ID of the Card

Query parameters

Name Type Required Description
members Boolean No

Whether to return member objects for members on the card

Default value: false

checkItemStates Boolean No

Default value: false

list Boolean No

See the Lists Nested Resource

Default value: false

board Boolean No

Whether to return the board object the card is on

Default value: false

board_fields String No

all or a comma-separated list of board fields. Defaults: name, desc, descData, closed, idOrganization, pinned, url, prefs

stickers Boolean No

Whether to include sticker models with the response

Default value: false

checklist_fields String No

all or a comma-separated list of idBoard,idCard,name,pos

Default value: "all"

fields String No

all or a comma-separated list of fields. Defaults: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, start, idBoard, idChecklists, idLabels, idList, idMembers, idShort, idAttachmentCover, manualCoverAttachment, labels, name, pos, shortUrl, url

attachment_fields String No

all or a comma-separated list of attachment fields

Default value: "all"

member_fields String No

all or a comma-separated list of member fields. Defaults: avatarHash, fullName, initials, username

sticker_fields String No

all or a comma-separated list of sticker fields

Default value: "all"

checklists String No

Whether to return the checklists on the card. all or none

Default value: "none"

actions String No

See the Actions Nested Resource

memberVoted_fields String No

all or a comma-separated list of member fields. Defaults: avatarHash, fullName, initials, username

pluginData Boolean No

Whether to include pluginData on the card with the response

Default value: false

attachments String No

true, false, or cover

Default value: "false"

membersVoted Boolean No

Whether to return member objects for members who voted on the card

Default value: false

customFieldItems Boolean No

Whether to include the customFieldItems

Default value: false

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.