Tasks
Summary of Endpoints
Get Task
Get task with id
Task
Error description
Delete Task
Delete a task in a project
Successful Task deletion
Error description
Update Task
Update task.
^[^\r\n]*$Updated task
Error description
Complete Task
Complete a task in a project
Successful complete a Task
Error description
Uncomplete Task
Mark a task as incomplete in a project
Successful mark the Task as incomplete
Error description
Create Task
Create a task in a project
Successful Tasks creation
Error description
Move Task
Move a task within the project
Successful move Task
Error description
Get Task Assignees
Get the assignees of a task
Task assignees
Error description
Update Task Assignees
Task assignment
Successful Task assignment
Error description
Delete Task Assignee
Remove assignee from a task
Successful Task Assignment deletion
Error description
Get Task Date
Get the date of a task
Task Date
Error description
Delete Task Date
Delete date of a task
Successful Task Date deletion
Error description
Update Task Date
Create or update date for a task
Successful Task Date create or update
Error description
Get Task Note
Get the note of a task
Task Note
Error description
Update Task Note
Add/update a note to the task
^[^\r\n]*$Successful Task Note creation/update
Error description
Delete Task Note
Delete the note of a task
Successful Task Note deletion
Error description
Get Task Field
Get the field value of a task
Task field value
Error description
Delete Task Field
Delete the field value of a task
Successful field value deletion
Error description
Update Task Field
Update/create the field value of a task
Successful field value create/update
Error description
Last updated