v1

latestOpenAPI 3.1.02026-07-24145580597.0 KB
Tasks:v1:Tasks:TasksBoards

Create task

Create quick task for specified users by their ID, detailing information such as title, due date and description. Attachments for the quick task must first be uploaded via the attachments endpoint.

post/tasks/v1/taskboards/{taskBoardId}/tasks

Path parameters

taskBoardIdstring required

The unique identifier of the taskBoard

The unique identifier of the taskBoard

Request body

userIdsinteger[] required

List of user IDs to assign the task to. If more than one user ID is specified, it will be treated as a group task. To assign the task to multiple users individually, separate the requests. If this field remains empty the status field must be 'draft' and not archived.

status'draft' | 'published' | 'completed' required

An enumeration.

titlestring required

The title of the task

startTimeinteger

The start time of the task in Unix format (in seconds)

dueDateinteger

The due date of the task in Unix format (in seconds)

labelIdsstring[]

List of labels IDs associated with the task

type'oneTime' | 'recurring'

An enumeration.

isArchivedboolean

Indicates if the task is archived

Response

Successful Response

requestIdstring