MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
meta=notifications (not)
- This module requires read rights.
- Source: Echo
- License: MIT
सध्याच्या सदस्यासाठी ताटकळत असलेल्या अधिसूचना प्राप्त करा.
- notfilter
परतविलेल्या अधिसूचना गाळा.
- Values (separate with | or alternative): !read, read
- Default: read|!read
- notprop
विनंती करावयाचा तपशिल.
- Values (separate with | or alternative): count, list, seenTime
- Default: list
- notsections
पृच्छा करावयासाठीचे विभाग (म्हणजे - 'सजगता' व 'संदेश' यांची सरमिसळ).
- Values (separate with | or alternative): alert, message
- Default: alert|message
- notgroupbysection
निकालाचे विभागानुसार गट करावयाचे काय. जर स्थापिल्या गेले तर,प्रत्येक विभागास वेगळ्या रितीने पुरवठा होतो.
- Type: boolean (details)
- notformat
जर नमूद केले तर, अधिसूचना या प्रकारे प्रारुपण करुन पाठविल्या जातील.
- model
- Raw notification data
- special
- Formatted for Special:Notifications page (and only that!) Do not rely on the HTML as it may change at any given time.
- flyout
- Deprecated. Use notformat=model for raw data
- html
- Deprecated. Use notformat=model for raw data
- One of the following values: flyout, html, model, special
- notlimit
The maximum number of notifications to return.
- Type: integer or max
- The value must be between १ and ५०.
- Default: 20
- notcontinue
When more results are available, use this to continue. More detailed information on how to continue queries can be found on mediawiki.org.
- notunreadfirst
Whether to show unread notifications first (only used if groupbysection is not set).
- Type: boolean (details)
- nottitles
या पानांसाठीच्या फक्त परतीच्या अधिसूचना.कोणत्याही पानाशी संलग्न नसलेल्या अधिसूचना मिळविण्यास,[]शीर्षक म्हणून वापरा.
- Separate values with | or alternative.
- Maximum number of values is ५० (५०० for clients that are allowed higher limits).
- notbundle
Whether to show bundle compatible unread notifications according to notification types bundling rules.
- Type: boolean (details)
- notnotifiertypes
Notifier types for which to return notifications.
- Values (separate with | or alternative): email, web
- Default: web
- notalertcontinue
When more alert results are available, use this to continue.
- notalertunreadfirst
Whether to show unread message notifications first (only used if groupbysection is set).
- Type: boolean (details)
- notmessagecontinue
जेंव्हा अधिक संदेश निकाल उपलब्ध असतील, याचा वापर पुढे जाण्यास करा.
- notmessageunreadfirst
Whether to show unread alert notifications first (only used if groupbysection is set).
- Type: boolean (details)
- अधिसूचनांची यादी करा
- api.php?action=query&meta=notifications [open in sandbox]
- अधिसूचनांचे विभागानुसार गट पाडून,मोजणीसह यादी करा
- api.php?action=query&meta=notifications¬prop=count¬sections=alert|message¬groupbysection=1 [open in sandbox]
- List email notifications
- api.php?action=query&meta=notifications¬notifiertypes=email [open in sandbox]