Trello.js - API library
    Preparing search index...

    Interface GetCardChecklists

    interface GetCardChecklists {
        checkItemFields?: string;
        checkItems?: string;
        fields?: string;
        filter?: string;
        id: string;
    }
    Index

    Properties

    checkItemFields?: string

    all or a comma-separated list of: name,nameData,pos,state,type

    checkItems?: string

    all or none

    fields?: string

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

    filter?: string

    all or none

    id: string

    The ID of the Card