Endpoint
- Method:
GET - Path:
/courses/{course_slug}/lessons/{lesson_slug}/by-slug - Edition: Core
- Controller:
CourseController@getLessonBySlug - Route source:
fluent-community/Modules/Course/Http/course_api.php:11 - Controller source:
fluent-community/Modules/Course/Http/Controllers/CourseController.php
GET Get Lesson By Slug
GET
/courses/{course_slug}/lessons/{lesson_slug}/by-slug
Get Lesson By Slug for the FluentCommunity Courses API.
Controller: CourseController@getLessonBySlug
Route source: fluent-community/Modules/Course/Http/course_api.php:11
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Parameters
Path Parameters
course_slug*
Course Slug extracted from the URL path.
Type
Requiredstring
lesson_slug*
Lesson Slug extracted from the URL path.
Type
Requiredstring
Responses
Successful response
application/json
JSON "lesson": "string"
{
}