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-02-27 (世界標準時間)。
[null,null,["上次更新時間:2025-02-27 (世界標準時間)。"],[[["The `TaskList` resource represents a user's task list and includes properties like `id`, `title`, and `updated`."],["`TaskList` can be accessed and manipulated through methods such as `get`, `insert`, `update`, `delete`, `list`, and `patch`."],["The JSON representation of a `TaskList` object includes fields such as `kind`, `id`, `etag`, `title`, `updated`, and `selfLink`, each serving specific data purposes."],["Users can manage their task lists by creating, retrieving, updating, deleting and listing them through the provided methods."]]],["The `TaskList` resource represents a user's task list, identified by an `id`. It includes `title`, `etag`, `kind`, `updated` timestamp, and `selfLink`. Key actions involve managing these lists via methods: `delete` removes a list, `get` retrieves one, `insert` creates a new one, `list` retrieves all, and `patch`/`update` modify existing lists. These actions are performed by authenticated users on their task lists. The information is represented in JSON format.\n"]]