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
פלט בלבד. כתובת URL שמפנה לרשימת המשימות הזו. משמש לאחזור, לעדכון או למחיקה של רשימת המשימות הזו.
|
Methods |
|
המחיקה של רשימת המשימות שצוינה של המשתמש המאומת. |
|
הפונקציה מחזירה את רשימת המשימות שצוינה של המשתמש המאומת. |
|
יצירת רשימת משימות חדשה והוספה שלה לרשימות המשימות של המשתמש המאומת. |
|
הפונקציה מחזירה את כל רשימות המשימות של המשתמש המאומת. |
|
עדכון רשימת המשימות שצוינה של המשתמש המאומת. |
|
עדכון רשימת המשימות שצוינה של המשתמש המאומת. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 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. |"]]