Google Classroom アドオンの一般提供が開始されました。詳しくは、
アドオンのドキュメントをご覧ください。
REST Resource: courses.students
リソース: 受講者
JSON 表現 |
{
"courseId": string,
"userId": string,
"profile": {
object (UserProfile )
},
"studentWorkFolder": {
object (DriveFolder )
}
} |
フィールド |
courseId |
string
コースの識別子。 読み取り専用です。
|
userId |
string
ユーザーの ID。 リクエストのパラメータとして指定する場合、この識別子は次のいずれかになります。
- ユーザーの数値識別子
- ユーザーのメールアドレス
- リクエスト元のユーザーを示す文字列リテラル
"me"
|
profile |
object (UserProfile )
生徒のグローバル ユーザー情報。 読み取り専用です。
|
studentWorkFolder |
object (DriveFolder )
このコースのこの生徒の課題が保存されているドライブ フォルダに関する情報。生徒とドメイン管理者のみに表示されます。 読み取り専用です。
|
メソッド |
|
ユーザーをコースの生徒として追加します。 |
|
コースの生徒を削除します。 |
|
コースの生徒を返します。 |
|
リクエスト元に閲覧が許可されているこのコースの受講者のリストを返します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-02-27 UTC。
[null,null,["最終更新日 2025-02-27 UTC。"],[[["The Student resource represents a student enrolled in a course and includes their user ID, course ID, profile information, and a dedicated work folder."],["Students can be added to, removed from, and retrieved from a course, and a list of students in a course can be obtained."],["A Student resource has fields like `courseId`, `userId`, `profile`, and `studentWorkFolder`, which contain details about the student and their association with the course."],["The API provides methods to manage students in courses, including creating, deleting, retrieving, and listing students."]]],[]]