Get add-on attachment for announcement
documentedReturns an add-on attachment for an announcement.
GET /v1/courses/{courseId}/announcements/{itemId}/addOnAttachments/{attachmentId}Coursesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
Note: Official Google Classroom REST reference confirms the endpoint and URL structure: GET https://classroom.googleapis.com/v1/courses/{courseId}/announcements/{itemId}/addOnAttachments/{attachmentId} for retrieving an add-on attachment (requires the attachment to be the original creator). This path is part of the courses.announcements.addOnAttachments resource. See docs: https://developers.google.com/workspace/classroom/reference/rest/v1/courses.announcements.addOnAttachments/get and https://developers.google.com/workspace/classroom/reference/rest/v1/courses.announcements.addOnAttachments/list. Base URL: https://classroom.googleapis.com/v1/