How to fetch content of Book created in Moodle using APIs?
I have tested mod_book_view_book function, but I am only getting book name, not the content of book.
How to fetch content of Book created in Moodle using APIs?
I have tested mod_book_view_book function, but I am only getting book name, not the content of book.
Use core_course_get_contents function, then take from response elements, where modname="book"
Example: