Function getCommentReports
- get
Comment Reports(arg?): Promise<IPaginatedResponse<ICommentReport>> Parameters
Optional
arg: IGetCommentReportsArg
Returns Promise<IPaginatedResponse<ICommentReport>>
Generated using TypeDoc
Optional
arg: IGetCommentReportsArgGenerated using TypeDoc
Description
Get a list of comment reports i.e. the reports submitted for a comment in an application.
Async
Since
2.40.0
Example