Tasks Audit Activity Events

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

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

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / tasks ?eventName= recurrence_created &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{actor} created recurring task " {task_title} ".

Recurrence Created From Task

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

Sample request
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
Admin Console message format
{actor} made task " {task_title} " recurring.

Recurrence Deleted

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

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / tasks ?eventName= recurrence_deleted &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{actor} deleted recurring task " {task_title} ".

Recurrence Modified

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

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / tasks ?eventName= recurrence_modified &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{actor} modified recurring task " {task_title} ".

Recurrence Title Changed

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

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

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

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / tasks ?eventName= task_assigned &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{actor} assigned task " {task_title} " to {assignee_email} .

Task Completed

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

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / tasks ?eventName= task_completed &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{actor} completed task " {task_title} ".

Task Created

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

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / tasks ?eventName= task_created &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{actor} created task " {task_title} ".

Task Deleted

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

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / tasks ?eventName= task_deleted &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{actor} deleted task " {task_title} ".

Task Marked As Spam

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

Sample request
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
Admin Console message format
{actor} marked task " {task_title} " as spam.

Task Modified

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

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / tasks ?eventName= task_modified &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{actor} modified task " {task_title} ".

Task Moved Between Lists

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

Sample request
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
Admin Console message format
{actor} moved task " {task_title} " to task list " {new_task_list_title} ".

Task Reassigned

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

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / tasks ?eventName= task_reassigned &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{actor} reassigned task " {task_title} " to {new_assignee_email} .

Task Restored

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

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / tasks ?eventName= task_restored &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{actor} restored the deleted task " {task_title} ".

Task Time Changed

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

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / tasks ?eventName= task_time_changed &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{actor} changed the time of task " {task_title} ".

Task Title Changed

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

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / tasks ?eventName= task_title_changed &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{actor} changed the title of task " {task_title} " to " {new_task_title} ".

Task Unassigned

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

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / tasks ?eventName= task_unassigned &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{actor} unassigned task " {task_title} ".

Task Uncompleted

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

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

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

Sample request
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
Admin Console message format
{actor} deleted all completed tasks on task list " {task_list_title} ".

Task List Created

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

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / tasks ?eventName= task_list_created &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{actor} created task list " {task_list_title} ".

Task List Deleted

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

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / tasks ?eventName= task_list_deleted &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{actor} deleted task list " {task_list_title} ".

Task List Renamed

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

Sample request
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
Admin Console message format
{actor} renamed task list " {task_list_title} " to " {new_task_list_title} ".

Task List Structure Changed

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

Sample request
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
Admin Console message format
{actor} changed the structure of task list " {task_list_title} ".
Design a Mobile Site
View Site in Mobile | Classic
Share by: