Cards
listCards
Returns cursor-paginated cards for an actor-visible board using the requested filters.
createCard
Creates a card at the start of an active column.
getCard
Returns one actor-visible card.
updateCard
Updates the supplied card fields when the supplied version is current.
deleteCard
Permanently deletes an accessible card when the supplied version is current.
getCardCover
Returns the actor-visible cover for an accessible card.
clearCardCover
Clears the card cover without changing the card version.
setCardCover
Sets a visible clean image as the desired card cover without changing the card version.
moveCard
Moves an active card to a target column when the supplied version is current. The target column may belong to another board of the same workspace; a cross-board move updates the card's board while preserving its identifier, aliases, subtasks, attachments, comments, assignees, and dependencies. Labels are board-scoped, so a cross-board move removes the source board's labels from the card.
archiveCard
Archives a card when the supplied version is current.
restoreCard
Restores a card to its original or first active board column when the supplied version is current.
getCardByIdentifier
Resolves a workspace card identifier, current or historical alias, to its actor-visible card and reports whether the supplied identifier is an alias.
listCardIdentifiers
Returns an actor-visible card's current identifier and its superseded aliases, oldest first.
transferCardWorkstream
Transfers an actor-visible card to another active workstream of the same workspace when the supplied version is current, allocating a new identifier and keeping the previous one as a permanent alias.
listCardDependencies
Returns the actor-visible cards an actor-visible card depends on and the actor-visible cards that depend on it.
setCardDependency
Sets a same-workspace card dependency relationship to present, rejecting cycles.
removeCardDependency
Sets a same-workspace card dependency relationship to absent.