Diese Methode gibt die folgenden Fehlercodes zurück:
PERMISSION_DENIED, wenn der anfragende Nutzer nicht berechtigt ist, auf den angeforderten Kurs oder die Kursmaterialien zuzugreifen, oder wenn Zugriffsfehler aufgetreten sind.
INVALID_ARGUMENT, wenn die Anfrage fehlerhaft ist.
NOT_FOUND, wenn das angeforderte Kurs- oder Kursmaterial nicht vorhanden ist.
HTTP-Anfrage
GET https://classroom.googleapis.com/v1/courses/{courseId}/courseWorkMaterials/{id}
[[["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 specific course work material within a given course using the provided course and material IDs."],["It requires authorization with specific scopes for either read-only or full access to course work materials."],["Potential errors include permission issues, invalid requests, or if the course/material is not found."],["The request body should be empty, and a successful response returns a CourseWorkMaterial object."],["The HTTP request uses a specific URL structure with path parameters for the course and material identifiers."]]],[]]