Помоћ око Медијавикијевог API-ја

Ово је аутоматски генерисана документација за Медијавики API

Документација и примери: -{R|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.
  • Извор: Abuse Filter
  • Лиценца: GPL-2.0-or-later

View private details of an AbuseLog entry.

Специфични параметри:
Other general parameters are available.
logid

The ID of the AbuseLog entry to be checked.

Type: integer
reason

Важећи разлог за проверу

token

A "csrf" token retrieved from action=query&meta=tokens

This parameter is required.
Пример:
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]