הגשת הגשה של תלמיד מעבירה את הבעלות על קובצי Drive מצורפים למורה, ויכולה גם לעדכן את מצב ההגשה.
רק התלמיד שקיבל את המטלה שצוין יכול לקרוא לו.
את הבקשה הזו יש לשלוח באמצעות הפרויקט ב-Play Console של מזהה הלקוח ב-OAuth, שמשמש ליצירת הפריט התואם בעבודה.
השיטה הזו מחזירה את קודי השגיאה הבאים:
PERMISSION_DENIED אם המשתמש ששלח את הבקשה לא מורשה לגשת לקורס או לעבודת הקורס המבוקשים, יש להגיש את הבקשה שהתבקשה על ידי התלמיד או במקרה של שגיאות גישה.
INVALID_ARGUMENT אם הבקשה לא תקינה.
NOT_FOUND אם הקורס המבוקש, העבודה בקורס או הגשת התלמיד/ה לא קיימים.
בקשת HTTP
POST https://classroom.googleapis.com/v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions/{id}:turnIn
[[["התוכן קל להבנה","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-09-04 (שעון UTC)."],[[["This endpoint enables students to turn in their submissions for a specific coursework item within a course."],["It requires the student to be the owner of the submission and the request to be made by the Developer Console project associated with the OAuth client ID."],["The request body should be empty, and a successful response will also be empty."],["Authorization is required with the `https://www.googleapis.com/auth/classroom.coursework.me` scope."],["Potential errors include permission issues, invalid requests, and cases where the course, coursework, or submission doesn't exist."]]],[]]