Optional
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.
0.1.0
getCommentBoardBans({ profileId: '<profile_id>', commentBoardId: '<comment_board_id>', }).then((padinatedResponse) => console.log(padinatedResponse));`` Copy
getCommentBoardBans({ profileId: '<profile_id>', commentBoardId: '<comment_board_id>', }).then((padinatedResponse) => console.log(padinatedResponse));``
Generated using TypeDoc
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