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=echomarkread

(main | echomarkread)
  • This module requires read rights.
  • This module requires write rights.
  • This module only accepts POST requests.
  • Source: Echo
  • License: MIT

Tandai pemberitahuan dari pengguna ini sebagai telah dibaca.

Specific parameters:
Other general parameters are available.
list

Daftar ID pemberitahuan yang ingin ditandai sebagai telah dibaca.

Separate values with | or alternative.
Maximum number of values is 50 (500 for clients that are allowed higher limits).
unreadlist

Daftar ID pemberitahuan yang ingin ditandai sebagai belum dibaca.

Separate values with | or alternative.
Maximum number of values is 50 (500 for clients that are allowed higher limits).
all

Jika ditetapkan, menandai semua pemberitahuan pengguna sebagai telah dibaca.

Type: boolean (details)
sections

Daftar bagian yang ingin ditandai sebagai telah dibaca.

Values (separate with | or alternative): alert, message
token

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

This parameter is required.
Examples:
Tandai pemberitahuan 8 sebagai telah dibaca
api.php?action=echomarkread&list=8 [open in sandbox]
Tandai semua pemberitahuan sebagai telah dibaca
api.php?action=echomarkread&all=true [open in sandbox]
Tandai pemberitahuan 1 sebagai telah dibaca
api.php?action=echomarkread&unreadlist=1 [open in sandbox]