Get a report submitted for a comment.
2.40.0
getCommentReport({ commentReportId: '<comment_report_id>', }).then((commentReport) => console.log(commentReport)); Copy
getCommentReport({ commentReportId: '<comment_report_id>', }).then((commentReport) => console.log(commentReport));
Generated using TypeDoc
Description
Get a report submitted for a comment.
Async
Since
2.40.0
Example