📄️ Get Report Tags
To perform moderation functionalities, like reporting a post, use the getReportTags function. It is used to fetch report tags for moderation.
📄️ Close Report
To close a report in the moderation system, use the closeReport function. This function allows moderators to mark reports as resolved.
📄️ Get Member Rights
To fetch member rights, use the getMemberRights function. This function retrieves the rights associated with a specific member.
📄️ Get Pending Post Moderation
To fetch pending posts for moderation, use the getPendingPostModeration function. This function retrieves posts that require moderation.
📄️ Get Post Comment Report
To fetch reports related to post comments, use the getPostCommentReport function. This function retrieves reported comments for moderation.
📄️ Get Reports
To fetch reports related to posts, comments, and other entities, use the getReports function. This function retrieves reported content for moderation.
📄️ Post Report
To report a post or comment for moderation, use the postReport function. This function allows users to flag content for review.
📄️ Update Member Rights
To update member rights, use the updateMemberRights function. This function modifies the permissions and custom titles of a member.
📄️ Update Pending Post Status
To update the status of pending posts, use the updatePendingPostStatus function. This function allows moderators to change the status of reported posts.