REST Resource: courses.teachers
משאב: מורה
ייצוג JSON |
{
"courseId": string,
"userId": string,
"profile": {
object (UserProfile )
}
} |
שדות |
courseId |
string
מזהה הקורס. קריאה בלבד.
|
userId |
string
המזהה של המשתמש. כשהוא מצוין כפרמטר של בקשה, המזהה יכול להיות אחד מהבאים:
- המזהה המספרי של המשתמש
- כתובת האימייל של המשתמש
- ליטרל המחרוזת
"me" , שמציין את המשתמש ששלח את הבקשה
|
profile |
object (UserProfile )
פרטי משתמש גלובליים של המורה. קריאה בלבד.
|
שיטות |
|
יצירת מורה של קורס. |
|
הסרת המורה שצוין מהקורס שצוין. |
|
מחזירה מורה של קורס. |
|
מחזירה רשימה של מורים בקורס הזה שהמגיש בקשה רשאי לצפות בהם. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-02-27 (שעון UTC).
[null,null,["עדכון אחרון: 2025-02-27 (שעון UTC)."],[[["The Teacher resource represents a teacher associated with a specific course and includes identifying information for both the course and the teacher."],["Teachers can be created, deleted, retrieved individually, or listed for a course using the provided methods."],["A Teacher resource includes a `profile` field that provides detailed information about the teacher, linked to the UserProfile resource."],["Teacher information is read-only, with unique identifiers for both the course (`courseId`) and the teacher (`userId`)."]]],[]]