listGoogleCourses: List Google Courses

Description Usage Arguments Value References

View source: R/GoogleClassroom.R

Description

This function lists all Google Classroom Courses by student, teacher or domain

Usage

1
listGoogleCourses(studentId = NULL, teacherId = NULL, courseStates = NULL)

Arguments

studentId

Restricts returned courses to those having a student with the specified identifier. The identifier can be one of the following: the numeric identifier for the user, the email address of the user, the string literal "me", or indicating the requesting user

teacherId

Restricts returned courses to those having a teacher with the specified identifier. The identifier can be one of the following: the numeric identifier for the user, the email address of the user, the string literal "me", or the indicating the requesting user

courseStates

Restricts returned courses to those in one of the specified states The default value is ACTIVE, ARCHIVED, PROVISIONED, DECLINED.

Value

A list of Google Classroom courses.

References

Google API Documentation


samterfa/rgsuiteadmin documentation built on Dec. 26, 2021, 11:14 p.m.