Skip to content

Endpoint

  • Method: GET
  • Path: /admin/courses/{course_id}/welcome-banner
  • Edition: PRO
  • Controller: ProAdminController@getCourseWelcomeBannerSettings
  • Route source: fluent-community-pro/app/Http/Routes/api.php:62
  • Controller source: fluent-community-pro/app/Http/Controllers/ProAdminController.php

GET Get Course Welcome Banner Settings

GET
/admin/courses/{course_id}/welcome-banner

Get Course Welcome Banner Settings for the FluentCommunity Courses API.

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

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Parameters

Path Parameters

course_id*

Course ID extracted from the URL path.

Type
integer
Required

Responses

Successful response

application/json
JSON
{
  
"settings": {
  
}
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation