Endpoint
- Method:
GET - Path:
/moderation/reports - Edition: PRO
- Controller:
ModerationController@get - Route source:
fluent-community-pro/app/Http/Routes/api.php:90 - Controller source:
fluent-community-pro/app/Http/Controllers/ModerationController.php
GET List Moderation Reports
GET
/moderation/reports
List Moderation Reports for the FluentCommunity Reports API.
Controller: ModerationController@get
Route source: fluent-community-pro/app/Http/Routes/api.php:90
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Parameters
Query Parameters
post_id
Post ID read via $request->getSafe() in get().
Type
string
parent_id
Parent ID read via $request->getSafe() in get().
Type
string
status
Status read via $request->getSafe() in get().
Type
string
content_type
Content Type read via $request->getSafe() in get().
Type
string
Responses
Successful response
application/json
JSON "reports": { "data": [ { "id": 0 } ], "current_page": 0, "per_page": 0, "from": 0, "to": 0, "total": 0, "last_page": 0, "has_more": true }
{
}