Tasks
Create a new task
post/tasks
Request body
titlestring required
descriptionstring
priority'low' | 'medium' | 'high' | 'critical' required
Priority level of the task
tagsstring[]
assigned_tostring
due_datestring date-time
Response
Task created successfully
idstring uuid required
Unique identifier for the task
titlestring required
Title of the task
descriptionstring
Detailed description of the task
status'pending' | 'in_progress' | 'completed' | 'cancelled' | 'on_hold' required
Current status of the task
priority'low' | 'medium' | 'high' | 'critical' required
Priority level of the task
tagsstring[]
Tags associated with the task
created_bystring
User who created the task
assigned_tostring
User currently assigned to the task
created_atstring date-time required
When the task was created
updated_atstring date-time required
When the task was last updated
due_datestring date-time
When the task is due
completed_atstring date-time
When the task was completed