[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-07-25 (שעון 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. |"]]