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

    Interface GetNotification

    interface GetNotification {
        board?: boolean;
        boardFields?: string;
        card?: boolean;
        cardFields?: string[] | "all";
        display?: boolean;
        entities?: boolean;
        fields?: string[] | "all";
        id: string;
        list?: boolean;
        member?: boolean;
        memberCreator?: boolean;
        memberCreatorFields?: string[] | "all";
        memberFields?: string[] | "all";
        organization?: boolean;
        organizationFields?: string[] | "all";
    }
    Index

    Properties

    board?: boolean

    Whether to include the board object

    boardFields?: string

    all or a comma-separated list of board fields

    card?: boolean

    Whether to include the card object

    cardFields?: string[] | "all"

    all or a comma-separated list of card fields

    display?: boolean

    Whether to include the display object with the results

    entities?: boolean

    Whether to include the entities object with the results

    fields?: string[] | "all"

    all or a comma-separated list of notification fields

    id: string

    The ID of the notification

    list?: boolean

    Whether to include the list object

    member?: boolean

    Whether to include the member object

    memberCreator?: boolean

    Whether to include the member object of the creator

    memberCreatorFields?: string[] | "all"

    all or a comma-separated list of member fields

    memberFields?: string[] | "all"

    all or a comma-separated list of member fields

    organization?: boolean

    Whether to include the organization object

    organizationFields?: string[] | "all"

    all or a comma-separated list of organization fields