Optional. Identifier of the post under the course whose attachments to enumerate. Deprecated, use itemId instead.
Query parameters
Parameters
itemId
string
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.
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-09-04 UTC."],[[["This method is deprecated; use `course.announcements.addOnAttachments`, `course.courseWork.addOnAttachments`, or `course.courseWorkMaterials.addOnAttachments` instead."],["Returns all add-on attachments for a specified course post, announcement, course work, or material."],["Requires the add-on to have active attachments or permission to create new attachments."],["Use query parameters like `itemId`, `pageSize`, and `pageToken` to refine the request."],["Requires authorization with specific Classroom add-on scopes."]]],[]]