Returns a list of aliases for a course. This method returns the following error codes:
PERMISSION_DENIED
if the requesting user is not permitted to access thecourse or for access errors.
NOT_FOUND
if the course does not exist.
gc_courses_aliases_list(courseId, pageToken = NULL, pageSize = NULL)
courseId | The identifier of the course |
---|---|
pageToken | nextPageToken |
pageSize | Maximum number of items to return |
Authentication scopes used by this function are:
https://www.googleapis.com/auth/classroom.courses
https://www.googleapis.com/auth/classroom.courses.readonly
Set options(googleAuthR.scopes.selected = c("https://www.googleapis.com/auth/classroom.courses", "https://www.googleapis.com/auth/classroom.courses.readonly")
Then run googleAuthR::gar_auth()
to authenticate.
See gar_auth
for details.