Returns the extra space settings panels contributed by integrations, or null when nothing has registered any.
The panels come entirely from the fluent_community/space/meta_fields filter, so the response is empty on a stock install.
Endpoint
Method:
GETPath:
/spaces/{spaceSlug}/meta-settingsEdition: Core
Controller:
SpaceController@getMetaSettingsRoute source:
fluent-community/app/Http/Routes/api.php:16Controller source:
fluent-community/app/Http/Controllers/SpaceController.phpRequires community-admin or course-admin access, or the admin role in this space.
Live sample
The request and response below were recorded against a running FluentCommunity install and then anonymised — member names, emails, avatars and post content are fictional, and long collections are trimmed to a few entries.
GET Get Space Meta Settings
Returns the extra space settings panels contributed by integrations, or null when nothing has registered any.
Controller: SpaceController@getMetaSettings
Route source: fluent-community/app/Http/Routes/api.php:16
Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Parameters
Path Parameters
SpaceSlug extracted from the URL path.
Responses
Successful response