Task Template Checklist Methods: Overview

The methods in this section manage checklist items within task templates.

For more information about checklists, refer to the article Checklists: Overview of Methods.

Quick Navigation: All Methods

Overview of Methods

Scope: task

Who can execute the method: varies by method

Method

Description

tasks.template.checklist.add

Adds a checklist item

tasks.template.checklist.update

Updates a checklist item

tasks.template.checklist.get

Retrieves a checklist item by id

tasks.template.checklist.list

Retrieves a list of checklist items

tasks.template.checklist.delete

Deletes a checklist item

tasks.template.checklist.moveAfter

Moves an item after the specified one

tasks.template.checklist.moveBefore

Moves an item before the specified one

tasks.template.checklist.complete

Marks an item as completed

tasks.template.checklist.renew

Returns an item to an incomplete state

tasks.template.checklist.addAttachmentByContent

Adds an attachment from content

tasks.template.checklist.addAttachmentsFromDisk

Adds attachments from Drive

tasks.template.checklist.removeAttachments

Removes attachments from a checklist item