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
리소스의 eETag입니다.
|
title |
string
할 일 목록의 제목입니다. 최대 허용 길이는 1,024자(영문 기준)입니다.
|
updated |
string
출력 전용입니다. 작업 목록의 마지막 수정 시간 (RFC 3339 타임스탬프)입니다.
|
selfLink |
string
출력 전용입니다. 이 할 일 목록을 가리키는 URL입니다. 이 할 일 목록을 검색, 업데이트 또는 삭제하는 데 사용됩니다.
|
메서드 |
|
인증된 사용자의 지정된 작업 목록을 삭제합니다. |
|
인증받은 사용자가 지정한 작업 목록을 반환합니다. |
|
새 작업 목록을 만들어 인증된 사용자의 작업 목록에 추가합니다. |
|
인증된 사용자의 모든 작업 목록을 반환합니다. |
|
인증된 사용자의 지정된 작업 목록을 업데이트합니다. |
|
인증된 사용자의 지정된 작업 목록을 업데이트합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-02-27(UTC)
[null,null,["최종 업데이트: 2025-02-27(UTC)"],[[["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"]]