PERMISSION_DENIED; izin talebinde bulunan kullanıcının, studentId ile tanımlanan öğrenci için veli davetiyelerini görüntülemesine izin verilmiyorsa, söz konusu alan için veliler etkinleştirilmemişse veya diğer erişim hatalarından kaynaklanır.
Bir studentId belirtilmişse ancak biçimi tanınmıyorsa INVALID_ARGUMENT (bu bir e-posta adresi, API'den gelen bir studentId veya harflerden oluşan me dizesi değilse).
Classroom, belirtilen öğrencinin herhangi bir kaydını bulamazsa NOT_FOUND veya invitationId. Ayrıca, öğrenci varsa ancak istekte bulunan kullanıcının öğrenciyi görmek için erişimi yoksa da döndürülebilir.
HTTP isteği
GET https://classroom.googleapis.com/v1/userProfiles/{studentId}/guardianInvitations/{invitationId}
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-09-04 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."]]],[]]