Skip to content

Endpoint

  • Method: GET
  • Path: /admin/courses/{course_id}/sections/{section_id}
  • Edition: Core
  • Controller: CourseAdminController@getSection
  • Route source: fluent-community/Modules/Course/Http/course_api.php:40
  • Controller source: fluent-community/Modules/Course/Http/Controllers/CourseAdminController.php

GET Get Course Section

GET
/admin/courses/{course_id}/sections/{section_id}

Get Course Section for the FluentCommunity Courses API.

Controller: CourseAdminController@getSection
Route source: fluent-community/Modules/Course/Http/course_api.php:40

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
section_id*

Section ID extracted from the URL path.

Type
integer
Required

Responses

Successful response

application/json
JSON
{
  
"topic": {
  
  
"id": 0
  
}
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation