MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

action=csQueryComment

(main | csQueryComment)
  • This module requires read rights.
  • Source: CommentStreams
  • License: See link

Return the title, user, creation timestamp, and wikitext of a comment. Either pageid or title must be provided.

Parameters:
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]