pl-api
    Preparing search index...

    Interface GetUnreadNotificationCountParams

    interface GetUnreadNotificationCountParams {
        account_id?: string;
        exclude_types?: string[];
        limit?: number;
        types?: string[];
    }
    Index

    Properties

    account_id?: string

    Only count unread notifications received from the specified account.

    exclude_types?: string[]

    Types of notifications that should not count towards unread notifications

    limit?: number

    Maximum number of results to return. Defaults to 100 notifications. Max 1000 notifications.

    types?: string[]

    Types of notifications that should count towards unread notifications.