API:Codecomments
Prefix: cc Required Rights: None POST Only? No
List comments on revisions in CodeReview
Parameters
edit- limit – How many comments to return. Type: limit
- prop – Which properties to return. revision is a deprecated alias for status.
- Type: one of
timestamp
,user
,status
,text
,revid
,revision
- repo (required) – Name of the repository. Type: string
- start – Timestamp to start listing at. Type: timestamp
Errors Codes
edit- invalidrepo – Invalid repo ``repo''.
- invalidtitle – Bad title ``title''.
- invalidtitle – Bad title ``key''.
- norepo – The repo parameter must be set.
- norepo – The repo parameter must be set.
- permissiondenied – You don't have permission to view code comments.
- readapidenied – You need read permission to use this module.