Skip to content

Reactions API

Feed/comment reactions plus survey vote and survey voter endpoints.

Authentication

Reaction routes use PortalPolicy and enforce feed or comment access checks inside the relevant controller.

Endpoints

MethodPathEditionOperationController
POST/feeds/{feed_id}/reactCoreToggle Feed ReactionCommentsController@addOrRemovePostReact
POST/feeds/{feed_id}/comments/{comment_id}/reactionsCoreToggle Comment ReactionCommentsController@toggleReaction
GET/feeds/{feed_id}/reactionsCoreList Feed ReactionsReactionController@getByFeedId
POST/feeds/{feed_id}/apps/survey-voteCoreCast Survey VoteReactionController@castSurveyVote
GET/feeds/{feed_id}/apps/survey-voters/{option_slug}CoreList Survey VotersReactionController@getSurveyVoters
GET/comments/{comment_id}/reactionsCoreList Comment ReactionsReactionController@getByCommentId

FluentCommunity developer documentation