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

    Interface GetChecklist

    interface GetChecklist {
        cards?: string;
        checkItemFields?: string;
        checkItems?: string;
        fields?: string;
        id: string;
    }
    Index

    Properties

    cards?: string

    Valid values: all, closed, none, open, visible. Cards is a nested resource. The additional query params available are documented at Cards Nested Resource.

    checkItemFields?: string

    The fields on the checkItem to return if checkItems are being returned. all or a comma-separated list of: name, nameData, pos, state, type

    checkItems?: string

    The check items on the list to return. One of: all, none.

    fields?: string

    all or a comma-separated list of checklist fields

    id: string

    ID of a checklist.