Dodatki do Google Classroom są teraz ogólnie dostępne dla programistów. Więcej informacji znajdziesz w
dokumentacji dodatków.
REST Resource: userProfiles.guardians
Zasób: Guardian
Powiązanie między uczniam a jego opiekunem. Opiekun może otrzymywać informacje o pracy ucznia.
Zapis JSON |
{
"studentId": string,
"guardianId": string,
"guardianProfile": {
object (UserProfile )
},
"invitedEmailAddress": string
} |
Pola |
studentId |
string
Identyfikator ucznia, którego dotyczy relacja opiekuna.
|
guardianId |
string
Identyfikator opiekuna.
|
guardianProfile |
object (UserProfile )
Profil użytkownika dla opiekuna.
|
invitedEmailAddress |
string
Adres e-mail, na który zostało wysłane pierwsze zaproszenie opiekuna. To pole jest widoczne tylko dla administratorów domeny.
|
Metody |
|
Usuwa opiekuna. |
|
Zwraca określonego opiekuna. |
|
Zwraca listę opiekunów, które użytkownik wysyłający prośbę może wyświetlać, ograniczoną do tych, którzy pasują do żądania. |
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: 2025-02-27 UTC.
[null,null,["Ostatnia aktualizacja: 2025-02-27 UTC."],[[["The Guardian resource represents the association between a student and their guardian, allowing the guardian to receive information about the student's coursework."],["A Guardian is identified by `studentId` and `guardianId`, with additional information such as `guardianProfile` and `invitedEmailAddress`."],["You can manage guardians using methods like `delete`, `get`, and `list` to remove, retrieve, or list guardians based on permissions."]]],[]]