Requires the FluentCommunity community-admin permission (or a WordPress super admin).
Requires FluentCommunity Pro.
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.
Returns the ten members who wrote the most comments within the requested range, each with their comment count.
The range is applied to the comments, so this ranks activity in the window. Fixed at ten results.
Endpoint
Method:
GETPath:
/analytics/members/top-commentersEdition: PRO
Controller:
MembersReportsController@topCommentersRoute source:
fluent-community-pro/app/Http/Routes/api.php:81Controller source:
fluent-community-pro/app/Http/Controllers/MembersReportsController.phpRequires the FluentCommunity community-admin permission (or a WordPress super admin).
Requires FluentCommunity Pro.
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.
GET List Top Commenters Report
Returns the ten members who wrote the most comments within the requested range, each with their comment count.
Controller:
MembersReportsController@topCommentersRoute source:
fluent-community-pro/app/Http/Routes/api.php:81Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Responses
Successful response
Playground
Authorization
Samples