This document lists the events and parameters for
various types of
Tasks Audit activity events. You can retrieve these events by
calling Activities.list()
with applicationName=tasks
.
Recurrence Change
The recurrence of a task was changed (includes creating or deleting a recurrence).
Events of this type are returned with type=recurrence_change
.
Recurrence Created
recurrence_created
host_
product
string
Product in which the user triggered the action.
recurrence_
id
string
Identifier for a recurring task.
task_
list_
id
string
Identifier of the task list that was edited or the task list that contained the edited task.
task_
list_
title
string
Title of the task list that was edited.
task_
owner
string
The owner to which the entity belongs, such as an email address of the user or the URL of a chat space.
task_
owner_
type
string
The type of owner to which the entity belongs, such as a user or a chat space. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
user
Indicates that the data belongs to an individual user.
task_
title
string
Title of the task that was edited.
user_
agent
string
The user agent from the request that triggered this action.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ tasks
?eventName= recurrence_created
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
created recurring task " {task_title}
".
Recurrence Created From Task
recurrence_created_from_task
host_
product
string
Product in which the user triggered the action.
recurrence_
id
string
Identifier for a recurring task.
task_
id
string
Identifier of the task that was edited.
task_
list_
id
string
Identifier of the task list that was edited or the task list that contained the edited task.
task_
owner
string
The owner to which the entity belongs, such as an email address of the user or the URL of a chat space.
task_
owner_
type
string
The type of owner to which the entity belongs, such as a user or a chat space. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
user
Indicates that the data belongs to an individual user.
task_
title
string
Title of the task that was edited.
user_
agent
string
The user agent from the request that triggered this action.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ tasks
?eventName= recurrence_created_from_task
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
made task " {task_title}
" recurring.
Recurrence Deleted
recurrence_deleted
host_
product
string
Product in which the user triggered the action.
recurrence_
id
string
Identifier for a recurring task.
task_
list_
id
string
Identifier of the task list that was edited or the task list that contained the edited task.
task_
owner
string
The owner to which the entity belongs, such as an email address of the user or the URL of a chat space.
task_
owner_
type
string
The type of owner to which the entity belongs, such as a user or a chat space. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
user
Indicates that the data belongs to an individual user.
task_
title
string
Title of the task that was edited.
user_
agent
string
The user agent from the request that triggered this action.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ tasks
?eventName= recurrence_deleted
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
deleted recurring task " {task_title}
".
Recurrence Modified
recurrence_modified
host_
product
string
Product in which the user triggered the action.
recurrence_
id
string
Identifier for a recurring task.
task_
list_
id
string
Identifier of the task list that was edited or the task list that contained the edited task.
task_
owner
string
The owner to which the entity belongs, such as an email address of the user or the URL of a chat space.
task_
owner_
type
string
The type of owner to which the entity belongs, such as a user or a chat space. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
user
Indicates that the data belongs to an individual user.
task_
title
string
Title of the task that was edited.
user_
agent
string
The user agent from the request that triggered this action.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ tasks
?eventName= recurrence_modified
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
modified recurring task " {task_title}
".
Recurrence Title Changed
recurrence_title_changed
host_
product
string
Product in which the user triggered the action.
new_
task_
title
string
New title of a task (if the task title was changed).
recurrence_
id
string
Identifier for a recurring task.
task_
list_
id
string
Identifier of the task list that was edited or the task list that contained the edited task.
task_
owner
string
The owner to which the entity belongs, such as an email address of the user or the URL of a chat space.
task_
owner_
type
string
The type of owner to which the entity belongs, such as a user or a chat space. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
user
Indicates that the data belongs to an individual user.
task_
title
string
Title of the task that was edited.
user_
agent
string
The user agent from the request that triggered this action.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ tasks
?eventName= recurrence_title_changed
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
changed the title of recurring task " {task_title}
" to " {new_task_title}
".
Task Change
A task was changed (also includes creations or deletions of tasks).
Events of this type are returned with type=task_change
.
Task Assigned
task_assigned
assignee_
email
string
Email address of the task's assignee.
host_
product
string
Product in which the user triggered the action.
shared_
task_
origin_
type
string
The type of shared surface this task was assigned from. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
document
The task was assigned from a Google Doc.
task_
id
string
Identifier of the task that was edited.
task_
list_
id
string
Identifier of the task list that was edited or the task list that contained the edited task.
task_
origin_
space
string
The URL of the shared surface this task was assigned from.
task_
owner
string
The owner to which the entity belongs, such as an email address of the user or the URL of a chat space.
task_
owner_
type
string
The type of owner to which the entity belongs, such as a user or a chat space. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
user
Indicates that the data belongs to an individual user.
task_
time
string
The date or time of the task.
task_
title
string
Title of the task that was edited.
user_
agent
string
The user agent from the request that triggered this action.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ tasks
?eventName= task_assigned
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
assigned task " {task_title}
" to {assignee_email}
.
Task Completed
task_completed
host_
product
string
Product in which the user triggered the action.
recurrence_
id
string
Identifier for a recurring task.
shared_
task_
origin_
type
string
The type of shared surface this task was assigned from. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
document
The task was assigned from a Google Doc.
task_
id
string
Identifier of the task that was edited.
task_
list_
id
string
Identifier of the task list that was edited or the task list that contained the edited task.
task_
origin_
space
string
The URL of the shared surface this task was assigned from.
task_
owner
string
The owner to which the entity belongs, such as an email address of the user or the URL of a chat space.
task_
owner_
type
string
The type of owner to which the entity belongs, such as a user or a chat space. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
user
Indicates that the data belongs to an individual user.
task_
title
string
Title of the task that was edited.
user_
agent
string
The user agent from the request that triggered this action.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ tasks
?eventName= task_completed
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
completed task " {task_title}
".
Task Created
task_created
host_
product
string
Product in which the user triggered the action.
task_
creation_
point_
type
string
The type of origin this task was created from. Possible values:
-
chat_message
The task was created from a chat message in Google Chat. -
checkbox
The task was created from a checkbox in Google Docs. -
email
The task was created from an email in Gmail.
task_
creation_
point_
url
string
The URL of the origin this task was created from.
task_
id
string
Identifier of the task that was edited.
task_
list_
id
string
Identifier of the task list that was edited or the task list that contained the edited task.
task_
list_
title
string
Title of the task list that was edited.
task_
owner
string
The owner to which the entity belongs, such as an email address of the user or the URL of a chat space.
task_
owner_
type
string
The type of owner to which the entity belongs, such as a user or a chat space. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
user
Indicates that the data belongs to an individual user.
task_
time
string
The date or time of the task.
task_
title
string
Title of the task that was edited.
user_
agent
string
The user agent from the request that triggered this action.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ tasks
?eventName= task_created
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
created task " {task_title}
".
Task Deleted
task_deleted
host_
product
string
Product in which the user triggered the action.
recurrence_
id
string
Identifier for a recurring task.
shared_
task_
origin_
type
string
The type of shared surface this task was assigned from. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
document
The task was assigned from a Google Doc.
task_
id
string
Identifier of the task that was edited.
task_
list_
id
string
Identifier of the task list that was edited or the task list that contained the edited task.
task_
origin_
space
string
The URL of the shared surface this task was assigned from.
task_
owner
string
The owner to which the entity belongs, such as an email address of the user or the URL of a chat space.
task_
owner_
type
string
The type of owner to which the entity belongs, such as a user or a chat space. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
user
Indicates that the data belongs to an individual user.
task_
title
string
Title of the task that was edited.
user_
agent
string
The user agent from the request that triggered this action.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ tasks
?eventName= task_deleted
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
deleted task " {task_title}
".
Task Marked As Spam
task_marked_as_spam
host_
product
string
Product in which the user triggered the action.
shared_
task_
origin_
type
string
The type of shared surface this task was assigned from. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
document
The task was assigned from a Google Doc.
task_
id
string
Identifier of the task that was edited.
task_
list_
id
string
Identifier of the task list that was edited or the task list that contained the edited task.
task_
origin_
space
string
The URL of the shared surface this task was assigned from.
task_
owner
string
The owner to which the entity belongs, such as an email address of the user or the URL of a chat space.
task_
owner_
type
string
The type of owner to which the entity belongs, such as a user or a chat space. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
user
Indicates that the data belongs to an individual user.
task_
title
string
Title of the task that was edited.
user_
agent
string
The user agent from the request that triggered this action.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ tasks
?eventName= task_marked_as_spam
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
marked task " {task_title}
" as spam.
Task Modified
task_modified
host_
product
string
Product in which the user triggered the action.
recurrence_
id
string
Identifier for a recurring task.
shared_
task_
origin_
type
string
The type of shared surface this task was assigned from. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
document
The task was assigned from a Google Doc.
task_
id
string
Identifier of the task that was edited.
task_
list_
id
string
Identifier of the task list that was edited or the task list that contained the edited task.
task_
origin_
space
string
The URL of the shared surface this task was assigned from.
task_
owner
string
The owner to which the entity belongs, such as an email address of the user or the URL of a chat space.
task_
owner_
type
string
The type of owner to which the entity belongs, such as a user or a chat space. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
user
Indicates that the data belongs to an individual user.
task_
title
string
Title of the task that was edited.
user_
agent
string
The user agent from the request that triggered this action.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ tasks
?eventName= task_modified
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
modified task " {task_title}
".
Task Moved Between Lists
task_moved_between_lists
host_
product
string
Product in which the user triggered the action.
new_
task_
list_
id
string
New task list id of a task (if the task was moved to a different list).
new_
task_
list_
title
string
New title of a task list (if the task list title was changed).
task_
id
string
Identifier of the task that was edited.
task_
list_
id
string
Identifier of the task list that was edited or the task list that contained the edited task.
task_
list_
title
string
Title of the task list that was edited.
task_
owner
string
The owner to which the entity belongs, such as an email address of the user or the URL of a chat space.
task_
owner_
type
string
The type of owner to which the entity belongs, such as a user or a chat space. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
user
Indicates that the data belongs to an individual user.
task_
title
string
Title of the task that was edited.
user_
agent
string
The user agent from the request that triggered this action.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ tasks
?eventName= task_moved_between_lists
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
moved task " {task_title}
" to task list " {new_task_list_title}
".
Task Reassigned
task_reassigned
assignee_
email
string
Email address of the task's assignee.
host_
product
string
Product in which the user triggered the action.
new_
assignee_
email
string
Email address of the task's new assignee.
shared_
task_
origin_
type
string
The type of shared surface this task was assigned from. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
document
The task was assigned from a Google Doc.
task_
id
string
Identifier of the task that was edited.
task_
list_
id
string
Identifier of the task list that was edited or the task list that contained the edited task.
task_
origin_
space
string
The URL of the shared surface this task was assigned from.
task_
owner
string
The owner to which the entity belongs, such as an email address of the user or the URL of a chat space.
task_
owner_
type
string
The type of owner to which the entity belongs, such as a user or a chat space. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
user
Indicates that the data belongs to an individual user.
task_
title
string
Title of the task that was edited.
user_
agent
string
The user agent from the request that triggered this action.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ tasks
?eventName= task_reassigned
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
reassigned task " {task_title}
" to {new_assignee_email}
.
Task Restored
task_restored
host_
product
string
Product in which the user triggered the action.
recurrence_
id
string
Identifier for a recurring task.
shared_
task_
origin_
type
string
The type of shared surface this task was assigned from. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
document
The task was assigned from a Google Doc.
task_
id
string
Identifier of the task that was edited.
task_
list_
id
string
Identifier of the task list that was edited or the task list that contained the edited task.
task_
origin_
space
string
The URL of the shared surface this task was assigned from.
task_
owner
string
The owner to which the entity belongs, such as an email address of the user or the URL of a chat space.
task_
owner_
type
string
The type of owner to which the entity belongs, such as a user or a chat space. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
user
Indicates that the data belongs to an individual user.
task_
title
string
Title of the task that was edited.
user_
agent
string
The user agent from the request that triggered this action.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ tasks
?eventName= task_restored
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
restored the deleted task " {task_title}
".
Task Time Changed
task_time_changed
host_
product
string
Product in which the user triggered the action.
recurrence_
id
string
Identifier for a recurring task.
shared_
task_
origin_
type
string
The type of shared surface this task was assigned from. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
document
The task was assigned from a Google Doc.
task_
id
string
Identifier of the task that was edited.
task_
list_
id
string
Identifier of the task list that was edited or the task list that contained the edited task.
task_
origin_
space
string
The URL of the shared surface this task was assigned from.
task_
owner
string
The owner to which the entity belongs, such as an email address of the user or the URL of a chat space.
task_
owner_
type
string
The type of owner to which the entity belongs, such as a user or a chat space. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
user
Indicates that the data belongs to an individual user.
task_
time
string
The date or time of the task.
task_
title
string
Title of the task that was edited.
user_
agent
string
The user agent from the request that triggered this action.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ tasks
?eventName= task_time_changed
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
changed the time of task " {task_title}
".
Task Title Changed
task_title_changed
host_
product
string
Product in which the user triggered the action.
new_
task_
title
string
New title of a task (if the task title was changed).
recurrence_
id
string
Identifier for a recurring task.
shared_
task_
origin_
type
string
The type of shared surface this task was assigned from. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
document
The task was assigned from a Google Doc.
task_
id
string
Identifier of the task that was edited.
task_
list_
id
string
Identifier of the task list that was edited or the task list that contained the edited task.
task_
origin_
space
string
The URL of the shared surface this task was assigned from.
task_
owner
string
The owner to which the entity belongs, such as an email address of the user or the URL of a chat space.
task_
owner_
type
string
The type of owner to which the entity belongs, such as a user or a chat space. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
user
Indicates that the data belongs to an individual user.
task_
title
string
Title of the task that was edited.
user_
agent
string
The user agent from the request that triggered this action.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ tasks
?eventName= task_title_changed
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
changed the title of task " {task_title}
" to " {new_task_title}
".
Task Unassigned
task_unassigned
assignee_
email
string
Email address of the task's assignee.
host_
product
string
Product in which the user triggered the action.
shared_
task_
origin_
type
string
The type of shared surface this task was assigned from. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
document
The task was assigned from a Google Doc.
task_
id
string
Identifier of the task that was edited.
task_
list_
id
string
Identifier of the task list that was edited or the task list that contained the edited task.
task_
origin_
space
string
The URL of the shared surface this task was assigned from.
task_
owner
string
The owner to which the entity belongs, such as an email address of the user or the URL of a chat space.
task_
owner_
type
string
The type of owner to which the entity belongs, such as a user or a chat space. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
user
Indicates that the data belongs to an individual user.
task_
title
string
Title of the task that was edited.
user_
agent
string
The user agent from the request that triggered this action.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ tasks
?eventName= task_unassigned
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
unassigned task " {task_title}
".
Task Uncompleted
task_uncompleted
host_
product
string
Product in which the user triggered the action.
recurrence_
id
string
Identifier for a recurring task.
shared_
task_
origin_
type
string
The type of shared surface this task was assigned from. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
document
The task was assigned from a Google Doc.
task_
id
string
Identifier of the task that was edited.
task_
list_
id
string
Identifier of the task list that was edited or the task list that contained the edited task.
task_
origin_
space
string
The URL of the shared surface this task was assigned from.
task_
owner
string
The owner to which the entity belongs, such as an email address of the user or the URL of a chat space.
task_
owner_
type
string
The type of owner to which the entity belongs, such as a user or a chat space. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
user
Indicates that the data belongs to an individual user.
task_
title
string
Title of the task that was edited.
user_
agent
string
The user agent from the request that triggered this action.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ tasks
?eventName= task_uncompleted
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
marked task " {task_title}
" as uncomplete.
Task List Change
A task list was changed (includes creation or deletion of a task list as well as reordering the tasks inside it).
Events of this type are returned with type=task_list_change
.
Completed Tasks Deleted
task_list_completed_tasks_deleted
host_
product
string
Product in which the user triggered the action.
task_
list_
id
string
Identifier of the task list that was edited or the task list that contained the edited task.
task_
list_
title
string
Title of the task list that was edited.
task_
owner
string
The owner to which the entity belongs, such as an email address of the user or the URL of a chat space.
task_
owner_
type
string
The type of owner to which the entity belongs, such as a user or a chat space. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
user
Indicates that the data belongs to an individual user.
user_
agent
string
The user agent from the request that triggered this action.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ tasks
?eventName= task_list_completed_tasks_deleted
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
deleted all completed tasks on task list " {task_list_title}
".
Task List Created
task_list_created
host_
product
string
Product in which the user triggered the action.
task_
list_
id
string
Identifier of the task list that was edited or the task list that contained the edited task.
task_
list_
title
string
Title of the task list that was edited.
task_
owner
string
The owner to which the entity belongs, such as an email address of the user or the URL of a chat space.
task_
owner_
type
string
The type of owner to which the entity belongs, such as a user or a chat space. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
user
Indicates that the data belongs to an individual user.
user_
agent
string
The user agent from the request that triggered this action.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ tasks
?eventName= task_list_created
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
created task list " {task_list_title}
".
Task List Deleted
task_list_deleted
host_
product
string
Product in which the user triggered the action.
task_
list_
id
string
Identifier of the task list that was edited or the task list that contained the edited task.
task_
list_
title
string
Title of the task list that was edited.
task_
owner
string
The owner to which the entity belongs, such as an email address of the user or the URL of a chat space.
task_
owner_
type
string
The type of owner to which the entity belongs, such as a user or a chat space. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
user
Indicates that the data belongs to an individual user.
user_
agent
string
The user agent from the request that triggered this action.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ tasks
?eventName= task_list_deleted
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
deleted task list " {task_list_title}
".
Task List Renamed
task_list_title_changed
host_
product
string
Product in which the user triggered the action.
new_
task_
list_
title
string
New title of a task list (if the task list title was changed).
task_
list_
id
string
Identifier of the task list that was edited or the task list that contained the edited task.
task_
list_
title
string
Title of the task list that was edited.
task_
owner
string
The owner to which the entity belongs, such as an email address of the user or the URL of a chat space.
task_
owner_
type
string
The type of owner to which the entity belongs, such as a user or a chat space. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
user
Indicates that the data belongs to an individual user.
user_
agent
string
The user agent from the request that triggered this action.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ tasks
?eventName= task_list_title_changed
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
renamed task list " {task_list_title}
" to " {new_task_list_title}
".
Task List Structure Changed
task_list_structure_changed
host_
product
string
Product in which the user triggered the action.
task_
list_
id
string
Identifier of the task list that was edited or the task list that contained the edited task.
task_
list_
title
string
Title of the task list that was edited.
task_
owner
string
The owner to which the entity belongs, such as an email address of the user or the URL of a chat space.
task_
owner_
type
string
The type of owner to which the entity belongs, such as a user or a chat space. Possible values:
-
chat_space
Indicates that the data belongs to a Google Chat space. -
user
Indicates that the data belongs to an individual user.
user_
agent
string
The user agent from the request that triggered this action.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ tasks
?eventName= task_list_structure_changed
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
changed the structure of task list " {task_list_title}
".

