המזהה של ה-Announcement, ה-CourseWork או ה-CourseWorkMaterial שרוצים להכין עבורו רשימה של הקבצים המצורפים. השדה הזה חובה, אבל הוא לא מסומן ככזה בזמן ההעברה מ-postId.
פרמטרים של שאילתה
פרמטרים
postId (deprecated)
string
זה שינוי אופציונלי. המזהה של הפוסט בקורס שרוצים להכין לו רשימה של הקבצים המצורפים. האפשרות הזו הוצאה משימוש. במקום זאת, צריך להשתמש ב-itemId.
pageSize
integer
המספר המקסימלי של קבצים מצורפים שיוחזר. יכול להיות שהשירות יחזיר פחות מהערך הזה. אם לא צוין מספר, יוחזרו עד 20 קבצים מצורפים. הערך המקסימלי הוא 20. ערכים מעל 20 יומרו ל-20.
pageToken
string
אסימון דף, שהתקבל משיחה קודמת של addOnAttachments.list. צריך לספק אותו כדי לאחזר את הדף הבא.
כשמחלקים את הדפים, כל שאר הפרמטרים שסופקו ל-addOnAttachments.list חייבים להתאים לקריאה שסיפקה את אסימון הדף.
[[["התוכן קל להבנה","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 (שעון UTC)."],[[["This method returns all attachments created by an add-on under a post, requiring active attachments or permission to create them."],["It uses a `GET` request to `https://classroom.googleapis.com/v1/courses/{courseId}/courseWork/{itemId}/addOnAttachments` with path and query parameters for filtering."],["Potential errors include `PERMISSION_DENIED`, `INVALID_ARGUMENT`, and `NOT_FOUND`, depending on the request."],["Requires OAuth scope `https://www.googleapis.com/auth/classroom.addons.student` or `https://www.googleapis.com/auth/classroom.addons.teacher` for authorization."],["A successful response provides a list of add-on attachments in the specified format."]]],[]]