Create Task

This API endpoint creates a task.

Body Params
string

The name of the task.

string

The description of the task.

string

The parent task of the task, if task should be a subtask.

string

The status of the task, one of todo/inProgress/completed.

string

The uuid of the internal user assigned to this task.

string

The uuid of the client user assigned to this task. Company ID field is required if this field is used.

string

The uuid of the company assigned to this task. If assigning to a client user, this field is required as well.

string

The date the task is due, in RFC3339 format.

string

ID of the template to use when creating this task

viewers
array of objects

The ID of the company or client that you would like to grant viewing access to the task. Viewers can only be added to tasks where the assignee is an internal user. Currently, only one entity (either a client or a company) can be added as a viewer per task.

viewers
Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json