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. |