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 )
מידע על תיקייה ב-Drive לעבודה של התלמיד/ה בקורס. גלוי רק לתלמידים ולמנהלי הדומיין. קריאה בלבד.
|
שיטות |
|
הוספת משתמש כתלמיד בקורס. |
|
מחיקת תלמיד/ה של קורס. |
|
מחזירה תלמיד או תלמידה של קורס. |
|
מחזירה רשימה של תלמידים של הקורס הזה שלמגיש הבקשה מותר לצפות בהן. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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."]]],[]]