API Reference

Create task

Creates and saves a new task in database

Log in to see full request history
Body Params

dto

assignedToEmployee
object

The DTO of employee entity

string

Contains attributes of task in comma-separated form

int32

Id of client

boolean

The completion status of current task

completedByEmployee
object

The DTO of employee entity

string

The completed date of current task. This is UTC format of time which always contains 'T' on the middle and 'Z' on the end, such as 2021-12-03T10:15.30.101Z

string

The created date of current task. This is UTC format of time which always contains 'T' on the middle and 'Z' on the end, such as 2021-12-03T10:15:30.101Z

creator
object

The DTO of employee entity

string
length between 0 and 8000

The description of current task

date

The due date of current task. A date without a TZ in the ISO-8601 calendar system, such as 2021-12-03

files
array of objects

The attached files to task

files
boolean
groupBy
object
int32

The id of task

links
array of objects
milestone
object

The DTO of milestone entity

modifiedBy
object

The DTO of employee entity

string

The modified date of current task. This is UTC format of time which always contains 'T' on the middle and 'Z' on the end, such as 2021-12-03T10:15:30.101Z

string
length between 0 and 1000

The name of current task

notes
array of objects

The task note

notes
ownedByEmployee
object

The DTO of employee entity

priority
object
project
object

The DTO of project entity

boolean

Is this task recurring

recurringTaskConfig
object
string
status
object
tags
array of objects

The tag of task

tags
int32
int32

The template id of task

teammateIds
array of int32s

The list of teammates, that will be assigned to current task

teammateIds
teammates
array of objects

Task teammates

teammates
int32

The tenant of task

string

The uuid of task

watcherIds
array of int32s

The list of watchers, that will be assigned to current task

watcherIds
watchers
array of objects

Task watchers

watchers
boolean
Responses

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