PERMISSION_DENIED إذا لم يكن مسموحًا للمستخدم المُقدّم للطلب بالوصول إلى الدورة التدريبية أو مادة عمل الدورة التدريبية المطلوبة، أو بسبب أخطاء في الوصول
INVALID_ARGUMENT إذا كان الطلب غير صالح
NOT_FOUND إذا لم تكن الدورة الدراسية أو مادة عمل الدورة الدراسية المطلوبة متوفّرة
طلب HTTP
GET https://classroom.googleapis.com/v1/courses/{courseId}/courseWorkMaterials/{id}
تاريخ التعديل الأخير: 2024-12-05 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-12-05 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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."]]],[]]