REST Resource: tasklists
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
资源:TaskList
JSON 表示法 |
{
"kind": string,
"id": string,
"etag": string,
"title": string,
"updated": string,
"selfLink": string
} |
字段 |
kind |
string
仅限输出。资源的类型。此值始终为“tasks#taskList”。
|
id |
string
任务列表标识符。
|
etag |
string
资源的 ETag。
|
title |
string
任务列表的标题。允许的长度上限:1,024 个字符。
|
updated |
string
仅限输出。任务列表的最后修改时间(采用 RFC 3339 时间戳)。
|
selfLink |
string
仅限输出。指向此任务列表的网址。用于检索、更新或删除此任务列表。
|
方法 |
|
删除已通过身份验证的用户的指定任务列表。 |
|
返回经过身份验证的用户的指定任务列表。 |
|
创建新的任务列表,并将其添加到已通过身份验证的用户的任务列表中。 |
|
返回经过身份验证的用户的所有任务列表。 |
|
更新经过身份验证的用户的指定任务列表。 |
|
更新经过身份验证的用户的指定任务列表。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):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. |"]]