Get a report submitted for a comment.
0.1.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
0.1.0
Example