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.
Task list identifier.
Type: string
Data format for the response.
Type: string
Potential values: json
Selector specifying which fields to include in a partial response.
Type: string
Returns response with indentations and line breaks.
Type: boolean
An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
Type: string
Creates a new task list and adds it to the authenticated user's task lists.
Type: object
{
"kind" : "Type of the resource. This is always \"tasks#taskList\".",
"etag" : "ETag of the resource.",
"id" : "Task list identifier.",
"title" : "Title of the task list.",
"updated" : "Last modification time of the task list (as a RFC 3339 timestamp).",
"selfLink" : "URL pointing to this task list. Used to retrieve, update, or delete this task list."
}
Data format for the response.
Type: string
Potential values: json
Selector specifying which fields to include in a partial response.
Type: string
Returns response with indentations and line breaks.
Type: boolean
An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
Type: string
Creates a new task on the specified task list.
Task list identifier.
Type: string
Type: object
{
"parent" : "Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the \"move\" method to move the task under a different parent or to the top level.",
"notes" : "Notes describing the task. Optional.",
"hidden" : "Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only.",
"kind" : "Type of the resource. This is always \"tasks#task\".",
"completed" : "Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.",
"title" : "Title of the task.",
"selfLink" : "URL pointing to this task. Used to retrieve, update, or delete this task.",
"deleted" : "Flag indicating whether the task has been deleted. The default if False.",
"due" : "Due date of the task (as a RFC 3339 timestamp). Optional.",
"etag" : "ETag of the resource.",
"links" : [ {
"link" : "The URL.",
"description" : "The description. In HTML speak: Everything between and .",
"type" : "Type of the link, e.g. \"email\"."
} ],
"id" : "Task identifier.",
"position" : "String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the \"move\" method to move the task to another position.",
"updated" : "Last modification time of the task (as a RFC 3339 timestamp).",
"status" : "Status of the task. This is either \"needsAction\" or \"completed\"."
}
Data format for the response.
Type: string
Potential values: json
Selector specifying which fields to include in a partial response.
Type: string
Parent task identifier. If the task is created at the top level, this parameter is omitted. Optional.
Type: string
Returns response with indentations and line breaks.
Type: boolean
Previous sibling task identifier. If the task is created at the first position among its siblings, this parameter is omitted. Optional.
Type: string
An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
Type: string
Deletes the authenticated user's specified task list.
Task list identifier.
Type: string
Data format for the response.
Type: string
Potential values: json
Selector specifying which fields to include in a partial response.
Type: string
Returns response with indentations and line breaks.
Type: boolean
An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
Type: string
Deletes the specified task from the task list.
Task identifier.
Type: string
Task list identifier.
Type: string
Data format for the response.
Type: string
Potential values: json
Selector specifying which fields to include in a partial response.
Type: string
Returns response with indentations and line breaks.
Type: boolean
An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
Type: string
Returns the authenticated user's specified task list.
Task list identifier.
Type: string
Data format for the response.
Type: string
Potential values: json
Selector specifying which fields to include in a partial response.
Type: string
Returns response with indentations and line breaks.
Type: boolean
An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
Type: string
Returns the specified task.
Task identifier.
Type: string
Task list identifier.
Type: string
Data format for the response.
Type: string
Potential values: json
Selector specifying which fields to include in a partial response.
Type: string
Returns response with indentations and line breaks.
Type: boolean
An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
Type: string
Returns all the authenticated user's task lists.
Data format for the response.
Type: string
Potential values: json
Selector specifying which fields to include in a partial response.
Type: string
Returns response with indentations and line breaks.
Type: boolean
An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
Type: string
Returns all tasks in the specified task list.
Task list identifier.
Type: string
Data format for the response.
Type: string
Potential values: json
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.
Type: string
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.
Type: string
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.
Type: string
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.
Type: string
Selector specifying which fields to include in a partial response.
Type: string
Returns response with indentations and line breaks.
Type: boolean
An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
Type: string
Flag indicating whether completed tasks are returned in the result. Optional. The default is True.
Type: boolean
Flag indicating whether deleted tasks are returned in the result. Optional. The default is False.
Type: boolean
Flag indicating whether hidden tasks are returned in the result. Optional. The default is False.
Type: boolean
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.
Type: string
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.
Task identifier.
Type: string
Task list identifier.
Type: string
Data format for the response.
Type: string
Potential values: json
Selector specifying which fields to include in a partial response.
Type: string
New parent task identifier. If the task is moved to the top level, this parameter is omitted. Optional.
Type: string
Returns response with indentations and line breaks.
Type: boolean
New previous sibling task identifier. If the task is moved to the first position among its siblings, this parameter is omitted. Optional.
Type: string
An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
Type: string
Updates the authenticated user's specified task list. This method supports patch semantics.
Task list identifier.
Type: string
Type: object
{
"kind" : "Type of the resource. This is always \"tasks#taskList\".",
"etag" : "ETag of the resource.",
"id" : "Task list identifier.",
"title" : "Title of the task list.",
"updated" : "Last modification time of the task list (as a RFC 3339 timestamp).",
"selfLink" : "URL pointing to this task list. Used to retrieve, update, or delete this task list."
}
Data format for the response.
Type: string
Potential values: json
Selector specifying which fields to include in a partial response.
Type: string
Returns response with indentations and line breaks.
Type: boolean
An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
Type: string
Updates the specified task. This method supports patch semantics.
Task identifier.
Type: string
Task list identifier.
Type: string
Type: object
{
"parent" : "Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the \"move\" method to move the task under a different parent or to the top level.",
"notes" : "Notes describing the task. Optional.",
"hidden" : "Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only.",
"kind" : "Type of the resource. This is always \"tasks#task\".",
"completed" : "Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.",
"title" : "Title of the task.",
"selfLink" : "URL pointing to this task. Used to retrieve, update, or delete this task.",
"deleted" : "Flag indicating whether the task has been deleted. The default if False.",
"due" : "Due date of the task (as a RFC 3339 timestamp). Optional.",
"etag" : "ETag of the resource.",
"links" : [ {
"link" : "The URL.",
"description" : "The description. In HTML speak: Everything between and .",
"type" : "Type of the link, e.g. \"email\"."
} ],
"id" : "Task identifier.",
"position" : "String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the \"move\" method to move the task to another position.",
"updated" : "Last modification time of the task (as a RFC 3339 timestamp).",
"status" : "Status of the task. This is either \"needsAction\" or \"completed\"."
}
Data format for the response.
Type: string
Potential values: json
Selector specifying which fields to include in a partial response.
Type: string
Returns response with indentations and line breaks.
Type: boolean
An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
Type: string
Updates the authenticated user's specified task list.
Task list identifier.
Type: string
Type: object
{
"kind" : "Type of the resource. This is always \"tasks#taskList\".",
"etag" : "ETag of the resource.",
"id" : "Task list identifier.",
"title" : "Title of the task list.",
"updated" : "Last modification time of the task list (as a RFC 3339 timestamp).",
"selfLink" : "URL pointing to this task list. Used to retrieve, update, or delete this task list."
}
Data format for the response.
Type: string
Potential values: json
Selector specifying which fields to include in a partial response.
Type: string
Returns response with indentations and line breaks.
Type: boolean
An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
Type: string
Updates the specified task.
Task identifier.
Type: string
Task list identifier.
Type: string
Type: object
{
"parent" : "Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the \"move\" method to move the task under a different parent or to the top level.",
"notes" : "Notes describing the task. Optional.",
"hidden" : "Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only.",
"kind" : "Type of the resource. This is always \"tasks#task\".",
"completed" : "Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.",
"title" : "Title of the task.",
"selfLink" : "URL pointing to this task. Used to retrieve, update, or delete this task.",
"deleted" : "Flag indicating whether the task has been deleted. The default if False.",
"due" : "Due date of the task (as a RFC 3339 timestamp). Optional.",
"etag" : "ETag of the resource.",
"links" : [ {
"link" : "The URL.",
"description" : "The description. In HTML speak: Everything between and .",
"type" : "Type of the link, e.g. \"email\"."
} ],
"id" : "Task identifier.",
"position" : "String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the \"move\" method to move the task to another position.",
"updated" : "Last modification time of the task (as a RFC 3339 timestamp).",
"status" : "Status of the task. This is either \"needsAction\" or \"completed\"."
}
Data format for the response.
Type: string
Potential values: json
Selector specifying which fields to include in a partial response.
Type: string
Returns response with indentations and line breaks.
Type: boolean
An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
Type: string