Returns every space and course row in serial order, ignoring privacy and membership, for use in admin pickers and mapping screens.
Endpoint
Method:
GETPath:
/admin/all_space_coursesEdition: Core
Controller:
AdminController@getAllSpaceCoursesRoute source:
fluent-community/app/Http/Routes/api.php:121Controller source:
fluent-community/app/Http/Controllers/AdminController.phpRequires the FluentCommunity community-admin permission (or a WordPress super admin).
Secret spaces and unpublished courses are included; do not reuse this response in member-facing UI.
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 List All Space Courses
Returns every space and course row in serial order, ignoring privacy and membership, for use in admin pickers and mapping screens.
Controller: AdminController@getAllSpaceCourses
Route source: fluent-community/app/Http/Routes/api.php:121
Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Responses
Successful response