A TaskTodo is a sub-task that represents a unit of work on the Task. You can use
TaskTodo to represent individual items for a larger piece of work.
Fields
Field | Description |
---|---|
id uuid required | The unique identifier of this TaskTodo. |
text string optional | The full description of this TaskTodo. |
complete boolean required | True if this TaskTodo is complete. |
createDate date-time required | The timestamp in UTC when this object was created. |
modifyDate date-time required | The timestamp in UTC when this object was last modified. |