Create a task
Authorizations
API Key authentication. Use "Bearer YOUR_API_KEY".
Body
The title of the task.
1The description of the task.
1The due date of the task as a unix timestamp.
x >= 1The ID of the user to assign the task to.
1The priority of the task, where 0 is low and 3 is urgent.
0 <= x <= 3Whether the task is marked as important.
The status of the task.
to_do, in_progress, done Checklist items to attach to the task.
Response
Returns the task object if the request succeeded.
Unique identifier for the object.
Time at which the object was created. Measured in seconds since the Unix epoch.
task The title of the task.
The description of the task.
The due date of the task as a unix timestamp.
The priority of the task, where 0 is low and 3 is urgent.
0 <= x <= 3The status of the task.
to_do, in_progress, done The assignee of this task.
The account that the object belongs to. Only returned if the request is made with a valid Yorlet-Context header.
Only returned if the object has been deleted.
Whether the task is marked as important.
Checklist items attached to the task, keyed by ID.