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=csqueryreply
(main | csqueryreply)
- This module requires read rights.
- Source: CommentStreams
- License: MIT
Return details of a reply. Either pageid or title must be provided.
Specific parameters:
Other general parameters are available.
- pageid
page ID of the page which holds the reply to query
- Type: integer
- title
title of the page which holds the reply to query
Examples:
- query reply with page ID 3 in wikitext
- api.php?action=csqueryreply&pageid=3 [open in sandbox]
- query reply with page title CommentStreams:3 in wikitext
- api.php?action=csqueryreply&title=CommentStreams:3 [open in sandbox]