Google Classroom 外掛程式現已全面開放開發人員使用!詳情請參閱
外掛程式說明文件。
REST Resource: courses.students
資源:學生
JSON 表示法 |
{
"courseId": string,
"userId": string,
"profile": {
object (UserProfile )
},
"studentWorkFolder": {
object (DriveFolder )
}
} |
欄位 |
courseId |
string
課程的 ID。 唯讀。
|
userId |
string
使用者的 ID。 如果指定為要求的參數,這個 ID 可以是下列其中一個:
- 使用者的數字 ID
- 使用者的電子郵件地址
- 字串常值
"me" ,表示提出要求的使用者
|
profile |
object (UserProfile )
學生的全球使用者資訊。 唯讀。
|
studentWorkFolder |
object (DriveFolder )
這個學生作業的雲端硬碟資料夾資訊。只有學生和網域管理員看得到。 唯讀。
|
方法 |
|
將使用者新增為課程學生。 |
|
刪除課程學生。 |
|
傳回課程的學生。 |
|
傳回要求者可查看本課程的學生名單。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-02-27 (世界標準時間)。
[null,null,["上次更新時間:2025-02-27 (世界標準時間)。"],[[["The Student resource represents a student enrolled in a course and includes their user ID, course ID, profile information, and a dedicated work folder."],["Students can be added to, removed from, and retrieved from a course, and a list of students in a course can be obtained."],["A Student resource has fields like `courseId`, `userId`, `profile`, and `studentWorkFolder`, which contain details about the student and their association with the course."],["The API provides methods to manage students in courses, including creating, deleting, retrieving, and listing students."]]],[]]