I am reading Google Classroom Rest APIs and not getting clear answers as to how can I get full access to specific course including Announcements, Questions and Assignments.
Use Case:
Lets say we get all the courses using: List and Students List
Now, How can I get all the Students Announcements, Questions and Assignments posted in specific course.
Is there a Google+ apis that we can use injunction with Classroom or just Classroom apis that we can use to access this critical information?
I am trying to merge existing platform with google classroom and its very critical to have access to this information so that all student submissions are in sync.
Thanks.
The Classroom API does not have the functionality you are referring to. From the documentation:
The Classroom API provides a RESTful interface for you to manage courses and rosters in Google Classroom.
All it currently does is allow you to manage a list of courses, their teachers, and their students.
If you want manage additional data such as Assignments, you'll need to build that functionality yourself. The Drive API and Google Apps Script may be of assistance in storing and sharing files and documents.