Method: userProfiles.guardianInvitations.get

返回特定的监护人邀请。

此方法会返回以下错误代码:

  • PERMISSION_DENIED如果提出请求的用户无权查看studentId标识的学生的监护人邀请、相关网域未启用监护人或出现其他访问错误
  • 如果指定了 studentId,但无法识别其格式(它不是电子邮件地址,也不是 API 中的 studentId,也不是字面量字符串 me),则为 INVALID_ARGUMENT
  • 如果 Google 课堂找不到相应学生的任何记录或invitationId,则为 NOT_FOUND。如果学生存在,但提出请求的用户无权查看该学生,也可以发回作业。

HTTP 请求

GET https://classroom.googleapis.com/v1/userProfiles/{studentId}/guardianInvitations/{invitationId}

网址采用 gRPC 转码语法。

路径参数

参数
studentId

string

正在请求监护人邀请的学生的 ID。

invitationId

string

正在请求的 GuardianInvitationid 字段。

请求正文

请求正文必须为空。

响应正文

如果成功,则响应正文包含一个 GuardianInvitation 实例。

授权范围

需要以下 OAuth 范围之一:

  • https://www.googleapis.com/auth/classroom.guardianlinks.students.readonly
  • https://www.googleapis.com/auth/classroom.guardianlinks.students

有关详情,请参阅授权指南