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.
- entityid
Comment or reply ID
- Type: integer
- title
- Deprecated.
title of the page which holds the reply to query
Example:
- query reply with page ID 3 in wikitext
- api.php?action=csqueryreply&entityid=3 [open in sandbox]