integrations.sh
← all integrations

googleapis.com – tasks

OpenAPI apis-guru analyticsmedia

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.tasksTasklistsDelete

    Deletes the authenticated user's specified task list.

  • tasklists.tasksTasklistsGet

    Returns the authenticated user's specified task list.

  • tasklists.tasksTasklistsInsert

    Creates a new task list and adds it to the authenticated user's task lists.

  • tasklists.tasksTasklistsList

    Returns all the authenticated user's task lists.

  • tasklists.tasksTasklistsPatch

    Updates the authenticated user's specified task list. This method supports patch semantics.

  • tasklists.tasksTasklistsUpdate

    Updates the authenticated user's specified task list.

  • tasks.tasksClear

    Clears 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.tasksDelete

    Deletes the specified task from the task list.

  • tasks.tasksGet

    Returns the specified task.

  • tasks.tasksInsert

    Creates a new task on the specified task list.

  • tasks.tasksList

    Returns all tasks in the specified task list.

  • tasks.tasksMove

    Moves 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.tasksPatch

    Updates the specified task. This method supports patch semantics.

  • tasks.tasksUpdate

    Updates the specified task.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools