Dodatki do Google Classroom są teraz ogólnie dostępne dla programistów. Więcej informacji znajdziesz w
dokumentacji dodatków.
REST Resource: courses.students
Zasób: Student
Zapis JSON |
{
"courseId": string,
"userId": string,
"profile": {
object (UserProfile )
},
"studentWorkFolder": {
object (DriveFolder )
}
} |
Pola |
courseId |
string
Identyfikator zajęć. Tylko do odczytu.
|
userId |
string
Identyfikator użytkownika. Ten identyfikator może być określony jako parametr żądania:
- identyfikator numeryczny użytkownika
- adres e-mail użytkownika,
- literał ciągu
"me" , który wskazuje użytkownika wysyłającego żądanie
|
profile |
object (UserProfile )
Globalne informacje o użytkowniku. Tylko do odczytu.
|
studentWorkFolder |
object (DriveFolder )
Informacje o folderze na Dysku, w którym należy zapisać pracę tego ucznia w tym kursie. Widoczne tylko dla ucznia i administratorów domeny. Tylko do odczytu.
|
Metody |
|
Dodaje użytkownika jako ucznia zajęć. |
|
usuwa ucznia z zajęć. |
|
Zwraca ucznia biorącego udział w zajęciach. |
|
Zwraca listę uczestników zajęć, które osoba zgłaszająca prośbę może wyświetlić. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-02-27 UTC.
[null,null,["Ostatnia aktualizacja: 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."]]],[]]