Module filters

Source

Functionsยง

comments
Comment filters combined
comments_create
POST /comments with JSON body
comments_delete
DELETE /comments/:uid
comments_total
GET /comments_total -> get total number of comments
comments_update
PUT /comments/:uid with JSON body
downvotes_create
POST /downvotes with JSON body
downvotes_delete
DELETE /downvotes/:comment_id/:user_id
downvotes_total
GET /downvotes_total/:comment_id -> get total number of downvotes
get_comment
GET /comments/:uid
get_reply
GET /reply/:uid
list_comments
GET /comments -> get all comments
list_replies
GET /replies/comment_id -> get all replies
more_comments
GET /more_comments/count -> get all comments
replies_create
POST /replies with JSON body
replies_delete
DELETE /replies/:uid
replies_update
PUT /replies/:uid with JSON body
update_comment_message
PUT /comment_message/:uid with JSON body
update_comment_status
PUT /comment/:status/:uid with JSON body; status are: disable, enable, trash, spam
update_reply_message
PUT /reply_message/:uid with JSON body
upvotes_create
POST /upvotes with JSON body
upvotes_delete
DELETE /upvotes/:comment_id/:user_id
upvotes_total
GET /upvotes_total/:comment_id -> get total number of upvotes