interface CountNotificationParams {
    alreadyRead?: boolean;
    resourceAlreadyRead?: boolean;
}

Properties

alreadyRead?: boolean

This parameter is optional. Set this parameter to false to get unread notification count since the last time checked by user and true for already read notification count.

resourceAlreadyRead?: boolean

This parameter is optional. Set to false for unread notification count and true for already read notification count.