MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

action=echomarkseen

(main | echomarkseen)
  • Voor deze module zijn leesrechten nodig.
  • Voor deze module zijn schrijfrechten nodig.
  • This module only accepts POST requests.
  • Source: Echo
  • License: MIT

Aangeven dat de huidige gebruiker zijn of haar meldingen heeft gezien.

Parameters:
token

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

This parameter is required.
type

Soorten meldingen om te markeren als gezien: 'alert', 'message' of 'all'.

This parameter is required.
One of the following values: alert, message, all
timestampFormat

Timestamp format to use for output, 'ISO_8601' or 'MW'. 'MW' is deprecated here, so all clients should switch to 'ISO_8601'. This parameter will be removed, and 'ISO_8601' will become the only output format.

One of the following values: ISO_8601, MW
Standaard: MW
Voorbeeld:
Aangeven dat meldingen van alle soorten zijn gezien
api.php?action=echomarkseen&type=all [open in sandbox]