Questo metodo restituisce i seguenti codici di errore:
PERMISSION_DENIED se l'utente che effettua la richiesta non è autorizzato ad accedere al corso o ai materiali del corso richiesti oppure per errori di accesso.
INVALID_ARGUMENT se la richiesta non è valida.
NOT_FOUND se il materiale del corso o del lavoro richiesto non esiste.
Richiesta HTTP
GET https://classroom.googleapis.com/v1/courses/{courseId}/courseWorkMaterials/{id}
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-12-05 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."]]],[]]