Skip to content

Reports API

Analytics, moderation reporting, and Pro reporting endpoints for administrators.

PRO

Authentication

Reports routes are primarily administrator-only and are protected by AdminPolicy or moderation-specific policies.

Endpoints

MethodPathEditionOperationController
GET/analytics/overview/widgetPROGet Overview Widget ReportReportsController@getOverviewWidget
GET/analytics/overview/activityPROGet Overview Activity ReportReportsController@activityReport
GET/analytics/overview/popular-day-timePROGet Popular Day Time ReportReportsController@popularDayTimeReport
GET/analytics/members/widgetPROGet Member Widget ReportMembersReportsController@widget
GET/analytics/members/activityPROGet Member Activity ReportMembersReportsController@activity
GET/analytics/members/top-membersPROList Top Members ReportMembersReportsController@getTopMembers
GET/analytics/members/top-post-startersPROList Top Post Starters ReportMembersReportsController@topPostStarter
GET/analytics/members/top-commentersPROList Top Commenters ReportMembersReportsController@topCommenters
GET/analytics/spaces/widgetPROGet Space Widget ReportSpacesReportsController@widget
GET/analytics/spaces/activityPROGet Space Activity ReportSpacesReportsController@activity
GET/analytics/spaces/popularPROList Popular Spaces ReportSpacesReportsController@getTopSpaces
GET/analytics/spaces/searchPROSearch Report SpacesSpacesReportsController@searchSpace
POST/moderation/reportPROCreate Moderation ReportModerationController@create
GET/moderation/reportsPROList Moderation ReportsModerationController@get
PUT/moderation/reports/{report_id}PROUpdate Moderation ReportModerationController@update
DELETE/moderation/reports/{report_id}PRODelete Moderation ReportModerationController@delete
POST/moderation/configPROSave Moderation ConfigModerationController@saveConfig

FluentCommunity developer documentation