Appearance
Returns the members who liked a comment, with their public profiles.
Capped at 100 distinct users with no pagination. Access is validated against the parent post, so a comment on an unreachable post returns a 404.
GET
/comments/{comment_id}/reactions
ReactionController@getByCommentId
fluent-community/app/Http/Routes/api.php:143
fluent-community/app/Http/Controllers/ReactionController.php
Live sample
The request and response below were recorded against a running FluentCommunity install and then anonymised — member names, emails, avatars and post content are fictional, and long collections are trimmed to a few entries.
Controller: ReactionController@getByCommentId Route source: fluent-community/app/Http/Routes/api.php:143
WordPress Application Passwords — use Basic auth with username:application_password.
Comment ID extracted from the URL path.
Successful response
Returns the members who liked a comment, with their public profiles.
Capped at 100 distinct users with no pagination. Access is validated against the parent post, so a comment on an unreachable post returns a 404.
Endpoint
GET/comments/{comment_id}/reactionsReactionController@getByCommentIdfluent-community/app/Http/Routes/api.php:143fluent-community/app/Http/Controllers/ReactionController.phpLive sample
The request and response below were recorded against a running FluentCommunity install and then anonymised — member names, emails, avatars and post content are fictional, and long collections are trimmed to a few entries.
GET List Comment Reactions
Returns the members who liked a comment, with their public profiles.
Controller:
ReactionController@getByCommentIdRoute source:
fluent-community/app/Http/Routes/api.php:143Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Parameters
Path Parameters
Comment ID extracted from the URL path.
Responses
Successful response
Playground
Authorization
Variables
Samples