PERMISSION_DENIED jeśli użytkownik nie ma uprawnień do wyświetlania zaproszeń dla opiekuna ucznia z identyfikatorem studentId, jeśli opiekunowie nie są włączeni w przypadku danej domeny lub z innych błędów dostępu.
INVALID_ARGUMENT, jeśli podano wartość studentId, ale nie można rozpoznać jej formatu (nie jest to adres e-mail, studentId z interfejsu API ani ciąg znaków me).
NOT_FOUND, jeśli Classroom nie może znaleźć żadnych informacji o danym uczniu, lub invitationId. Może też zostać zwrócony, jeśli uczeń istnieje, ale użytkownik przesyłający prośbę nie ma dostępu do tego ucznia.
Żądanie HTTP
GET https://classroom.googleapis.com/v1/userProfiles/{studentId}/guardianInvitations/{invitationId}
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-12-05 UTC."],[[["This method retrieves a specific guardian invitation for a student."],["Users need appropriate authorization scopes to access guardian invitations and might encounter errors like `PERMISSION_DENIED`, `INVALID_ARGUMENT`, or `NOT_FOUND` depending on the context."],["The request is made using an HTTP GET request to a specific URL structure with `studentId` and `invitationId` as path parameters."],["The response, if successful, will contain a `GuardianInvitation` object detailing the invitation."]]],[]]