Attributes

id

UUID

The unique id of the task

model

string

The model is always task

index

number

The task index. For example, if the task is T-123, its index is 123.

listIds

Array of UUID

Tasks belong to one or more lists. To create tasks, it's necessary to know in which list you want to create them.

List all lists

name

string

The name of the task.

description

string

The description of the task. It's only retrieved if you use include. See "Get a task":