This document lists the events and parameters for
various types of
Classroom Audit activity events. You can retrieve these events by
calling Activities.list()
with applicationName=classroom
.
Add-on updates
Type of event including updates to Add-ons and their resources.
Events of this type are returned with type=add_on_update
.
Add-on attachment created
An event where an add-on attachment is created.
created_add_on_attachment
add_
on_
attachment_
id
string
The id of an add-on attachment.
add_
on_
attachment_
title
string
The title of an add-on attachment.
add_
on_
id
string
The id of an add-on.
add_
on_
title
string
The title of an add-on.
course_
id
string
The identifier of a course.
course_
title
string
The name of a course.
course_
work_
title
string
The title of a piece of coursework.
course_
work_
type
string
The type of a piece of coursework. Possible values:
-
assignment
The type of this coursework is an assignment. -
material
The type of this coursework is a material. -
question
The type of this coursework is a question. -
quiz_assignment
The type of this coursework is an assignment that links to a quiz.
post_
id
string
The identifier of a piece of coursework.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= created_add_on_attachment
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Add-on {add_on_title}
created an add-on attachment {add_on_attachment_title}
to a post in the course {course_title}
on behalf of {actor}
.
Add-on attachment deleted
An event where an add-on attachment is deleted.
deleted_add_on_attachment
add_
on_
actor
string
Who is taking action on an add-on resource. Possible values:
-
by_add_on_for_user
This action was taken by an add-on on behalf of the user. -
by_user_in_classroom
This action was taken by a user.
add_
on_
attachment_
id
string
The id of an add-on attachment.
add_
on_
attachment_
title
string
The title of an add-on attachment.
add_
on_
id
string
The id of an add-on.
add_
on_
title
string
The title of an add-on.
course_
id
string
The identifier of a course.
course_
title
string
The name of a course.
course_
work_
title
string
The title of a piece of coursework.
course_
work_
type
string
The type of a piece of coursework. Possible values:
-
assignment
The type of this coursework is an assignment. -
material
The type of this coursework is a material. -
question
The type of this coursework is a question. -
quiz_assignment
The type of this coursework is an assignment that links to a quiz.
post_
id
string
The identifier of a piece of coursework.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= deleted_add_on_attachment
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Add-on attachment {add_on_attachment_title}
was deleted from a post in course {course_title}
by the {add_on_actor}
.
Add-on attachment submission updated
An event where an add-on attachment submission is updated.
updated_add_on_attachment_submission_grade
add_
on_
attachment_
id
string
The id of an add-on attachment.
add_
on_
attachment_
title
string
The title of an add-on attachment.
add_
on_
id
string
The id of an add-on.
add_
on_
title
string
The title of an add-on.
course_
id
string
The identifier of a course.
course_
title
string
The name of a course.
course_
work_
title
string
The title of a piece of coursework.
course_
work_
type
string
The type of a piece of coursework. Possible values:
-
assignment
The type of this coursework is an assignment. -
material
The type of this coursework is a material. -
question
The type of this coursework is a question. -
quiz_assignment
The type of this coursework is an assignment that links to a quiz.
impacted_
users
string
The email of one or more users.
post_
id
string
The identifier of a piece of coursework.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= updated_add_on_attachment_submission_grade
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Add-on {add_on_title}
updated the add-on attachment submission grade for {impacted_users}
, for the add-on attachment {add_on_attachment_title}
on a post in course {course_title}
on behalf of {actor}
Add-on attachment updated
An event where an add-on attachment is updated.
updated_add_on_attachment
add_
on_
attachment_
id
string
The id of an add-on attachment.
add_
on_
attachment_
title
string
The title of an add-on attachment.
add_
on_
id
string
The id of an add-on.
add_
on_
title
string
The title of an add-on.
course_
id
string
The identifier of a course.
course_
title
string
The name of a course.
course_
work_
title
string
The title of a piece of coursework.
course_
work_
type
string
The type of a piece of coursework. Possible values:
-
assignment
The type of this coursework is an assignment. -
material
The type of this coursework is a material. -
question
The type of this coursework is a question. -
quiz_assignment
The type of this coursework is an assignment that links to a quiz.
due_
date
string
The date that a student's work is due.
grade_
denominator
string
The denominator of a grade.
post_
id
string
The identifier of a piece of coursework.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= updated_add_on_attachment
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Add-on {add_on_title}
updated add-on attachment in a post in the course {course_title}
on behalf of {actor}
. New (title, due date, grade total) are: ( {add_on_attachment_title}
, {due date}
, {grade_denominator}
)
Course content changes
Type of event where a user makes changes to course work and submissions in a course.
Events of this type are returned with type=course_work_update
.
Announcement published
An event where a user publishes an announcement.
published_announcement
attachment_
types
string
The attachment type on the post. Possible values:
-
drive
The attachment is a Drive file. -
form
The attachment is a Google Form. -
practice_sets
The attachment is a Practice Sets. -
url
The attachment is a URL. -
youtube
The attachment is a YouTube video.
course_
id
string
The identifier of a course.
course_
title
string
The name of a course.
impacted_
users
string
The email of one or more users.
post_
id
string
The identifier of a piece of coursework.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= published_announcement
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
published an announcement in {course_title}
Announcement updated
An event where a user updates an announcement.
updated_announcement
attachment_
types
string
The attachment type on the post. Possible values:
-
drive
The attachment is a Drive file. -
form
The attachment is a Google Form. -
practice_sets
The attachment is a Practice Sets. -
url
The attachment is a URL. -
youtube
The attachment is a YouTube video.
course_
id
string
The identifier of a course.
course_
title
string
The name of a course.
impacted_
users
string
The email of one or more users.
post_
id
string
The identifier of a piece of coursework.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= updated_announcement
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
updated announcement in {course_title}
.
Commented on announcement
An event where a user made a comment on an announcement.
commented_announcement
course_
|
The identifier of a course. |
course_
|
The name of a course. |
post_
|
The identifier of a piece of coursework. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= commented_announcement
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
made a comment on an announcement in {course_title}
Commented on course work
An event where a user made a comment on an assignment/quiz/etc.
commented_course_work
course_
id
string
The identifier of a course.
course_
title
string
The name of a course.
course_
work_
title
string
The title of a piece of coursework.
course_
work_
type
string
The type of a piece of coursework. Possible values:
-
assignment
The type of this coursework is an assignment. -
material
The type of this coursework is a material. -
question
The type of this coursework is a question. -
quiz_assignment
The type of this coursework is an assignment that links to a quiz.
post_
id
string
The identifier of a piece of coursework.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= commented_course_work
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
made a comment on course work ' {course_work_title}
' in {course_title}
Commented on submission privately
An event where a user posts a private comment to a student's submission.
commented_submission_private
course_
id
string
The identifier of a course.
course_
title
string
The name of a course.
course_
work_
title
string
The title of a piece of coursework.
course_
work_
type
string
The type of a piece of coursework. Possible values:
-
assignment
The type of this coursework is an assignment. -
material
The type of this coursework is a material. -
question
The type of this coursework is a question. -
quiz_assignment
The type of this coursework is an assignment that links to a quiz.
impacted_
users
string
The email of one or more users.
post_
id
string
The identifier of a piece of coursework.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= commented_submission_private
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
made a private comment on a submission for course work ' {course_work_title}
' in {course_title}
Commented on submission publicly
An event where a user posts a public comment to a student's submission.
commented_submission_public
course_
id
string
The identifier of a course.
course_
title
string
The name of a course.
course_
work_
title
string
The title of a piece of coursework.
course_
work_
type
string
The type of a piece of coursework. Possible values:
-
assignment
The type of this coursework is an assignment. -
material
The type of this coursework is a material. -
question
The type of this coursework is a question. -
quiz_assignment
The type of this coursework is an assignment that links to a quiz.
impacted_
users
string
The email of one or more users.
post_
id
string
The identifier of a piece of coursework.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= commented_submission_public
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
made a public comment on a submission for course work ' {course_work_title}
' in {course_title}
Course work published
An event where a user publishes a piece of coursework.
published_course_work
attachment_
types
string
The attachment type on the post. Possible values:
-
drive
The attachment is a Drive file. -
form
The attachment is a Google Form. -
practice_sets
The attachment is a Practice Sets. -
url
The attachment is a URL. -
youtube
The attachment is a YouTube video.
course_
id
string
The identifier of a course.
course_
title
string
The name of a course.
course_
work_
max_
points
string
Maximum points of a course work.
course_
work_
title
string
The title of a piece of coursework.
course_
work_
type
string
The type of a piece of coursework. Possible values:
-
assignment
The type of this coursework is an assignment. -
material
The type of this coursework is a material. -
question
The type of this coursework is a question. -
quiz_assignment
The type of this coursework is an assignment that links to a quiz.
grade_
category_
id
string
ID of a grade category for a course.
impacted_
users
string
The email of one or more users.
post_
id
string
The identifier of a piece of coursework.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= published_course_work
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
published course work ' {course_work_title}
' in {course_title}
Course work updated
An event where a user updates a course work.
updated_course_work
attachment_
types
string
The attachment type on the post. Possible values:
-
drive
The attachment is a Drive file. -
form
The attachment is a Google Form. -
practice_sets
The attachment is a Practice Sets. -
url
The attachment is a URL. -
youtube
The attachment is a YouTube video.
course_
id
string
The identifier of a course.
course_
title
string
The name of a course.
course_
work_
max_
points
string
Maximum points of a course work.
course_
work_
title
string
The title of a piece of coursework.
course_
work_
type
string
The type of a piece of coursework. Possible values:
-
assignment
The type of this coursework is an assignment. -
material
The type of this coursework is a material. -
question
The type of this coursework is a question. -
quiz_assignment
The type of this coursework is an assignment that links to a quiz.
grade_
category_
id
string
ID of a grade category for a course.
impacted_
users
string
The email of one or more users.
post_
id
string
The identifier of a piece of coursework.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= updated_course_work
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
updated course work {course_work_title}
in {course_title}
.
Draft grade set
An event where a user sets the draft grade for a submission.
set_draft_grade
course_
id
string
The identifier of a course.
course_
title
string
The name of a course.
course_
work_
title
string
The title of a piece of coursework.
course_
work_
type
string
The type of a piece of coursework. Possible values:
-
assignment
The type of this coursework is an assignment. -
material
The type of this coursework is a material. -
question
The type of this coursework is a question. -
quiz_assignment
The type of this coursework is an assignment that links to a quiz.
draft_
grade
string
The draft grade of a submission.
impacted_
users
string
The email of one or more users.
post_
id
string
The identifier of a piece of coursework.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= set_draft_grade
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
drafted a grade for a submission for course work {course_work_title}
in {course_title}
.
Draft grade unset
An event where a user removes the draft grade for a submission.
unset_draft_grade
course_
id
string
The identifier of a course.
course_
title
string
The name of a course.
course_
work_
title
string
The title of a piece of coursework.
course_
work_
type
string
The type of a piece of coursework. Possible values:
-
assignment
The type of this coursework is an assignment. -
material
The type of this coursework is a material. -
question
The type of this coursework is a question. -
quiz_assignment
The type of this coursework is an assignment that links to a quiz.
impacted_
users
string
The email of one or more users.
post_
id
string
The identifier of a piece of coursework.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= unset_draft_grade
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
unset a drafted grade for a submission for course work {course_work_title}
in {course_title}
.
Grade set
An event where a user sets the grade for a submission.
set_grade
course_
id
string
The identifier of a course.
course_
title
string
The name of a course.
course_
work_
title
string
The title of a piece of coursework.
course_
work_
type
string
The type of a piece of coursework. Possible values:
-
assignment
The type of this coursework is an assignment. -
material
The type of this coursework is a material. -
question
The type of this coursework is a question. -
quiz_assignment
The type of this coursework is an assignment that links to a quiz.
grade
string
The grade of a submission.
impacted_
users
string
The email of one or more users.
post_
id
string
The identifier of a piece of coursework.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= set_grade
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
graded a submission for course work {course_work_title}
in {course_title}
.
Grade unset
An event where a user removes the grade for a submission.
unset_grade
course_
id
string
The identifier of a course.
course_
title
string
The name of a course.
course_
work_
title
string
The title of a piece of coursework.
course_
work_
type
string
The type of a piece of coursework. Possible values:
-
assignment
The type of this coursework is an assignment. -
material
The type of this coursework is a material. -
question
The type of this coursework is a question. -
quiz_assignment
The type of this coursework is an assignment that links to a quiz.
impacted_
users
string
The email of one or more users.
post_
id
string
The identifier of a piece of coursework.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= unset_grade
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
unset a grade for a submission for course work {course_work_title}
in {course_title}
.
Rubric created
An event where a user creates a rubric.
created_rubric_for_course_work
course_
id
string
The identifier of a course.
course_
title
string
The name of a course.
course_
work_
title
string
The title of a piece of coursework.
course_
work_
type
string
The type of a piece of coursework. Possible values:
-
assignment
The type of this coursework is an assignment. -
material
The type of this coursework is a material. -
question
The type of this coursework is a question. -
quiz_assignment
The type of this coursework is an assignment that links to a quiz.
post_
id
string
The identifier of a piece of coursework.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= created_rubric_for_course_work
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
created a rubric for course work ' {course_work_title}
' in {course_title}
.
Submission graded with rubric
An event where a user grades a submission with a rubric.
scored_rubric
course_
|
The identifier of a course. |
course_
|
The name of a course. |
course_
|
The title of a piece of coursework. |
impacted_
|
The email of one or more users. |
post_
|
The identifier of a piece of coursework. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= scored_rubric
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
graded submission(s) with a rubric for course work ' {course_work_title}
' in {course_title}
.
Submission state changed
An event where a user changes the state of a submission.
changed_submission_state
course_
id
string
The identifier of a course.
course_
title
string
The name of a course.
course_
work_
title
string
The title of a piece of coursework.
has_
grade
boolean
A submission has a grade.
impacted_
users
string
The email of one or more users.
is_
late
boolean
A submission is late.
post_
id
string
The identifier of a piece of coursework.
submission_
state
string
The state of a submission. Possible values:
-
completed
The teacher marked the submission as completed. -
created
The submission was recently created and no other action has been taken on it. -
excused
The submission was excused by the teacher. -
missing
The teacher marked the submission as missing. -
reclaimed_by_student
The student reclaimed their submission, having previously turned it in. -
returned
The submission state was changed to returned. -
student_edited_after_turn_in
The student edited their submission after having turned it in. -
turned_in
The submission state was changed to turned in. -
unexcused
The submission was unexcused by the teacher, after having been previously excused.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= changed_submission_state
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
changed the state of submission(s) for course work ' {course_work_title}
' in {course_title}
. New state: {submission_state}
Course membership changes
Type of event including changes to course membership.
Events of this type are returned with type=course_membership_change
.
User added to course
An event where a user adds a user to a course directly.
user_added_to_course
course_
id
string
The identifier of a course.
course_
role
string
The role a user plays in a course. Possible values:
-
student
The user is a student. -
teacher
The user is a teacher.
course_
title
string
The name of a course.
impacted_
users
string
The email of one or more users.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= user_added_to_course
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
added user(s) to {course_title}
in role: {course_role}
User gained preview access to course
An event where a user previews a course for a limited time period without a course role.
user_gained_preview_access_to_course
course_
id
string
The identifier of a course.
course_
title
string
The name of a course.
expiration_
timestamp
string
The time a user's preview access to the course will expire.
impacted_
users
string
The email of one or more users.
previewer_
type
string
The type of preview access a user has to view a course. Possible values:
-
previewing_guardian
-
previewing_teacher
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= user_gained_preview_access_to_course
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
gained {previewer_type}
access to {course_title}
until {expiration_timestamp}
User invited to course
An event where a user invites another user to join a course.
user_invited_to_course
course_
id
string
The identifier of a course.
course_
role
string
The role a user plays in a course. Possible values:
-
student
The user is a student. -
teacher
The user is a teacher.
course_
title
string
The name of a course.
impacted_
users
string
The email of one or more users.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= user_invited_to_course
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
invited user(s) to join {course_title}
in role: {course_role}
User joined course
An event where a user joins a course.
user_joined_course
course_
id
string
The identifier of a course.
course_
join_
method
string
The way a user joined a course (i.e., using a course code or from an invitation). Possible values:
-
from_api
The user was added to a Classroom class by an API call. -
from_invitation
The user joined a Classroom class from an invitation. -
with_course_code
The user joined a Classroom class by entering the class code.
course_
role
string
The role a user plays in a course. Possible values:
-
student
The user is a student. -
teacher
The user is a teacher.
course_
title
string
The name of a course.
event_
source
string
The audit event source. Possible values:
-
api
The event originated from a request to the API.
user_
previously_
student
boolean
The user was previously a student in this class.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= user_joined_course
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
joined {course_title}
in role: {course_role}
. User previously student in course: {user_previously_student}
User removed from course
An event where a user removes another user from a course.
user_removed_from_course
course_
id
string
The identifier of a course.
course_
role
string
The role a user plays in a course. Possible values:
-
student
The user is a student. -
teacher
The user is a teacher.
course_
title
string
The name of a course.
event_
source
string
The audit event source. Possible values:
-
api
The event originated from a request to the API.
impacted_
users
string
The email of one or more users.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= user_removed_from_course
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
removed user(s) from {course_title}
(previous role: {course_role}
)
Course updates
Type of event including changes to a course itself.
Events of this type are returned with type=course_update
.
Course archived
An event where a user archives a course.
archived_course
course_
|
The identifier of a course. |
course_
|
The name of a course. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= archived_course
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
archived {course_title}
Course created
An event where a user creates a course.
created_course
course_
id
string
The identifier of a course.
course_
title
string
The name of a course.
event_
source
string
The audit event source. Possible values:
-
api
The event originated from a request to the API.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= created_course
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
created {course_title}
Course deleted
An event where a user deletes a course.
deleted_course
acting_
sis_
integrator
string
Name of the Student Information System integrated with Classroom that performed the action. Possible values:
-
Clever
The action was performed by Clever.
course_
id
string
The identifier of a course.
course_
title
string
The name of a course.
event_
source
string
The audit event source. Possible values:
-
api
The event originated from a request to the API.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= deleted_course
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
deleted {course_title}
Course quick link created
An event where a user creates a quick link for a course.
created_course_quick_link
course_
|
The identifier of a course. |
course_
|
The name of a course. |
link_
|
The display title of a link. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= created_course_quick_link
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
created a quick link titled {link_display_title}
in {course_title}
.
Course quick link deleted
An event where a user deletes a quick link for a course.
deleted_course_quick_link
course_
|
The identifier of a course. |
course_
|
The name of a course. |
link_
|
The display title of a link. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= deleted_course_quick_link
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
deleted a quick link titled {link_display_title}
in {course_title}
.
Course quick link edited
An event where a user edits a quick link for a course.
edited_course_quick_link
course_
|
The identifier of a course. |
course_
|
The name of a course. |
link_
|
The display title of a link. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= edited_course_quick_link
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
edited a quick link titled {link_display_title}
in {course_title}
.
Course restored
An event where a user restores a previously archived course.
restored_course
course_
|
The identifier of a course. |
course_
|
The name of a course. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= restored_course
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
restored {course_title}
Grade category created
Display name of an event where a user creates a grade category for a course.
created_grade_category
course_
|
The identifier of a course. |
course_
|
The name of a course. |
grade_
|
Default grade denominator of a grade category in a course. |
grade_
|
ID of a grade category for a course. |
grade_
|
Name of a grade category in course. |
grade_
|
Weight of a grade category for a course. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= created_grade_category
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
created a grade category named {grade_category_name}
in {course_title}
.
Grade category deleted
Display name of an event where a user deletes a grade category for a course.
deleted_grade_category
course_
|
The identifier of a course. |
course_
|
The name of a course. |
grade_
|
Default grade denominator of a grade category in a course. |
grade_
|
ID of a grade category for a course. |
grade_
|
Name of a grade category in course. |
grade_
|
Weight of a grade category for a course. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= deleted_grade_category
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
deleted a grade category named {grade_category_name}
in {course_title}
.
Grade category edited
Display name of an event where a user edits a grade category for a course.
edited_grade_category
course_
|
The identifier of a course. |
course_
|
The name of a course. |
grade_
|
Default grade denominator of a grade category in a course. |
grade_
|
ID of a grade category for a course. |
grade_
|
Name of a grade category in course. |
grade_
|
Weight of a grade category for a course. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= edited_grade_category
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
edited a grade category named {grade_category_name}
in {course_title}
.
New user owns course
An event where a new user owns a course.
new_user_owns_course
course_
id
string
The identifier of a course.
course_
join_
method
string
The way a user joined a course (i.e., using a course code or from an invitation).
course_
title
string
The name of a course.
event_
source
string
The audit event source. Possible values:
-
api
The event originated from a request to the API.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= new_user_owns_course
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
accepted course ownership of {course_title}
Share classwork settings updated for course
An event where the share classwork settings are updated for a course.
share_classwork_settings_updated_for_course
course_
id
string
The identifier of a course.
course_
title
string
The name of a course.
setting_
status
string
The status of a setting. Possible values:
-
disabled
-
enabled
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= share_classwork_settings_updated_for_course
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
{setting_status}
classwork sharing for {course_title}
Transferred ownership of course
An event where a user transfers ownership of a course.
transferred_ownership_of_course
course_
id
string
The identifier of a course.
course_
title
string
The name of a course.
event_
source
string
The audit event source. Possible values:
-
api
The event originated from a request to the API.
impacted_
users
string
The email of one or more users.
previous_
course_
owner
string
The name of the previous owner of the course.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= transferred_ownership_of_course
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
transferred ownership of {course_title}
from {previous_course_owner}
User invited to own course
An event where a user is invited to own a course.
user_invited_to_own_course
course_
id
string
The identifier of a course.
course_
title
string
The name of a course.
event_
source
string
The audit event source. Possible values:
-
api
The event originated from a request to the API.
impacted_
users
string
The email of one or more users.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= user_invited_to_own_course
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
invited user to own {course_title}
Grade export
Type of event where a user exports grades to SIS (Student Information System).
Events of this type are returned with type=grade_export
.
Course work exported
An event where a user exports a coursework to a SIS (Student Information System).
grade_export_for_course_work
course_
id
string
The identifier of a course.
course_
title
string
The name of a course.
course_
work_
title
string
The title of a piece of coursework.
course_
work_
type
string
The type of a piece of coursework. Possible values:
-
assignment
The type of this coursework is an assignment. -
material
The type of this coursework is a material. -
question
The type of this coursework is a question. -
quiz_assignment
The type of this coursework is an assignment that links to a quiz.
post_
id
string
The identifier of a piece of coursework.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= grade_export_for_course_work
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
successfully exported course work {course_work_title}
from course {course_title}
to SIS.
Submission exported
An event where a user exports a submission to a SIS (Student Information System).
grade_export_for_submission
course_
|
The identifier of a course. |
course_
|
The name of a course. |
course_
|
The title of a piece of coursework. |
impacted_
|
The email of one or more users. |
post_
|
The identifier of a piece of coursework. |
submission_
|
The identifier of a submission. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= grade_export_for_submission
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
successfully exported grades to SIS for submission {submission_id}
in course work {course_work_title}
from course {course_title}
.
Guardian updates
Type of event where a user creates originality reports.
Events of this type are returned with type=guardian_update
.
Default guardian summaries settings updated for teacher
An event where a user updates the default guardian summaries settings for their courses.
guardian_summaries_settings_updated_for_teacher
summaries_
status
string
Guardian summaries have been enabled on the given course. Possible values:
-
disabled
Summaries are disabled. -
enabled
Summaries are enabled.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= guardian_summaries_settings_updated_for_teacher
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
{summaries_status}
course summaries by default for all courses they teach and any courses they create.
Default guardian summaries settings updated for teacher
An event where a user updates the default guardian summaries settings for their courses.
default_guardian_summaries_settings_updated_for_teacher
summaries_
status
string
Guardian summaries have been enabled on the given course. Possible values:
-
disabled
Summaries are disabled. -
enabled
Summaries are enabled.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= default_guardian_summaries_settings_updated_for_teacher
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
{summaries_status}
course summaries by default for all courses they teach and any courses they create.
Guardian invited for student
An event where a user invites a guardian for a student.
guardian_invited_for_student
event_
source
string
The audit event source. Possible values:
-
api
The event originated from a request to the API.
impacted_
users
string
The email of one or more users.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= guardian_invited_for_student
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
invited guardian(s).
Guardian removed for student
An event where a user removes a guardian for a student.
guardian_removed_for_student
event_
source
string
The audit event source. Possible values:
-
api
The event originated from a request to the API.
guardians
string
Guardian users associated with the event.
impacted_
users
string
The email of one or more users.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= guardian_removed_for_student
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
removed guardian(s)
Guardian responded to invite
An event where a guardian responds to an invite.
guardian_responded_to_invite
impacted_
users
string
The email of one or more users.
invite_
status
string
A course/role invite was accepted. Possible values:
-
accepted
The invite was accepted. -
rejected
The invite was rejected.
invited_
emails
string
The emails a guardian invite was sent to.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= guardian_responded_to_invite
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
{invite_status}
guardian invite.
Guardian summaries settings updated for course
An event where a user updates the guardian summaries settings for a course.
guardian_summaries_settings_updated_for_course
course_
id
string
The identifier of a course.
course_
title
string
The name of a course.
event_
source
string
The audit event source. Possible values:
-
api
The event originated from a request to the API.
summaries_
status
string
Guardian summaries have been enabled on the given course. Possible values:
-
disabled
Summaries are disabled. -
enabled
Summaries are enabled.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= guardian_summaries_settings_updated_for_course
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
{summaries_status}
course summaries for {course_title}
.
Guardian updated email
An event where a guardian updates their email.
guardian_updated_email
impacted_
|
The email of one or more users. |
previous_
|
The previous email associated with the user. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= guardian_updated_email
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
updated their guardian email from {previous_email}
Originality report
Type of event where a user creates originality reports.
Events of this type are returned with type=originality_report
.
Originality report created
An event where a user creates an originality report.
originality_report_created
course_
|
The identifier of a course. |
course_
|
The name of a course. |
course_
|
The title of a piece of coursework. |
course_
|
The type of a piece of coursework. |
document_
|
The identifier of a document. |
impacted_
|
The email of one or more users. |
post_
|
The identifier of a piece of coursework. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ classroom
?eventName= originality_report_created
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
created an originality report on {course_work_title}
in {course_title}
.