Hello ken4ward
There is a possibility to retrieve the Moodle quiz grades, and thus possibly fill in the Gradebook for the corresponding assignment.
Same for Moodle assignments, and lessons.
There is also the possibility to retrieve the course total grade from Moodle, and thus possibly fill in the Input Final Grades form.
See https://docs.moodle.org/dev/Web_service_API_functions
gradereport_overview_get_course_grades
mod_quiz_get_quizzes_by_courses
mod_quiz_get_user_best_grade
mod_assign_get_assignments
mod_assign_get_grades
mod_lesson_get_lessons_by_courses
mod_lesson_get_user_grade
Cheers!