PERMISSION_DENIED , если запрашивающему пользователю не разрешен доступ к запрошенному курсу или материалам курсовой работы, или в случае ошибок доступа .
INVALID_ARGUMENT , если запрос имеет неверный формат.
NOT_FOUND если запрошенный курс или материал курсовой работы не существует.
HTTP-запрос
GET https://classroom.googleapis.com/v1/courses/{courseId}/courseWorkMaterials/{id}
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2024-10-30 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."]]],[]]