REST Resource: courses.studentGroups

Resource: StudentGroup

A student group in a course.

JSON representation
{
  "courseId": string,
  "id": string,
  "title": string
}
Fields
courseId

string

The identifier of the course.

id

string

The identifier of the student group.

title

string

The title of the student group.

Methods

create

Creates a student group for a course.

delete

Deletes a student group.

list

Returns a list of groups in a course.

patch

Updates one or more fields in a student group.