Endpoint
- Method:
GET - Path:
/feeds/{feed_id}/reactions - Edition: Core
- Controller:
ReactionController@getByFeedId - Route source:
fluent-community/app/Http/Routes/api.php:74 - Controller source:
fluent-community/app/Http/Controllers/ReactionController.php
GET List Feed Reactions
GET
/feeds/{feed_id}/reactions
List Feed Reactions for the FluentCommunity Reactions API.
Controller: ReactionController@getByFeedId
Route source: fluent-community/app/Http/Routes/api.php:74
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Parameters
Path Parameters
feed_id*
Feed ID extracted from the URL path.
Type
Requiredinteger
Responses
Successful response
application/json
JSON "reactions": [ { "additionalProperties": "string" } ]
{
}