MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=abuselogprivatedetails
(main | abuselogprivatedetails)
- このモジュールは読み取りの権限を必要とします。
- このモジュールは書き込みの権限を必要とします。
- このモジュールは POST リクエストのみを受け付けます。
- ソース: Abuse Filter
- ライセンス: GPL-2.0-or-later
View private details of an AbuseLog entry.
パラメーター:
- logid
The ID of the AbuseLog entry to be checked.
- 型: 整数
- reason
A valid reason for performing the check.
- token
action=query&meta=tokens から取得した「csrf」トークン
- このパラメーターは必須です。
例:
- Get private details for the AbuseLog entry with ID 1, using the reason "example".
- api.php?action=abuselogprivatedetails&logid=1&reason=example&token=ABC123 [サンドボックスで開く]