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
Materiał: nauczyciel
Zapis JSON |
{
"courseId": string,
"userId": string,
"profile": {
object (UserProfile )
}
} |
Pola |
courseId |
string
Identyfikator zajęć. Tylko do odczytu.
|
userId |
string
Identyfikator użytkownika. Ten identyfikator może być określony jako parametr żądania:
- identyfikator numeryczny użytkownika
- adres e-mail użytkownika,
- literał ciągu
"me" , który wskazuje użytkownika wysyłającego żądanie
|
profile |
object (UserProfile )
Globalne informacje o użytkowniku dla nauczyciela. Tylko do odczytu.
|
Metody |
|
Tworzy nauczyciela zajęć. |
|
Usuwa podanego nauczyciela z określonych zajęć. |
|
Zwraca nauczyciela zajęć. |
|
Zwraca listę nauczycieli prowadzących te zajęcia, które osoba zgłaszająca prośbę może wyświetlić. |
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-08-22 UTC.
[null,null,["Ostatnia aktualizacja: 2024-08-22 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`)."]]],[]]