Google Classroom add-ons are now generally available to developers! Please see the add-ons documentation for more information.
REST Resource: courses.studentGroups
Stay organized with collections
Save and categorize content based on your preferences.
Resource: StudentGroup
A student group in a course.
JSON representation |
---|
{ "courseId": string, "id": string, "title": string } |
Fields | |
---|---|
courseId |
The identifier of the course. |
id |
The identifier of the student group. |
title |
The title of the student group. |
Methods |
|
---|---|
|
Creates a student group for a course. |
|
Deletes a student group. |
|
Returns a list of groups in a course. |
|
Updates one or more fields in a student group. |