Lifter LMS REST API for Getting Syllabus Data
-
I am wondering if there’s an rest api endpoint for fetch the syllabus data without using the sections/{id}/content api route.
I have noticed when we fetch a course details from the /course/${id} endpoint it contains the syllabus data inside the content object. Also its getting dynamically updated when new section or lesson been added to the course.
But I haven’t found an api route for do the same thing for fetching the course syllabus which contains the section title and lesson title. I would like to know if that’s kind of API route is already in the Lifter LMS.
The reason I am interested in the fetching syllabus data because I would like to build a customs lesson navigator for user to navigate between different sections and lessons within the course in my headless UI application without fetching all the content within the section lessons.
The topic ‘Lifter LMS REST API for Getting Syllabus Data’ is closed to new replies.