REST Resource: tasklists

Resource: TaskList

JSON representation
{
  "kind": string,
  "id": string,
  "etag": string,
  "title": string,
  "updated": string,
  "selfLink": string
}
Fields
kind

string

Type of the resource. This is always "tasks#taskList".

id

string

Task list identifier.

etag

string

ETag of the resource.

title

string

Title of the task list. Maximum length allowed: 1024 characters.

updated

string

Last modification time of the task list (as a RFC 3339 timestamp).

Methods

delete

Deletes the authenticated user's specified task list.

get

Returns the authenticated user's specified task list.

insert

Creates a new task list and adds it to the authenticated user's task lists.

list

Returns all the authenticated user's task lists.

patch

Updates the authenticated user's specified task list.

update

Updates the authenticated user's specified task list.