Skip to content

Endpoint

  • Method: GET
  • Path: /admin/topics
  • Edition: PRO
  • Controller: ProAdminController@getTopics
  • Route source: fluent-community-pro/app/Http/Routes/api.php:39
  • Controller source: fluent-community-pro/app/Http/Controllers/ProAdminController.php

GET List Topics

GET
/admin/topics

List Topics for the FluentCommunity Admin API.

Controller: ProAdminController@getTopics
Route source: fluent-community-pro/app/Http/Routes/api.php:39

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Parameters

Query Parameters

search

Search read via $request->getSafe() in getTopics().

Type
string

Responses

Successful response

application/json
JSON
{
  
"all_spaces": [
  
  
{
  
  
  
"id": 0
  
  
}
  
],
  
"topics": [
  
  
{
  
  
  
"additionalProperties": "string"
  
  
}
  
]
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation