courses

Get a lesson by id

get/lessons/{lessonID}

Path parameters

lessonIDstring uuid required

Response

Successful response

idstring uuid

Unique identifier for the lesson

createdAtstring date-time

Timestamp of when the lesson was created.

createdBystring uuid

User ID of the person who created the lesson.

titlestring

Title of the lesson.

contentstring

Content of the lesson.

Changes