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

    Interface GetMemberNotifications

    interface GetMemberNotifications {
        before?: string;
        display?: boolean;
        entities?: boolean;
        fields?: string;
        filter?: string;
        id: string;
        limit?: number;
        memberCreator?: boolean;
        memberCreatorFields?: string;
        page?: number;
        readFilter?: string;
        since?: string;
    }

    Hierarchy

    • Actions
      • GetMemberNotifications
    Index

    Properties

    before?: string

    An action ID

    display?: boolean
    entities?: boolean
    fields?: string

    all or a comma-separated list of notification fields

    filter?: string
    id: string

    The ID or username of the member

    limit?: number

    Max 1000

    memberCreator?: boolean
    memberCreatorFields?: string

    all or a comma-separated list of member fields

    page?: number

    Max 100

    readFilter?: string

    One of: all, read, unread

    since?: string

    An action ID