Hiện tại, các nhà phát triển đã có thể sử dụng rộng rãi tiện ích bổ sung của Google Lớp học! Vui lòng xem
tài liệu về tiện ích bổ sung để biết thêm thông tin.
REST Resource: courses.studentGroups
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tài nguyên: StudentGroup
Một nhóm học viên trong khoá học.
Biểu diễn dưới dạng JSON |
{
"courseId": string,
"id": string,
"title": string
} |
Trường |
courseId |
string
Giá trị nhận dạng của khoá học.
|
id |
string
Giá trị nhận dạng của nhóm học viên.
|
title |
string
Tiêu đề của nhóm học viên.
|
Phương thức |
|
Tạo một nhóm học viên cho một khoá học. |
|
Xoá một nhóm học viên. |
|
Trả về danh sách các nhóm trong một khoá học. |
|
Cập nhật một hoặc nhiều trường trong một nhóm học viên. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-08-08 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-08-08 UTC."],[],[],null,["# REST Resource: courses.studentGroups\n\n- [Resource: StudentGroup](#StudentGroup)\n - [JSON representation](#StudentGroup.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: StudentGroup\n----------------------\n\nA student group in a course.\n\n| JSON representation |\n|---------------------------------------------------------------|\n| ``` { \"courseId\": string, \"id\": string, \"title\": string } ``` |\n\n| Fields ||\n|------------|-----------------------------------------------|\n| `courseId` | `string` The identifier of the course. |\n| `id` | `string` The identifier of the student group. |\n| `title` | `string` The title of the student group. |\n\n| Methods ------- ||\n|-----------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### [create](/workspace/classroom/reference/rest/v1/courses.studentGroups/create) | | **Developer Preview:** Available as part of the [Google Workspace Developer Preview Program](https://developers.google.com/workspace/preview), which grants early access to certain features. This feature is available in [V1_20250630_PREVIEW](https://developers.google.com/workspace/classroom/reference/rest/v1/PreviewVersion) and later. See [Access Preview APIs](https://developers.google.com/workspace/classroom/reference/preview) to learn more. Creates a student group for a course. |\n| ### [delete](/workspace/classroom/reference/rest/v1/courses.studentGroups/delete) | | **Developer Preview:** Available as part of the [Google Workspace Developer Preview Program](https://developers.google.com/workspace/preview), which grants early access to certain features. This feature is available in [V1_20250630_PREVIEW](https://developers.google.com/workspace/classroom/reference/rest/v1/PreviewVersion) and later. See [Access Preview APIs](https://developers.google.com/workspace/classroom/reference/preview) to learn more. Deletes a student group. |\n| ### [list](/workspace/classroom/reference/rest/v1/courses.studentGroups/list) | | **Developer Preview:** Available as part of the [Google Workspace Developer Preview Program](https://developers.google.com/workspace/preview), which grants early access to certain features. This feature is available in [V1_20250630_PREVIEW](https://developers.google.com/workspace/classroom/reference/rest/v1/PreviewVersion) and later. See [Access Preview APIs](https://developers.google.com/workspace/classroom/reference/preview) to learn more. Returns a list of groups in a course. |\n| ### [patch](/workspace/classroom/reference/rest/v1/courses.studentGroups/patch) | | **Developer Preview:** Available as part of the [Google Workspace Developer Preview Program](https://developers.google.com/workspace/preview), which grants early access to certain features. This feature is available in [V1_20250630_PREVIEW](https://developers.google.com/workspace/classroom/reference/rest/v1/PreviewVersion) and later. See [Access Preview APIs](https://developers.google.com/workspace/classroom/reference/preview) to learn more. Updates one or more fields in a student group. |"]]