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
action=abuselogprivatedetails
(main | abuselogprivatedetails)
- This module requires read rights.
- This module requires write rights.
- This module only accepts POST requests.
- Source: Abuse Filter
- License: GPL-2.0-or-later
View private details of an AbuseLog entry.
Specific parameters:
Other general parameters are available.
- logid
The ID of the AbuseLog entry to be checked.
- Type: integer
- reason
A valid reason for performing the check.
- Default: (empty)
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.
Example:
- Get private details for the AbuseLog entry with ID 1, using the reason "example".
- api.php?action=abuselogprivatedetails&logid=1&reason=example&token=ABC123 [open in sandbox]