Task

Get a task by id, with the record it hangs off. A task whose record has been deleted is treated as not existing.

get/api/tasks/{id}

Path parameters

idstring required

Response

The task for the given id

idstring nullable

The id of the task

titlestring nullable

What the task is

descriptionstring nullable

A longer description of the task

notesstring nullable

Free-text notes on the task

sequenceinteger

The step the task sits at within its record's task list. Tasks sharing a step are parallel work, so a step is not unique within a record

dueDateUtcstring date-time nullable

When the task is due (UTC), or null when it carries no date

completeboolean

Whether the task is complete

completedUtcstring date-time nullable

When the task was completed (UTC). Server-stamped when the task is first marked complete and cleared when it is re-opened. Read-only

attachmentCountinteger

How many attachments the task carries

Changes