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