Skip to content

Endpoint

  • Method: GET
  • Path: /analytics/members/top-commenters
  • Edition: PRO
  • Controller: MembersReportsController@topCommenters
  • Route source: fluent-community-pro/app/Http/Routes/api.php:73
  • Controller source: fluent-community-pro/app/Http/Controllers/MembersReportsController.php

GET List Top Commenters Report

GET
/analytics/members/top-commenters

List Top Commenters Report for the FluentCommunity Reports API.

Controller: MembersReportsController@topCommenters
Route source: fluent-community-pro/app/Http/Routes/api.php:73

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Responses

Successful response

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

Playground

Authorization

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation