Function getCommentReports

  • 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

    0.1.0

    Example

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

Generated using TypeDoc