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

    Interface GetCardAttachments

    interface GetCardAttachments {
        fields?: string | string[];
        filter?: string;
        id: string;
    }
    Index

    Properties

    Properties

    fields?: string | string[]

    all or a comma-separated list of attachment fields

    filter?: string

    Use cover to restrict to just the cover attachment

    id: string

    The ID of the Card