v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1314726.1 KB
tasks

Returns all tasks in the specified task list. Doesn't return assigned tasks by default (from Docs, Chat Spaces). A user can have up to 20,000 non-hidden tasks per list and up to 100,000 tasks in total at a time.

get/tasks/v1/lists/{tasklist}/tasks

Path parameters

taskliststring required

Task list identifier.

Query parameters

completedMaxstring

Upper bound for a task's completion date (as a RFC 3339 timestamp) to filter by. Optional. The default is not to filter by completion date.

completedMinstring

Lower bound for a task's completion date (as a RFC 3339 timestamp) to filter by. Optional. The default is not to filter by completion date.

dueMaxstring

Upper bound for a task's due date (as a RFC 3339 timestamp) to filter by. Optional. The default is not to filter by due date.

dueMinstring

Lower bound for a task's due date (as a RFC 3339 timestamp) to filter by. Optional. The default is not to filter by due date.

maxResultsinteger

Maximum number of tasks returned on one page. Optional. The default is 20 (max allowed: 100).

pageTokenstring

Token specifying the result page to return. Optional.

showAssignedboolean

Optional. Flag indicating whether tasks assigned to the current user are returned in the result. Optional. The default is False.

showCompletedboolean

Flag indicating whether completed tasks are returned in the result. Note that showHidden must also be True to show tasks completed in first party clients, such as the web UI and Google's mobile apps. Optional. The default is True.

showDeletedboolean

Flag indicating whether deleted tasks are returned in the result. Optional. The default is False.

showHiddenboolean

Flag indicating whether hidden tasks are returned in the result. Optional. The default is False.

updatedMinstring

Lower bound for a task's last modification time (as a RFC 3339 timestamp) to filter by. Optional. The default is not to filter by last modification time.

Response

Successful response