Identifier of the Announcement, CourseWork, or CourseWorkMaterial whose attachments should be enumerated. This field is required, but is not marked as such while we are migrating from postId.
Query parameters
Parameters
postId (deprecated)
string
Optional. Identifier of the post under the course whose attachments to enumerate. Deprecated, use itemId instead.
pageSize
integer
The maximum number of attachments to return. The service may return fewer than this value. If unspecified, at most 20 attachments will be returned. The maximum value is 20; values above 20 will be coerced to 20.
pageToken
string
A page token, received from a previous addOnAttachments.list call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to addOnAttachments.list must match the call that provided the page token.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-05 UTC."],[[["Lists all attachments created by an add-on under a specific post, requiring active attachments or permission to create new ones."],["Returns errors for permission issues, invalid requests, or if resources are not found."],["Requires providing the course ID and item ID (Announcement, CourseWork, or CourseWorkMaterial) as path parameters."],["Accepts optional query parameters for pagination and specifying the post ID (deprecated)."],["Requires authorization with specific Classroom add-on scopes for students or teachers."]]],[]]