Returns the two course welcome banner variants, one for enrolled students and one for visitors who have not enrolled.
Endpoint
Method:
GETPath:
/admin/courses/{course_id}/welcome-bannerEdition: PRO
Controller:
ProAdminController@getCourseWelcomeBannerSettingsRoute source:
fluent-community-pro/app/Http/Routes/api.php:64Controller source:
fluent-community-pro/app/Http/Controllers/ProAdminController.phpRequires a course admin for this course, or a WordPress user with
manage_options.Requires FluentCommunity Pro.
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 Course Welcome Banner Settings
Returns the two course welcome banner variants, one for enrolled students and one for visitors who have not enrolled.
Controller: ProAdminController@getCourseWelcomeBannerSettings
Route source: fluent-community-pro/app/Http/Routes/api.php:64
Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Parameters
Path Parameters
Course ID extracted from the URL path.
Responses
Successful response