googleapis.com – tasks
The Google Tasks API lets you manage your tasks and task lists.
- Homepage
- https://api.apis.guru/v2/specs/googleapis.com:tasks/v1.json
- Provider
- googleapis.com:tasks / tasks
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/googleapis.com/tasks/v1/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/googleapis.com/tasks/v1/openapi.yaml
Tools (16)
Extracted live via the executor SDK.
-
tasklists.tasksTasklistsDeleteDeletes the authenticated user's specified task list.
-
tasklists.tasksTasklistsGetReturns the authenticated user's specified task list.
-
tasklists.tasksTasklistsInsertCreates a new task list and adds it to the authenticated user's task lists.
-
tasklists.tasksTasklistsListReturns all the authenticated user's task lists.
-
tasklists.tasksTasklistsPatchUpdates the authenticated user's specified task list. This method supports patch semantics.
-
tasklists.tasksTasklistsUpdateUpdates the authenticated user's specified task list.
-
tasks.tasksClearClears all completed tasks from the specified task list. The affected tasks will be marked as 'hidden' and no longer be returned by default when retrieving all tasks for a task list.
-
tasks.tasksDeleteDeletes the specified task from the task list.
-
tasks.tasksGetReturns the specified task.
-
tasks.tasksInsertCreates a new task on the specified task list.
-
tasks.tasksListReturns all tasks in the specified task list.
-
tasks.tasksMoveMoves the specified task to another position in the task list. This can include putting it as a child task under a new parent and/or move it to a different position among its sibling tasks.
-
tasks.tasksPatchUpdates the specified task. This method supports patch semantics.
-
tasks.tasksUpdateUpdates the specified task.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools