[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-13 UTC."],[],[],null,["# REST Resource: tasklists\n\n- [Resource: TaskList](#TaskList)\n - [JSON representation](#TaskList.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: TaskList\n------------------\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------|\n| ``` { \"kind\": string, \"id\": string, \"etag\": string, \"title\": string, \"updated\": string, \"selfLink\": string } ``` |\n\n| Fields ||\n|------------|-----------------------------------------------------------------------------------------------------------|\n| `kind` | `string` Output only. Type of the resource. This is always \"tasks#taskList\". |\n| `id` | `string` Task list identifier. |\n| `etag` | `string` ETag of the resource. |\n| `title` | `string` Title of the task list. Maximum length allowed: 1024 characters. |\n| `updated` | `string` Output only. Last modification time of the task list (as a RFC 3339 timestamp). |\n| `selfLink` | `string` Output only. URL pointing to this task list. Used to retrieve, update, or delete this task list. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------|-----------------------------------------------------------------------------|\n| ### [delete](/workspace/tasks/reference/rest/v1/tasklists/delete) | Deletes the authenticated user's specified task list. |\n| ### [get](/workspace/tasks/reference/rest/v1/tasklists/get) | Returns the authenticated user's specified task list. |\n| ### [insert](/workspace/tasks/reference/rest/v1/tasklists/insert) | Creates a new task list and adds it to the authenticated user's task lists. |\n| ### [list](/workspace/tasks/reference/rest/v1/tasklists/list) | Returns all the authenticated user's task lists. |\n| ### [patch](/workspace/tasks/reference/rest/v1/tasklists/patch) | Updates the authenticated user's specified task list. |\n| ### [update](/workspace/tasks/reference/rest/v1/tasklists/update) | Updates the authenticated user's specified task list. |"]]