MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
meta=notifications (not)
- このモジュールは読み取りの権限を必要とします。
- ソース: Echo
- ライセンス: MIT
Get notifications waiting for the current user.
- notfilter
Filter notifications returned.
- 値 (| または別の文字列で区切る): !read、read
- 既定: read|!read
- notprop
Details to request.
- 値 (| または別の文字列で区切る): count、list、seenTime
- 既定: list
- notsections
The notification sections to query (i.e. some combination of 'alert' and 'message').
- 値 (| または別の文字列で区切る): alert、message
- 既定: alert|message
- notgroupbysection
Whether to group the result by section. Each section is fetched separately if set.
- 型: 真偽値 (詳細)
- notformat
If specified, notifications will be returned formatted this way.
- 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
- 値 (次の値のいずれか1つ): flyout、html、model、special
- notlimit
返す通知の最大数。
- 型: 整数または max
- 値は1以上50以下です。
- 既定: 20
- notcontinue
When more results are available, use this to continue.
- notunreadfirst
Whether to show unread notifications first (only used if groupbysection is not set).
- 型: 真偽値 (詳細)
- nottitles
Only return notifications for these pages. To get notifications not associated with any page, use [] as a title.
- 複数の値は | もしくは代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- notbundle
Whether to show bundle compatible unread notifications according to notification types bundling rules.
- 型: 真偽値 (詳細)
- notnotifiertypes
Notifier types for which to return notifications.
- 値 (| または別の文字列で区切る): email、web
- 既定: 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).
- 型: 真偽値 (詳細)
- notmessagecontinue
When more message results are available, use this to continue.
- notmessageunreadfirst
Whether to show unread alert notifications first (only used if groupbysection is set).
- 型: 真偽値 (詳細)
- Web通知を一覧表示する
- api.php?action=query&meta=notifications [サンドボックスで開く]
- セクションごとにグループ化されたWeb通知をカウントとともに一覧表示します
- api.php?action=query&meta=notifications¬prop=count¬sections=alert|message¬groupbysection=1 [サンドボックスで開く]
- List email notifications
- api.php?action=query&meta=notifications¬notifiertypes=email [サンドボックスで開く]