Function getCommentBoardBans

  • Parameters

    Returns Promise<IPaginatedResponse<ICommentBoardBan>>

    Description

    Get a list of comment board bans in the Application. Each comment board ban resource represents restrictive access to comment board for a given user profile.

    Async

    Since

    0.1.0

    Example

     getCommentBoardBans({
    profileId: '<profile_id>',
    commentBoardId: '<comment_board_id>',
    }).then((padinatedResponse) => console.log(padinatedResponse));
    ``

Generated using TypeDoc