Optional
Get a list of comment reports i.e. the reports submitted for a comment in an application.
0.1.0
getCommentReports({ commentBoardId: '<comment_board_id>', commentId: '<comment_id>', reportStatus: CommentReportStatus.PENDING, }).then((paginatedResponse) => console.log(paginatedResponse)); Copy
getCommentReports({ commentBoardId: '<comment_board_id>', commentId: '<comment_id>', reportStatus: CommentReportStatus.PENDING, }).then((paginatedResponse) => console.log(paginatedResponse));
Generated using TypeDoc
Description
Get a list of comment reports i.e. the reports submitted for a comment in an application.
Async
Since
0.1.0
Example