Diese Methode gibt die folgenden Fehlercodes zurück:
PERMISSION_DENIED, wenn der anfragende Nutzer nicht berechtigt ist, die Schüler/Studenten dieses Kurses anzusehen, oder wenn Zugriffsfehler aufgetreten sind.
NOT_FOUND, wenn kein Teilnehmer dieses Kurses die angeforderte ID hat oder der Kurs nicht existiert.
HTTP-Anfrage
GET https://classroom.googleapis.com/v1/courses/{courseId}/students/{userId}
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-09-04 (UTC)."],[[["This method retrieves a student within a specific course using their unique identifier."],["It requires providing the course ID and the student's ID in the request URL path."],["The response provides detailed information about the student if authorized and the student exists within the specified course."],["Potential errors include permission denial or if the course or student ID is invalid."],["Authorization is necessary, and various scopes grant different levels of access to student data."]]],[]]