Skip to content

Endpoint

  • Method: GET
  • Path: /analytics/spaces/widget
  • Edition: PRO
  • Controller: SpacesReportsController@widget
  • Route source: fluent-community-pro/app/Http/Routes/api.php:77
  • Controller source: fluent-community-pro/app/Http/Controllers/SpacesReportsController.php

GET Get Space Widget Report

GET
/analytics/spaces/widget

Get Space Widget Report for the FluentCommunity Reports API.

Controller: SpacesReportsController@widget
Route source: fluent-community-pro/app/Http/Routes/api.php:77

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Parameters

Query Parameters

space_id

Space ID read via $request->getSafe() in widget().

Type
string
Default
"null"

Responses

Successful response

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

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation