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