Dodatki do Google Classroom są teraz ogólnie dostępne dla programistów. Więcej informacji znajdziesz w
dokumentacji dodatków.
REST Resource: courses.teachers
Zasób: Nauczyciel
Nauczyciel prowadzący zajęcia.
Zapis JSON |
{
"courseId": string,
"userId": string,
"profile": {
object (UserProfile )
}
} |
Pola |
courseId |
string
Identyfikator kursu. Tylko do odczytu.
|
userId |
string
Identyfikator użytkownika. Gdy jest on określony jako parametr żądania, może mieć jedną z tych wartości:
- identyfikator liczbowy użytkownika;
- adres e-mail użytkownika.
- ciąg znaków
"me" wskazujący użytkownika, który wysłał żądanie;
|
profile |
object (UserProfile )
Ogólne informacje o użytkowniku dla nauczyciela. Tylko do odczytu.
|
Metody |
|
tworzy nauczyciela kursu. |
|
powoduje usunięcie określonego nauczyciela z określonych zajęć; |
|
Zwraca nauczyciela zajęć. |
|
Zwraca listę nauczycieli prowadzących te zajęcia, których dane może wyświetlić osoba przesyłająca prośbę. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-12-21 UTC.
[null,null,["Ostatnia aktualizacja: 2024-12-21 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`)."]]],[]]