Automate Google Classroom
HumDay reads Google Classroom’s own published API description and derives 61 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What Google Classroom is
Manages classes, rosters, and invitations in Google Classroom.
API host: classroom.googleapis.com
What HumDay can do in Google Classroom
37 documented operations change something in Google Classroom.
- POSTCreates a topic. This method returns the following error codes: PERMISSIONDENIED if the requesting user is not permitted to access the requested course, create a topic in the requ…
/v1/courses/{courseId}/topics - POSTCreates a guardian invitation, and sends an email to the guardian asking them to confirm that they are the student's guardian.
/v1/userProfiles/{studentId}/guardianInvitations - POSTCreates an invitation.
/v1/invitations - POSTCreates a Registration, causing Classroom to start sending notifications from the provided feed to the destination provided in cloudPubSubTopic.
/v1/registrations - POSTAdds a user as a student of a course.
/v1/courses/{courseId}/students - DELETEDeletes a course. This method returns the following error codes: PERMISSIONDENIED if the requesting user is not permitted to delete the requested course or for access errors. NOTF…
/v1/courses/{id} - PUTUpdates a course. This method returns the following error codes: PERMISSIONDENIED if the requesting user is not permitted to modify the requested course or for access errors. NOTF…
/v1/courses/{id} - POSTAccepts an invitation, removing it and adding the invited user to the teachers or students (as appropriate) of the specified course.
/v1/invitations/{id}:accept - POSTCreates an alias for a course.
/v1/courses/{courseId}/aliases - POSTCreates a teacher of a course.
/v1/courses/{courseId}/teachers - POSTCreates an announcement.
/v1/courses/{courseId}/announcements - POSTCreates a course work material.
/v1/courses/{courseId}/courseWorkMaterials - PATCHUpdates one or more fields in a course.
/v1/courses/{id} - DELETEDeletes an invitation.
/v1/invitations/{id} - POSTCreates a course. The user specified in ownerId is the owner of the created course and added as a teacher. A non-admin requesting user can only create a course with themselves as…
/v1/courses - DELETEDeletes a topic. This method returns the following error codes: PERMISSIONDENIED if the requesting user is not allowed to delete the requested topic or for access errors. FAILEDPR…
/v1/courses/{courseId}/topics/{id} - DELETEDeletes a Registration, causing Classroom to stop sending notifications for that Registration.
/v1/registrations/{registrationId} - PATCHUpdates one or more fields of a topic.
/v1/courses/{courseId}/topics/{id} - DELETEDeletes an alias of a course.
/v1/courses/{courseId}/aliases/{alias} - DELETEDeletes a course work.
/v1/courses/{courseId}/courseWork/{id} - PATCHUpdates one or more fields of a course work.
/v1/courses/{courseId}/courseWork/{id} - DELETEDeletes a student of a course.
/v1/courses/{courseId}/students/{userId} - DELETERemoves the specified teacher from the specified course.
/v1/courses/{courseId}/teachers/{userId} - DELETEDeletes an announcement.
/v1/courses/{courseId}/announcements/{id} - PATCHUpdates one or more fields of an announcement.
/v1/courses/{courseId}/announcements/{id} - DELETEDeletes a course work material.
/v1/courses/{courseId}/courseWorkMaterials/{id} - PATCHUpdates one or more fields of a course work material.
/v1/courses/{courseId}/courseWorkMaterials/{id} - DELETEDeletes a guardian. The guardian will no longer receive guardian notifications and the guardian will no longer be accessible via the API. This method returns the following error c…
/v1/userProfiles/{studentId}/guardians/{guardianId} - POSTModifies assignee mode and options of a coursework.
/v1/courses/{courseId}/courseWork/{id}:modifyAssignees - POSTModifies assignee mode and options of an announcement.
/v1/courses/{courseId}/announcements/{id}:modifyAssignees - PATCHModifies a guardian invitation.
/v1/userProfiles/{studentId}/guardianInvitations/{invitationId} - PATCHUpdates one or more fields of a student submission.
/v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions/{id} - POSTReturns a student submission.
/v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions/{id}:return - POSTTurns in a student submission.
/v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions/{id}:turnIn - POSTReclaims a student submission on behalf of the student that owns it.
/v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions/{id}:reclaim - POSTModifies attachments of student submission.
/v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions/{id}:modifyAttachments - POSTCreates course work. The resulting course work (and corresponding student submissions) are associated with the Developer Console project of the OAuth client ID used to make the re…
/v1/courses/{courseId}/courseWork
What HumDay can read from Google Classroom
These are the operations a schedule or a trigger can watch.
- GETReturns a list of courses that the requesting user is permitted to view, restricted to those that match the request.
/v1/courses - GETReturns a list of invitations that the requesting user is permitted to view, restricted to those that match the list request.
/v1/invitations - GETReturns a list of guardians that the requesting user is permitted to view, restricted to those that match the request.
/v1/userProfiles/{studentId}/guardians - GETReturns a list of guardian invitations that the requesting user is permitted to view, filtered by the parameters provided.
/v1/userProfiles/{studentId}/guardianInvitations - GETReturns a course. This method returns the following error codes: PERMISSIONDENIED if the requesting user is not permitted to access the requested course or for access errors. NOTF…
/v1/courses/{id} - GETReturns a user profile.
/v1/userProfiles/{userId} - GETReturns the list of topics that the requester is permitted to view.
/v1/courses/{courseId}/topics - GETReturns a list of aliases for a course.
/v1/courses/{courseId}/aliases - GETReturns a list of students of this course that the requester is permitted to view.
/v1/courses/{courseId}/students - GETReturns a list of teachers of this course that the requester is permitted to view.
/v1/courses/{courseId}/teachers - GETReturns a list of course work that the requester is permitted to view.
/v1/courses/{courseId}/courseWork - GETReturns a list of announcements that the requester is permitted to view.
/v1/courses/{courseId}/announcements - GETReturns a list of course work material that the requester is permitted to view.
/v1/courses/{courseId}/courseWorkMaterials - GETReturns an invitation.
/v1/invitations/{id} - GETReturns a topic. This method returns the following error codes: PERMISSIONDENIED if the requesting user is not permitted to access the requested course or topic, or for access err…
/v1/courses/{courseId}/topics/{id} - GETReturns course work. This method returns the following error codes: PERMISSIONDENIED if the requesting user is not permitted to access the requested course or course work, or for…
/v1/courses/{courseId}/courseWork/{id} - GETReturns a student of a course.
/v1/courses/{courseId}/students/{userId} - GETReturns a teacher of a course.
/v1/courses/{courseId}/teachers/{userId} - GETReturns an announcement.
/v1/courses/{courseId}/announcements/{id} - GETReturns a course work material.
/v1/courses/{courseId}/courseWorkMaterials/{id} - GETReturns a specific guardian.
/v1/userProfiles/{studentId}/guardians/{guardianId} - GETReturns a specific guardian invitation.
/v1/userProfiles/{studentId}/guardianInvitations/{invitationId} - GETReturns a student submission.
/v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions/{id} - GETReturns a list of student submissions that the requester is permitted to view, factoring in the OAuth scopes of the request.
/v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions
How automating Google Classroom works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live Google Classroom account.
- Grant access, then go live. You approve the specific Google Classroom operations it may use — and only those.
Automate Google Classroom with these
- Gmail79 operations
- Google+9 operations
- Google Abusive Experience Report2 operations
- Google Accelerated Mobile Pages (AMP) URL1 operations
- Google Access Approval7 operations
- Google Access Context Manager9 operations
- Google ACME DNS2 operations
- Google Ad Exchange Buyer38 operations
- Google Ad Exchange Buyer II50 operations
- Google Ad Experience Report2 operations
- Google Admin SDK122 operations
- Google AdMob7 operations
Categories
Questions about Google Classroom automation
- Can HumDay connect to Google Classroom?
- Yes. HumDay reads Google Classroom's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 61 operations are documented.
- Do I need to write code to automate Google Classroom?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your Google Classroom account.
- What can HumDay do in Google Classroom?
- 37 of the 61 documented operations change something in Google Classroom, and 24 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my Google Classroom account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to Google Classroom is held behind that approval.
Where this came from
The operations above are read from a published API description for Google Classroom at classroom.googleapis.com/$discovery/rest?version=v1. Descriptions are the provider’s own words, not ours. Last published 2023-04-21.