Skip to content

Endpoint

  • Method: GET
  • Path: /comments/{comment_id}/reactions
  • Edition: Core
  • Controller: ReactionController@getByCommentId
  • Route source: fluent-community/app/Http/Routes/api.php:139
  • Controller source: fluent-community/app/Http/Controllers/ReactionController.php

GET List Comment Reactions

GET
/comments/{comment_id}/reactions

List Comment Reactions for the FluentCommunity Reactions API.

Controller: ReactionController@getByCommentId
Route source: fluent-community/app/Http/Routes/api.php:139

Authorizations

ApplicationPasswords

WordPress Application Passwords — use Basic auth with username:application_password.

Type
API Key (header: Authorization)

Parameters

Path Parameters

comment_id*

Comment ID extracted from the URL path.

Type
integer
Required

Responses

Successful response

application/json
JSON
{
  
"reactions": [
  
  
{
  
  
  
"additionalProperties": "string"
  
  
}
  
]
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation