Skip to content

How to use getCardsOnBoardWithExtraParams? #70

@nillswe

Description

@nillswe

Hello,
i'm trying to use getCardsOnBoardWithExtraParams, but i don't know what i'm doing wrong.
I want to return only cards with due date equals false.

let params = { dueComplete: false }
let boardId = "......"
 trello.getCardsOnBoardWithExtraParams(boardId, params)
 .then(boards => {
// My implementation
})

Can anyone help me?
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions