• Parameters

    Returns Promise<IPaginatedResponse<ICommentReport>>

    Description

    Get a list of comment reports i.e. the reports submitted for a comment in an application.

    Async

    Since

    2.40.0

    Example

     getCommentReports({
    commentBoardId: '<comment_board_id>',
    commentId: '<comment_id>',
    reportStatus: CommentReportStatus.PENDING,
    }).then((paginatedResponse) => console.log(paginatedResponse));

Generated using TypeDoc