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

(main | userdash)
  • This module requires read rights.
  • This module requires write rights.
  • Source: UserDash
  • License: GPL-2.0-or-later

Perform general data management on Userdash components.

Specific parameters:
Other general parameters are available.
pageid
⧼apihelp-userdash-param-pageid⧽
Type: integer
pagetitle
⧼apihelp-userdash-param-pagetitle⧽
deleteAllData
⧼apihelp-userdash-param-deleteAllData⧽
Examples:
Deletes all data related to current user.
api.php?action=userdash&deleteAllData=true [open in sandbox]
Register page view, and returns last update times for ratings, visits and pages.
api.php?action=userdash&pagetitle=Example [open in sandbox]