REST Resource: tasklists
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源:TaskList
JSON 表示法 |
{
"kind": string,
"id": string,
"etag": string,
"title": string,
"updated": string,
"selfLink": string
} |
欄位 |
kind |
string
僅供輸出。資源類型。這個值一律為「tasks#taskList」。
|
id |
string
工作清單 ID。
|
etag |
string
資源的 ETag。
|
title |
string
工作清單的標題。長度上限:1024 個半形字元。
|
updated |
string
僅供輸出。工作清單的上次修改時間 (以 RFC 3339 時間戳記表示)。
|
selfLink |
string
僅供輸出。指向這份工作清單的網址。用於擷取、更新或刪除這個工作清單。
|
方法 |
|
刪除已驗證使用者指定的工作清單。 |
|
傳回已驗證使用者指定的工作清單。 |
|
建立新的工作清單,並將其新增至已驗證使用者的任務清單。 |
|
傳回已驗證使用者的所有工作清單。 |
|
更新已驗證使用者指定的工作清單。 |
|
更新已驗證使用者指定的工作清單。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[],[],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. |"]]