Search code examples
google-classroom

Retrieve current grade level of a student via Google Classroom API


Is there a method to retrieve the current grade level of a student via the Google Classroom API? (e.g student is in grade 5)


Solution

  • Not possible. If you will check the Classroom API REST Resources. courses.students.get method will return an instance of Student which contains the following fields:

    enter image description here


    Wherein, UserProfile object only contains the following information: id, name, emailAddress, photoUrl, permissions and verifiedTeacher