Endpoint
- Method:
GET - Path:
/analytics/overview/activity - Edition: PRO
- Controller:
ReportsController@activityReport - Route source:
fluent-community-pro/app/Http/Routes/api.php:64 - Controller source:
fluent-community-pro/app/Http/Controllers/ReportsController.php
GET Get Overview Activity Report
GET
/analytics/overview/activity
Get Overview Activity Report for the FluentCommunity Reports API.
Controller: ReportsController@activityReport
Route source: fluent-community-pro/app/Http/Routes/api.php:64
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Parameters
Query Parameters
activity
Activity read via $request->getSafe() in activityReport().
Type
string
Default
"posts"Responses
Successful response
application/json
JSON "data": [ { "additionalProperties": "string" } ]
{
}