MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
submodule=view-post-history (vph)
- This module requires read rights.
- Source: Flow
- License: GPL-2.0-or-later
View the revision history of a post.
Parameters:
- vphpostId
ID of the post for which to view revision history.
- This parameter is required.
- vphformat
Format to return the content in.
- One of the following values: html, wikitext, fixed-html
- Default: fixed-html
Example:
- Fetch the revisions of a post in Topic:S2tycnas4hcucw8w as wikitext
- api.php?action=flow&submodule=view-post-history&page=Topic:S2tycnas4hcucw8w&vphpostId=???&vphformat=wikitext [open in sandbox]