ส่วนเสริมของ Google Classroom พร้อมให้บริการแก่นักพัฒนาซอฟต์แวร์แล้ว โปรดดูข้อมูลเพิ่มเติมใน
เอกสารส่วนเสริม
REST Resource: courses.students
แหล่งข้อมูล: นักเรียน
การแสดง JSON |
{
"courseId": string,
"userId": string,
"profile": {
object (UserProfile )
},
"studentWorkFolder": {
object (DriveFolder )
}
} |
ช่อง |
courseId |
string
ตัวระบุของหลักสูตร อ่านอย่างเดียว
|
userId |
string
ตัวระบุของผู้ใช้ เมื่อระบุเป็นพารามิเตอร์ของคำขอ ตัวระบุนี้อาจเป็นอย่างใดอย่างหนึ่งต่อไปนี้
- ตัวระบุตัวเลขสำหรับผู้ใช้
- อีเมลของผู้ใช้
- สตริงตามตัวอักษร
"me" ซึ่งระบุผู้ใช้ที่ส่งคำขอ
|
profile |
object (UserProfile )
ข้อมูลผู้ใช้ทั่วโลกของนักเรียน อ่านอย่างเดียว
|
studentWorkFolder |
object (DriveFolder )
ข้อมูลเกี่ยวกับโฟลเดอร์ไดรฟ์สำหรับงานของนักเรียนในหลักสูตรนี้ มีเพียงนักเรียนและผู้ดูแลระบบโดเมนเท่านั้นที่จะเห็น อ่านอย่างเดียว
|
เมธอด |
|
เพิ่มผู้ใช้เป็นนักเรียนของหลักสูตร |
|
ลบนักเรียนของหลักสูตร |
|
แสดงผลนักเรียนของหลักสูตร |
|
แสดงผลรายชื่อนักเรียนของหลักสูตรนี้ที่ผู้ขอมีสิทธิ์ดู |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-02-27 UTC
[null,null,["อัปเดตล่าสุด 2025-02-27 UTC"],[[["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."]]],[]]