Sign in

Get add-on attachment for announcement

documented

Returns an add-on attachment for an announcement.

GET /v1/courses/{courseId}/announcements/{itemId}/addOnAttachments/{attachmentId}Coursesno implementation yet0 runs
No 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/
Get add-on attachment for announcement · Google Classroom · OpenIntegrations