Add-on Google Classroom kini tersedia secara umum untuk developer. Lihat
dokumentasi add-on untuk informasi selengkapnya.
REST Resource: courses.teachers
Referensi: Pengajar
Representasi JSON |
{
"courseId": string,
"userId": string,
"profile": {
object (UserProfile )
}
} |
Kolom |
courseId |
string
ID kursus. Hanya baca.
|
userId |
string
ID pengguna. Jika ditentukan sebagai parameter permintaan, ID ini dapat berupa salah satu dari hal berikut:
- ID numerik untuk pengguna
- alamat email pengguna
- literal string
"me" , yang menunjukkan pengguna yang meminta
|
profile |
object (UserProfile )
Informasi pengguna global untuk pengajar. Hanya baca.
|
Metode |
|
Membuat pengajar kursus. |
|
Menghapus pengajar tertentu dari kursus yang ditentukan. |
|
Menampilkan pengajar kursus. |
|
Menampilkan daftar pengajar mata pelajaran ini yang boleh dilihat pemohon. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-02-27 UTC.
[null,null,["Terakhir diperbarui pada 2025-02-27 UTC."],[[["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`)."]]],[]]