Namespace Google.Apis.Classroom.v1
Classes
ClassroomBaseServiceRequest<TResponse>
A base abstract class for Classroom requests.
ClassroomService
The Classroom Service.
ClassroomService.Scope
Available OAuth 2.0 scopes for use with the Google Classroom API.
ClassroomService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Google Classroom API.
CoursesResource
The "courses" collection of methods.
CoursesResource.AliasesResource
The "aliases" collection of methods.
CoursesResource.AliasesResource.CreateRequest
Creates an alias for a course.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to create the alias or for access errors.NOT_FOUNDif the course does not exist. *ALREADY_EXISTSif the alias already exists. *FAILED_PRECONDITIONif the alias requested does not make sense for the requesting user or course (for example, if a user not in a domain attempts to access a domain-scoped alias).
CoursesResource.AliasesResource.DeleteRequest
Deletes an alias of a course.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to remove the alias or for access errors.NOT_FOUNDif the alias does not exist. *FAILED_PRECONDITIONif the alias requested does not make sense for the requesting user or course (for example, if a user not in a domain attempts to delete a domain-scoped alias).
CoursesResource.AliasesResource.ListRequest
Returns a list of aliases for a course.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to access the course or for access errors.NOT_FOUNDif the course does not exist.
CoursesResource.AnnouncementsResource
The "announcements" collection of methods.
CoursesResource.AnnouncementsResource.CreateRequest
Creates an announcement.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to access the requested course, create announcements in the requested course, share a Drive attachment, or for access errors. *INVALID_ARGUMENTif the request is malformed. *NOT_FOUNDif the requested course does not exist. *FAILED_PRECONDITIONfor the following request error: * AttachmentNotVisible
CoursesResource.AnnouncementsResource.DeleteRequest
Deletes an announcement.
This request must be made by the Developer Console project of the OAuth client ID used to create the corresponding announcement item.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting developer project did not create the corresponding announcement, if the requesting user is not permitted to delete the requested course or for access errors. *FAILED_PRECONDITIONif the requested announcement has already been deleted. *NOT_FOUNDif no course exists with the requested ID.
CoursesResource.AnnouncementsResource.GetRequest
Returns an announcement.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to access the requested course or announcement, or for access errors. *INVALID_ARGUMENTif the request is malformed. *NOT_FOUNDif the requested course or announcement does not exist.
CoursesResource.AnnouncementsResource.ListRequest
Returns a list of announcements that the requester is permitted to view.
Course students may only view PUBLISHED announcements. Course teachers and domain administrators may
view all announcements.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to access the requested course or for access errors. *INVALID_ARGUMENTif the request is malformed. *NOT_FOUNDif the requested course does not exist.
CoursesResource.AnnouncementsResource.ModifyAssigneesRequest
Modifies assignee mode and options of an announcement.
Only a teacher of the course that contains the announcement may call this method.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to access the requested course or course work or for access errors. *INVALID_ARGUMENTif the request is malformed. *NOT_FOUNDif the requested course or course work does not exist.
CoursesResource.AnnouncementsResource.PatchRequest
Updates one or more fields of an announcement.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting developer project did not create the corresponding announcement or for access errors. *INVALID_ARGUMENTif the request is malformed. *FAILED_PRECONDITIONif the requested announcement has already been deleted. *NOT_FOUNDif the requested course or announcement does not exist
CoursesResource.CourseWorkResource
The "courseWork" collection of methods.
CoursesResource.CourseWorkResource.CreateRequest
Creates 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 request. Classroom API requests to modify course work and student submissions must be made with an OAuth client ID from the associated Developer Console project.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to access the requested course, create course work in the requested course, share a Drive attachment, or for access errors. *INVALID_ARGUMENTif the request is malformed. *NOT_FOUNDif the requested course does not exist. *FAILED_PRECONDITIONfor the following request error: * AttachmentNotVisible
CoursesResource.CourseWorkResource.DeleteRequest
Deletes a course work.
This request must be made by the Developer Console project of the OAuth client ID used to create the corresponding course work item.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting developer project did not create the corresponding course work, if the requesting user is not permitted to delete the requested course or for access errors. *FAILED_PRECONDITIONif the requested course work has already been deleted. *NOT_FOUNDif no course exists with the requested ID.
CoursesResource.CourseWorkResource.GetRequest
Returns course work.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to access the requested course or course work, or for access errors. *INVALID_ARGUMENTif the request is malformed. *NOT_FOUNDif the requested course or course work does not exist.
CoursesResource.CourseWorkResource.ListRequest
Returns a list of course work that the requester is permitted to view.
Course students may only view PUBLISHED course work. Course teachers and domain administrators may
view all course work.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to access the requested course or for access errors. *INVALID_ARGUMENTif the request is malformed. *NOT_FOUNDif the requested course does not exist.
CoursesResource.CourseWorkResource.ModifyAssigneesRequest
Modifies assignee mode and options of a coursework.
Only a teacher of the course that contains the coursework may call this method.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to access the requested course or course work or for access errors. *INVALID_ARGUMENTif the request is malformed. *NOT_FOUNDif the requested course or course work does not exist.
CoursesResource.CourseWorkResource.PatchRequest
Updates one or more fields of a course work.
See google.classroom.v1.CourseWork for details of which fields may be updated and who may change them.
This request must be made by the Developer Console project of the OAuth client ID used to create the corresponding course work item.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting developer project did not create the corresponding course work, if the user is not permitted to make the requested modification to the student submission, or for access errors. *INVALID_ARGUMENTif the request is malformed. *FAILED_PRECONDITIONif the requested course work has already been deleted. *NOT_FOUNDif the requested course, course work, or student submission does not exist.
CoursesResource.CourseWorkResource.StudentSubmissionsResource
The "studentSubmissions" collection of methods.
CoursesResource.CourseWorkResource.StudentSubmissionsResource.ClassroomReturnRequest
Returns a student submission.
Returning a student submission transfers ownership of attached Drive files to the student and may also update the submission state. Unlike the Classroom application, returning a student submission does not set assignedGrade to the draftGrade value.
Only a teacher of the course that contains the requested student submission may call this method.
This request must be made by the Developer Console project of the OAuth client ID used to create the corresponding course work item.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to access the requested course or course work, return the requested student submission, or for access errors. *INVALID_ARGUMENTif the request is malformed. *NOT_FOUNDif the requested course, course work, or student submission does not exist.
CoursesResource.CourseWorkResource.StudentSubmissionsResource.GetRequest
Returns a student submission.
PERMISSION_DENIEDif the requesting user is not permitted to access the requested course, course work, or student submission or for access errors. *INVALID_ARGUMENTif the request is malformed.NOT_FOUNDif the requested course, course work, or student submission does not exist.
CoursesResource.CourseWorkResource.StudentSubmissionsResource.ListRequest
Returns a list of student submissions that the requester is permitted to view, factoring in
the OAuth scopes of the request. - may be specified as the course_work_id to include student
submissions for multiple course work items.
Course students may only view their own work. Course teachers and domain administrators may view all student submissions.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to access the requested course or course work, or for access errors. *INVALID_ARGUMENTif the request is malformed. *NOT_FOUNDif the requested course does not exist.
CoursesResource.CourseWorkResource.StudentSubmissionsResource.ModifyAttachmentsRequest
Modifies attachments of student submission.
Attachments may only be added to student submissions belonging to course work objects with a
workType of ASSIGNMENT.
This request must be made by the Developer Console project of the OAuth client ID used to create the corresponding course work item.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to access the requested course or course work, if the user is not permitted to modify attachments on the requested student submission, or for access errors. *INVALID_ARGUMENTif the request is malformed. *NOT_FOUNDif the requested course, course work, or student submission does not exist.
CoursesResource.CourseWorkResource.StudentSubmissionsResource.PatchRequest
Updates one or more fields of a student submission.
See google.classroom.v1.StudentSubmission for details of which fields may be updated and who may change them.
This request must be made by the Developer Console project of the OAuth client ID used to create the corresponding course work item.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting developer project did not create the corresponding course work, if the user is not permitted to make the requested modification to the student submission, or for access errors. *INVALID_ARGUMENTif the request is malformed. *NOT_FOUNDif the requested course, course work, or student submission does not exist.
CoursesResource.CourseWorkResource.StudentSubmissionsResource.ReclaimRequest
Reclaims a student submission on behalf of the student that owns it.
Reclaiming a student submission transfers ownership of attached Drive files to the student and updates the submission state.
Only the student that owns the requested student submission may call this method, and only for a student submission that has been turned in.
This request must be made by the Developer Console project of the OAuth client ID used to create the corresponding course work item.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to access the requested course or course work, unsubmit the requested student submission, or for access errors. *FAILED_PRECONDITIONif the student submission has not been turned in. *INVALID_ARGUMENTif the request is malformed. *NOT_FOUNDif the requested course, course work, or student submission does not exist.
CoursesResource.CourseWorkResource.StudentSubmissionsResource.TurnInRequest
Turns in a student submission.
Turning in a student submission transfers ownership of attached Drive files to the teacher and may also update the submission state.
This may only be called by the student that owns the specified student submission.
This request must be made by the Developer Console project of the OAuth client ID used to create the corresponding course work item.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to access the requested course or course work, turn in the requested student submission, or for access errors. *INVALID_ARGUMENTif the request is malformed. *NOT_FOUNDif the requested course, course work, or student submission does not exist.
CoursesResource.CreateRequest
Creates a course.
The user specified in ownerId is the owner of the created course and added as a teacher.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to create courses or for access errors. *NOT_FOUNDif the primary teacher is not a valid user. *FAILED_PRECONDITIONif the course owner's account is disabled or for the following request errors: * UserGroupsMembershipLimitReached *ALREADY_EXISTSif an alias was specified in theidand already exists.
CoursesResource.DeleteRequest
Deletes a course.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to delete the requested course or for access errors. *NOT_FOUNDif no course exists with the requested ID.
CoursesResource.GetRequest
Returns a course.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to access the requested course or for access errors. *NOT_FOUNDif no course exists with the requested ID.
CoursesResource.ListRequest
Returns a list of courses that the requesting user is permitted to view, restricted to those that match the request. Returned courses are ordered by creation time, with the most recently created coming first.
This method returns the following error codes:
PERMISSION_DENIEDfor access errors. *INVALID_ARGUMENTif the query argument is malformed. *NOT_FOUNDif any users specified in the query arguments do not exist.
CoursesResource.PatchRequest
Updates one or more fields in a course.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to modify the requested course or for access errors. *NOT_FOUNDif no course exists with the requested ID. *INVALID_ARGUMENTif invalid fields are specified in the update mask or if no update mask is supplied. *FAILED_PRECONDITIONfor the following request errors: * CourseNotModifiable
CoursesResource.StudentsResource
The "students" collection of methods.
CoursesResource.StudentsResource.CreateRequest
Adds a user as a student of a course.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to create students in this course or for access errors. *NOT_FOUNDif the requested course ID does not exist. *FAILED_PRECONDITIONif the requested user's account is disabled, for the following request errors: * CourseMemberLimitReached * CourseNotModifiable * UserGroupsMembershipLimitReached *ALREADY_EXISTSif the user is already a student or teacher in the course.
CoursesResource.StudentsResource.DeleteRequest
Deletes a student of a course.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to delete students of this course or for access errors. *NOT_FOUNDif no student of this course has the requested ID or if the course does not exist.
CoursesResource.StudentsResource.GetRequest
Returns a student of a course.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to view students of this course or for access errors. *NOT_FOUNDif no student of this course has the requested ID or if the course does not exist.
CoursesResource.StudentsResource.ListRequest
Returns a list of students of this course that the requester is permitted to view.
This method returns the following error codes:
NOT_FOUNDif the course does not exist. *PERMISSION_DENIEDfor access errors.
CoursesResource.TeachersResource
The "teachers" collection of methods.
CoursesResource.TeachersResource.CreateRequest
Creates a teacher of a course.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to create teachers in this course or for access errors. *NOT_FOUNDif the requested course ID does not exist. *FAILED_PRECONDITIONif the requested user's account is disabled, for the following request errors: * CourseMemberLimitReached * CourseNotModifiable * CourseTeacherLimitReached * UserGroupsMembershipLimitReached *ALREADY_EXISTSif the user is already a teacher or student in the course.
CoursesResource.TeachersResource.DeleteRequest
Deletes a teacher of a course.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to delete teachers of this course or for access errors. *NOT_FOUNDif no teacher of this course has the requested ID or if the course does not exist. *FAILED_PRECONDITIONif the requested ID belongs to the primary teacher of this course.
CoursesResource.TeachersResource.GetRequest
Returns a teacher of a course.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to view teachers of this course or for access errors. *NOT_FOUNDif no teacher of this course has the requested ID or if the course does not exist.
CoursesResource.TeachersResource.ListRequest
Returns a list of teachers of this course that the requester is permitted to view.
This method returns the following error codes:
NOT_FOUNDif the course does not exist. *PERMISSION_DENIEDfor access errors.
CoursesResource.TopicsResource
The "topics" collection of methods.
CoursesResource.TopicsResource.CreateRequest
Creates a topic.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to access the requested course, create a topic in the requested course, or for access errors. *INVALID_ARGUMENTif the request is malformed. *NOT_FOUNDif the requested course does not exist.
CoursesResource.TopicsResource.DeleteRequest
Deletes a topic.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not allowed to delete the requested topic or for access errors. *FAILED_PRECONDITIONif the requested topic has already been deleted. *NOT_FOUNDif no course or topic exists with the requested ID.
CoursesResource.TopicsResource.GetRequest
Returns a topic.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to access the requested course or topic, or for access errors. *INVALID_ARGUMENTif the request is malformed. *NOT_FOUNDif the requested course or topic does not exist.
CoursesResource.TopicsResource.ListRequest
Returns the list of topics that the requester is permitted to view.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to access the requested course or for access errors. *INVALID_ARGUMENTif the request is malformed. *NOT_FOUNDif the requested course does not exist.
CoursesResource.TopicsResource.PatchRequest
Updates one or more fields of a topic.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting developer project did not create the corresponding topic or for access errors. *INVALID_ARGUMENTif the request is malformed. *NOT_FOUNDif the requested course or topic does not exist
CoursesResource.UpdateRequest
Updates a course.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to modify the requested course or for access errors. *NOT_FOUNDif no course exists with the requested ID. *FAILED_PRECONDITIONfor the following request errors: * CourseNotModifiable
InvitationsResource
The "invitations" collection of methods.
InvitationsResource.AcceptRequest
Accepts an invitation, removing it and adding the invited user to the teachers or students (as appropriate) of the specified course. Only the invited user may accept an invitation.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to accept the requested invitation or for access errors. *FAILED_PRECONDITIONfor the following request errors: * CourseMemberLimitReached * CourseNotModifiable * CourseTeacherLimitReached * UserGroupsMembershipLimitReached *NOT_FOUNDif no invitation exists with the requested ID.
InvitationsResource.CreateRequest
Creates an invitation. Only one invitation for a user and course may exist at a time. Delete and re-create an invitation to make changes.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to create invitations for this course or for access errors. *NOT_FOUNDif the course or the user does not exist. *FAILED_PRECONDITIONif the requested user's account is disabled or if the user already has this role or a role with greater permissions. *ALREADY_EXISTSif an invitation for the specified user and course already exists.
InvitationsResource.DeleteRequest
Deletes an invitation.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to delete the requested invitation or for access errors. *NOT_FOUNDif no invitation exists with the requested ID.
InvitationsResource.GetRequest
Returns an invitation.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to view the requested invitation or for access errors. *NOT_FOUNDif no invitation exists with the requested ID.
InvitationsResource.ListRequest
Returns a list of invitations that the requesting user is permitted to view, restricted to those that match the list request.
Note: At least one of user_id or course_id must be supplied. Both fields can be supplied.
This method returns the following error codes:
PERMISSION_DENIEDfor access errors.
RegistrationsResource
The "registrations" collection of methods.
RegistrationsResource.CreateRequest
Creates a Registration, causing Classroom to start sending notifications from the provided feed
to the destination provided in cloudPubSubTopic.
Returns the created Registration. Currently, this will be the same as the argument, but with server-
assigned fields such as expiry_time and id filled in.
Note that any value specified for the expiry_time or id fields will be ignored.
While Classroom may validate the cloudPubSubTopic and return errors on a best effort basis, it is the
caller's responsibility to ensure that it exists and that Classroom has permission to publish to it.
This method may return the following error codes:
PERMISSION_DENIEDif: * the authenticated user does not have permission to receive notifications from the requested field; or * the credential provided does not include the appropriate scope for the requested feed. * another access error is encountered. *INVALID_ARGUMENTif: * nocloudPubsubTopicis specified, or the specifiedcloudPubsubTopicis not valid; or * nofeedis specified, or the specifiedfeedis not valid. *NOT_FOUNDif: * the specifiedfeedcannot be located, or the requesting user does not have permission to determine whether or not it exists; or * the specifiedcloudPubsubTopiccannot be located, or Classroom has not been granted permission to publish to it.
RegistrationsResource.DeleteRequest
Deletes a Registration, causing Classroom to stop sending notifications for that
Registration.
UserProfilesResource
The "userProfiles" collection of methods.
UserProfilesResource.GetRequest
Returns a user profile.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to access this user profile, if no profile exists with the requested ID, or for access errors.
UserProfilesResource.GuardianInvitationsResource
The "guardianInvitations" collection of methods.
UserProfilesResource.GuardianInvitationsResource.CreateRequest
Creates a guardian invitation, and sends an email to the guardian asking them to confirm that they are the student's guardian.
Once the guardian accepts the invitation, their state will change to COMPLETED and they will start
receiving guardian notifications. A Guardian resource will also be created to represent the active
guardian.
The request object must have the student_id and invited_email_address fields set. Failing to set
these fields, or setting any other fields in the request, will result in an error.
This method returns the following error codes:
PERMISSION_DENIEDif the current user does not have permission to manage guardians, if the guardian in question has already rejected too many requests for that student, if guardians are not enabled for the domain in question, or for other access errors. *RESOURCE_EXHAUSTEDif the student or guardian has exceeded the guardian link limit. *INVALID_ARGUMENTif the guardian email address is not valid (for example, if it is too long), or if the format of the student ID provided cannot be recognized (it is not an email address, nor auser_idfrom this API). This error will also be returned if read-only fields are set, or if thestatefield is set to to a value other thanPENDING. *NOT_FOUNDif the student ID provided is a valid student ID, but Classroom has no record of that student. *ALREADY_EXISTSif there is already a pending guardian invitation for the student andinvited_email_addressprovided, or if the providedinvited_email_addressmatches the Google account of an existingGuardianfor this user.
UserProfilesResource.GuardianInvitationsResource.GetRequest
Returns a specific guardian invitation.
This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to view guardian invitations for the student identified by thestudent_id, if guardians are not enabled for the domain in question, or for other access errors. *INVALID_ARGUMENTif astudent_idis specified, but its format cannot be recognized (it is not an email address, nor astudent_idfrom the API, nor the literal stringme). *NOT_FOUNDif Classroom cannot find any record of the given student orinvitation_id. May also be returned if the student exists, but the requesting user does not have access to see that student.
UserProfilesResource.GuardianInvitationsResource.ListRequest
Returns a list of guardian invitations that the requesting user is permitted to view, filtered by the parameters provided.
This method returns the following error codes:
PERMISSION_DENIEDif astudent_idis specified, and the requesting user is not permitted to view guardian invitations for that student, if"-"is specified as thestudent_idand the user is not a domain administrator, if guardians are not enabled for the domain in question, or for other access errors. *INVALID_ARGUMENTif astudent_idis specified, but its format cannot be recognized (it is not an email address, nor astudent_idfrom the API, nor the literal stringme). May also be returned if an invalidpage_tokenorstateis provided. *NOT_FOUNDif astudent_idis specified, and its format can be recognized, but Classroom has no record of that student.
UserProfilesResource.GuardianInvitationsResource.PatchRequest
Modifies a guardian invitation.
Currently, the only valid modification is to change the state from PENDING to COMPLETE. This has
the effect of withdrawing the invitation.
This method returns the following error codes:
PERMISSION_DENIEDif the current user does not have permission to manage guardians, if guardians are not enabled for the domain in question or for other access errors. *FAILED_PRECONDITIONif the guardian link is not in thePENDINGstate. *INVALID_ARGUMENTif the format of the student ID provided cannot be recognized (it is not an email address, nor auser_idfrom this API), or if the passedGuardianInvitationhas astateother thanCOMPLETE, or if it modifies fields other thanstate. *NOT_FOUNDif the student ID provided is a valid student ID, but Classroom has no record of that student, or if theidfield does not refer to a guardian invitation known to Classroom.
UserProfilesResource.GuardiansResource
The "guardians" collection of methods.
UserProfilesResource.GuardiansResource.DeleteRequest
Deletes 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 codes:
PERMISSION_DENIEDif no user that matches the providedstudent_idis visible to the requesting user, if the requesting user is not permitted to manage guardians for the student identified by thestudent_id, if guardians are not enabled for the domain in question, or for other access errors. *INVALID_ARGUMENTif astudent_idis specified, but its format cannot be recognized (it is not an email address, nor astudent_idfrom the API). *NOT_FOUNDif the requesting user is permitted to modify guardians for the requestedstudent_id, but noGuardianrecord exists for that student with the providedguardian_id.
UserProfilesResource.GuardiansResource.GetRequest
Returns a specific guardian.
This method returns the following error codes:
PERMISSION_DENIEDif no user that matches the providedstudent_idis visible to the requesting user, if the requesting user is not permitted to view guardian information for the student identified by thestudent_id, if guardians are not enabled for the domain in question, or for other access errors. *INVALID_ARGUMENTif astudent_idis specified, but its format cannot be recognized (it is not an email address, nor astudent_idfrom the API, nor the literal stringme). *NOT_FOUNDif the requesting user is permitted to view guardians for the requestedstudent_id, but noGuardianrecord exists for that student that matches the providedguardian_id.
UserProfilesResource.GuardiansResource.ListRequest
Returns a list of guardians that the requesting user is permitted to view, restricted to those that match the request.
To list guardians for any student that the requesting user may view guardians for, use the literal
character - for the student ID.
This method returns the following error codes:
PERMISSION_DENIEDif astudent_idis specified, and the requesting user is not permitted to view guardian information for that student, if"-"is specified as thestudent_idand the user is not a domain administrator, if guardians are not enabled for the domain in question, if theinvited_email_addressfilter is set by a user who is not a domain administrator, or for other access errors. *INVALID_ARGUMENTif astudent_idis specified, but its format cannot be recognized (it is not an email address, nor astudent_idfrom the API, nor the literal stringme). May also be returned if an invalidpage_tokenis provided. *NOT_FOUNDif astudent_idis specified, and its format can be recognized, but Classroom has no record of that student.
Enums
ClassroomBaseServiceRequest<TResponse>.AltEnum
Data format for response.
ClassroomBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.
CoursesResource.AnnouncementsResource.ListRequest.AnnouncementStatesEnum
Restriction on the state of announcements returned. If this argument is left unspecified,
the default value is PUBLISHED.
CoursesResource.CourseWorkResource.ListRequest.CourseWorkStatesEnum
Restriction on the work status to return. Only courseWork that matches is returned. If
unspecified, items with a work status of PUBLISHED is returned.
CoursesResource.CourseWorkResource.StudentSubmissionsResource.ListRequest.LateEnum
Requested lateness value. If specified, returned student submissions are restricted by
the requested value. If unspecified, submissions are returned regardless of late
value.
CoursesResource.CourseWorkResource.StudentSubmissionsResource.ListRequest.StatesEnum
Requested submission states. If specified, returned student submissions match one of the specified submission states.
CoursesResource.ListRequest.CourseStatesEnum
Restricts returned courses to those in one of the specified states The default value is ACTIVE, ARCHIVED, PROVISIONED, DECLINED.
UserProfilesResource.GuardianInvitationsResource.ListRequest.StatesEnum
If specified, only results with the specified state values will be returned. Otherwise,
results with a state of PENDING will be returned.