Carrot reference
...
Fields
Data Types
Task
An entity type that represents a Task that has been assigned to a user to complete, such as a form submission.
Property | Type | Description |
---|---|---|
user | User | The user who was assigned the task |
person | Person | The person who was assigned the task |
status | Enum | Whether the task was completed or not. Allowed values:
|
doneAt | The moment the task was completed, or null if never completed | |
createAt | The moment the task was created (first assigned) | |
dueAt | The moment the task is due, or null if the task does not have a due date |
TABLE OF CONTENTS