Classroom Audit Activity Events

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.

Event details
Event name
created_add_on_attachment
Parameters
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.

Sample request
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
Admin Console message format
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.

Event details
Event name
deleted_add_on_attachment
Parameters
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.

Sample request
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
Admin Console message format
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.

Event details
Event name
updated_add_on_attachment_submission_grade
Parameters
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.

Sample request
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
Admin Console message format
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.

Event details
Event name
updated_add_on_attachment
Parameters
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.

Sample request
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
Admin Console message format
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.

Event details
Event name
published_announcement
Parameters
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.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / classroom ?eventName= published_announcement &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{actor} published an announcement in {course_title}

Announcement updated

An event where a user updates an announcement.

Event details
Event name
updated_announcement
Parameters
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.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / classroom ?eventName= updated_announcement &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{actor} updated announcement in {course_title} .

Commented on announcement

An event where a user made a comment on an announcement.

Event details
Event name
commented_announcement
Parameters
course_ id

string

The identifier of a course.

course_ title

string

The name of a course.

post_ id

string

The identifier of a piece of coursework.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / classroom ?eventName= commented_announcement &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{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.

Event details
Event name
commented_course_work
Parameters
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.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / classroom ?eventName= commented_course_work &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{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.

Event details
Event name
commented_submission_private
Parameters
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.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / classroom ?eventName= commented_submission_private &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{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.

Event details
Event name
commented_submission_public
Parameters
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.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / classroom ?eventName= commented_submission_public &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{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.

Event details
Event name
published_course_work
Parameters
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.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / classroom ?eventName= published_course_work &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{actor} published course work ' {course_work_title} ' in {course_title}

Course work updated

An event where a user updates a course work.

Event details
Event name
updated_course_work
Parameters
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.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / classroom ?eventName= updated_course_work &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{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.

Event details
Event name
set_draft_grade
Parameters
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.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / classroom ?eventName= set_draft_grade &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{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.

Event details
Event name
unset_draft_grade
Parameters
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.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / classroom ?eventName= unset_draft_grade &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{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.

Event details
Event name
set_grade
Parameters
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.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / classroom ?eventName= set_grade &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{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.

Event details
Event name
unset_grade
Parameters
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.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / classroom ?eventName= unset_grade &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{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.

Event details
Event name
created_rubric_for_course_work
Parameters
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.

Sample request
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
Admin Console message format
{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.

Event details
Event name
scored_rubric
Parameters
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.

impacted_ users

string

The email of one or more users.

post_ id

string

The identifier of a piece of coursework.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / classroom ?eventName= scored_rubric &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{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.

Event details
Event name
changed_submission_state
Parameters
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.
Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / classroom ?eventName= changed_submission_state &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{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.

Event details
Event name
user_added_to_course
Parameters
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.

Sample request
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
Admin Console message format
{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.

Event details
Event name
user_gained_preview_access_to_course
Parameters
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
Sample request
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
Admin Console message format
{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.

Event details
Event name
user_invited_to_course
Parameters
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.

Sample request
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
Admin Console message format
{actor} invited user(s) to join {course_title} in role: {course_role}

User joined course

An event where a user joins a course.

Event details
Event name
user_joined_course
Parameters
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.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / classroom ?eventName= user_joined_course &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{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.

Event details
Event name
user_removed_from_course
Parameters
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.

Sample request
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
Admin Console message format
{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.

Event details
Event name
archived_course
Parameters
course_ id

string

The identifier of a course.

course_ title

string

The name of a course.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / classroom ?eventName= archived_course &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{actor} archived {course_title}

Course created

An event where a user creates a course.

Event details
Event name
created_course
Parameters
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.
Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / classroom ?eventName= created_course &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{actor} created {course_title}

Course deleted

An event where a user deletes a course.

Event details
Event name
deleted_course
Parameters
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.
Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / classroom ?eventName= deleted_course &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{actor} deleted {course_title}

An event where a user creates a quick link for a course.

Event details
Event name
created_course_quick_link
Parameters
course_ id

string

The identifier of a course.

course_ title

string

The name of a course.

link_ display_ title

string

The display title of a link.

Sample request
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
Admin Console message format
{actor} created a quick link titled {link_display_title} in {course_title} .

An event where a user deletes a quick link for a course.

Event details
Event name
deleted_course_quick_link
Parameters
course_ id

string

The identifier of a course.

course_ title

string

The name of a course.

link_ display_ title

string

The display title of a link.

Sample request
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
Admin Console message format
{actor} deleted a quick link titled {link_display_title} in {course_title} .

An event where a user edits a quick link for a course.

Event details
Event name
edited_course_quick_link
Parameters
course_ id

string

The identifier of a course.

course_ title

string

The name of a course.

link_ display_ title

string

The display title of a link.

Sample request
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
Admin Console message format
{actor} edited a quick link titled {link_display_title} in {course_title} .

Course restored

An event where a user restores a previously archived course.

Event details
Event name
restored_course
Parameters
course_ id

string

The identifier of a course.

course_ title

string

The name of a course.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / classroom ?eventName= restored_course &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{actor} restored {course_title}

Grade category created

Display name of an event where a user creates a grade category for a course.

Event details
Event name
created_grade_category
Parameters
course_ id

string

The identifier of a course.

course_ title

string

The name of a course.

grade_ category_ default_ denominator

integer

Default grade denominator of a grade category in a course.

grade_ category_ id

string

ID of a grade category for a course.

grade_ category_ name

string

Name of a grade category in course.

grade_ category_ weight

integer

Weight of a grade category for a course.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / classroom ?eventName= created_grade_category &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{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.

Event details
Event name
deleted_grade_category
Parameters
course_ id

string

The identifier of a course.

course_ title

string

The name of a course.

grade_ category_ default_ denominator

integer

Default grade denominator of a grade category in a course.

grade_ category_ id

string

ID of a grade category for a course.

grade_ category_ name

string

Name of a grade category in course.

grade_ category_ weight

integer

Weight of a grade category for a course.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / classroom ?eventName= deleted_grade_category &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{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.

Event details
Event name
edited_grade_category
Parameters
course_ id

string

The identifier of a course.

course_ title

string

The name of a course.

grade_ category_ default_ denominator

integer

Default grade denominator of a grade category in a course.

grade_ category_ id

string

ID of a grade category for a course.

grade_ category_ name

string

Name of a grade category in course.

grade_ category_ weight

integer

Weight of a grade category for a course.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / classroom ?eventName= edited_grade_category &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{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.

Event details
Event name
new_user_owns_course
Parameters
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.
Sample request
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
Admin Console message format
{actor} accepted course ownership of {course_title}

An event where the share classwork settings are updated for a course.

Event details
Event name
share_classwork_settings_updated_for_course
Parameters
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
Sample request
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
Admin Console message format
{actor} {setting_status} classwork sharing for {course_title}

Transferred ownership of course

An event where a user transfers ownership of a course.

Event details
Event name
transferred_ownership_of_course
Parameters
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.

Sample request
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
Admin Console message format
{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.

Event details
Event name
user_invited_to_own_course
Parameters
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.

Sample request
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
Admin Console message format
{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).

Event details
Event name
grade_export_for_course_work
Parameters
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.

Sample request
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
Admin Console message format
{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).

Event details
Event name
grade_export_for_submission
Parameters
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.

impacted_ users

string

The email of one or more users.

post_ id

string

The identifier of a piece of coursework.

submission_ id

string

The identifier of a submission.

Sample request
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
Admin Console message format
{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.

Event details
Event name
guardian_summaries_settings_updated_for_teacher
Parameters
summaries_ status

string

Guardian summaries have been enabled on the given course. Possible values:

  • disabled
    Summaries are disabled.
  • enabled
    Summaries are enabled.
Sample request
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
Admin Console message format
{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.

Event details
Event name
default_guardian_summaries_settings_updated_for_teacher
Parameters
summaries_ status

string

Guardian summaries have been enabled on the given course. Possible values:

  • disabled
    Summaries are disabled.
  • enabled
    Summaries are enabled.
Sample request
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
Admin Console message format
{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.

Event details
Event name
guardian_invited_for_student
Parameters
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.

Sample request
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
Admin Console message format
{actor} invited guardian(s).

Guardian removed for student

An event where a user removes a guardian for a student.

Event details
Event name
guardian_removed_for_student
Parameters
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.

Sample request
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
Admin Console message format
{actor} removed guardian(s)

Guardian responded to invite

An event where a guardian responds to an invite.

Event details
Event name
guardian_responded_to_invite
Parameters
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.

Sample request
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
Admin Console message format
{actor} {invite_status} guardian invite.

Guardian summaries settings updated for course

An event where a user updates the guardian summaries settings for a course.

Event details
Event name
guardian_summaries_settings_updated_for_course
Parameters
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.
Sample request
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
Admin Console message format
{actor} {summaries_status} course summaries for {course_title} .

Guardian updated email

An event where a guardian updates their email.

Event details
Event name
guardian_updated_email
Parameters
impacted_ users

string

The email of one or more users.

previous_ email

string

The previous email associated with the user.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / classroom ?eventName= guardian_updated_email &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{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.

Event details
Event name
originality_report_created
Parameters
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.

document_ id

string

The identifier of a document.

impacted_ users

string

The email of one or more users.

post_ id

string

The identifier of a piece of coursework.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / classroom ?eventName= originality_report_created &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{actor} created an originality report on {course_work_title} in {course_title} .
Design a Mobile Site
View Site in Mobile | Classic
Share by: