PERMISSION_DENIED, istek gönderen kullanıcının studentId ile tanımlanan öğrenciye ait veli davetlerini görüntülemesine izin verilmiyorsa, ilgili alan için veliler etkinleştirilmemişse veya diğer erişim hataları nedeniyle gösterilir.
studentId belirtilmişse ancak biçimi tanınamıyorsa (e-posta adresi, API'den bir studentId veya me değişmez dizesi değilse) INVALID_ARGUMENT.
Classroom, ilgili öğrenciyle ilgili herhangi bir kayıt bulamazsa NOT_FOUND veya invitationId değerini döndürür. Öğrenci mevcutsa ancak istek gönderen kullanıcının bu öğrenciyi görme 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-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."]]],[]]