Skip to content

Endpoint

  • Method: GET
  • Path: /courses/{course_id}
  • Edition: Core
  • Controller: CourseController@getCourse
  • Route source: fluent-community/Modules/Course/Http/course_api.php:9
  • Controller source: fluent-community/Modules/Course/Http/Controllers/CourseController.php

GET Get Course

GET
/courses/{course_id}

Get Course for the FluentCommunity Courses API.

Controller: CourseController@getCourse
Route source: fluent-community/Modules/Course/Http/course_api.php:9

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

Query Parameters

intended_lesson_slug

Intended Lesson Slug read via $request->get() in getCourse().

Type
string

Responses

Successful response

application/json
JSON
[
  
{
  
  
"additionalProperties": "string"
  
}
]

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation