Fetch a Lesson by Id

Fetch an existing Lesson by its id

Error CodeError Description
401 - UnauthorizedMissing "Authorization" in header.
Invalid "Authorization"
403 - ForbiddenLogin required.
404 - Not FoundMissing course-id/unit-id/lesson-id in path params.
Invalid course-id/unit-id/lesson-id

📘

Note

The API will provide data specific to Lesson as an entity. In addition summary data will also be provided for the child contents present inside it

Language
Authorization
Header
Click Try It! to start a request and see the response here!