Google Classroom add-ons are now generally available to developers! Please see the
add-ons documentation for more information.
REST Resource: courses.teachers
资源:教师
JSON 表示法 |
{
"courseId": string,
"userId": string,
"profile": {
object (UserProfile )
}
} |
字段 |
courseId |
string
课程的标识符。 只读。
|
userId |
string
用户的标识符。 作为请求的参数指定时,此标识符可以是以下各项之一:
- 用户的数字标识符
- 用户的电子邮件地址
- 字符串字面量
"me" ,表示请求用户
|
profile |
object (UserProfile )
教师的全球用户信息。 只读。
|
方法 |
|
创建课程的教师。 |
|
从指定课程中移除指定教师。 |
|
返回课程的教师。 |
|
返回请求者有权查看的此课程的教师列表。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-21。
[null,null,["最后更新时间 (UTC):2024-12-21。"],[[["The Teacher resource represents a teacher associated with a specific course and includes identifying information for both the course and the teacher."],["Teachers can be created, deleted, retrieved individually, or listed for a course using the provided methods."],["A Teacher resource includes a `profile` field that provides detailed information about the teacher, linked to the UserProfile resource."],["Teacher information is read-only, with unique identifiers for both the course (`courseId`) and the teacher (`userId`)."]]],[]]