PERMISSION_DENIED, jeśli użytkownik wysyłający prośbę nie ma uprawnień do wyświetlania uczniów biorących udział w tych zajęciach lub występuje błędy dostępu.
NOT_FOUND, jeśli żaden uczeń tych zajęć nie ma żądanego identyfikatora lub kurs nie istnieje.
Żądanie HTTP
GET https://classroom.googleapis.com/v1/courses/{courseId}/students/{userId}
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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."]]],[]]