• Home
  • Raw
  • Download

Lines Matching full:tasks

3  "id": "tasks:v1",
4 "name": "tasks",
6 "title": "Tasks API",
7 "description": "Lets you manage your tasks and task lists.",
9 "x16": "http://www.google.com/images/icons/product/tasks-16.png",
10 "x32": "http://www.google.com/images/icons/product/tasks-32.png"
12 "documentationLink": "http://code.google.com/apis/tasks/v1/using.html",
17 "basePath": "/tasks/v1/",
20 "servicePath": "tasks/v1/",
64 "https://www.googleapis.com/auth/tasks": {
65 "description": "Manage your tasks"
67 "https://www.googleapis.com/auth/tasks.readonly": {
68 "description": "View your tasks"
106 "description": "Type of the resource. This is always \"tasks#task\".",
107 "default": "tasks#task"
119 …"description": "String indicating the position of the task among its sibling tasks under the same …
154 "description": "Type of the resource. This is always \"tasks#taskList\".",
155 "default": "tasks#taskList"
184 "description": "Type of the resource. This is always \"tasks#taskLists\".",
185 "default": "tasks#taskLists"
193 "Tasks": { object
194 "id": "Tasks",
203 "description": "Collection of tasks.",
210 "description": "Type of the resource. This is always \"tasks#tasks\".",
211 "default": "tasks#tasks"
224 "id": "tasks.tasklists.delete",
240 "https://www.googleapis.com/auth/tasks"
244 "id": "tasks.tasklists.get",
263 "https://www.googleapis.com/auth/tasks",
264 "https://www.googleapis.com/auth/tasks.readonly"
268 "id": "tasks.tasklists.insert",
279 "https://www.googleapis.com/auth/tasks"
283 "id": "tasks.tasklists.list",
305 "https://www.googleapis.com/auth/tasks",
306 "https://www.googleapis.com/auth/tasks.readonly"
310 "id": "tasks.tasklists.patch",
332 "https://www.googleapis.com/auth/tasks"
336 "id": "tasks.tasklists.update",
358 "https://www.googleapis.com/auth/tasks"
363 "tasks": { object
366 "id": "tasks.tasks.clear",
369 …ted tasks from the specified task list. The affected tasks will be marked as 'hidden' and no longe…
382 "https://www.googleapis.com/auth/tasks"
386 "id": "tasks.tasks.delete",
387 "path": "lists/{tasklist}/tasks/{task}",
409 "https://www.googleapis.com/auth/tasks"
413 "id": "tasks.tasks.get",
414 "path": "lists/{tasklist}/tasks/{task}",
439 "https://www.googleapis.com/auth/tasks",
440 "https://www.googleapis.com/auth/tasks.readonly"
444 "id": "tasks.tasks.insert",
445 "path": "lists/{tasklist}/tasks",
476 "https://www.googleapis.com/auth/tasks"
480 "id": "tasks.tasks.list",
481 "path": "lists/{tasklist}/tasks",
483 "description": "Returns all tasks in the specified task list.",
519 …"description": "Flag indicating whether completed tasks are returned in the result. Optional. The …
524 …"description": "Flag indicating whether deleted tasks are returned in the result. Optional. The de…
529 …"description": "Flag indicating whether hidden tasks are returned in the result. Optional. The def…
548 "$ref": "Tasks"
551 "https://www.googleapis.com/auth/tasks",
552 "https://www.googleapis.com/auth/tasks.readonly"
556 "id": "tasks.tasks.move",
557 "path": "lists/{tasklist}/tasks/{task}/move",
559 …s a child task under a new parent and/or move it to a different position among its sibling tasks.",
592 "https://www.googleapis.com/auth/tasks"
596 "id": "tasks.tasks.patch",
597 "path": "lists/{tasklist}/tasks/{task}",
625 "https://www.googleapis.com/auth/tasks"
629 "id": "tasks.tasks.update",
630 "path": "lists/{tasklist}/tasks/{task}",
658 "https://www.googleapis.com/auth/tasks"