v3
latestOpenAPI 3.1.02026-08-08690159432.1 KBPersonal Tasks
Create a task
Create a new task
post/v1/tasks
Headers
X-Org-Idinteger required
Organization ID
Request body
Example request
{
"taskTitle": "Implement authentication module",
"description": "This task involves implementing the authentication module for the application.",
"owners": [
1,
2,
3
],
"startDate": "2023-10-01T00:00:00.000Z",
"dueDate": "2023-10-15T00:00:00.000Z",
"noOfDays": 5,
"completion": 50,
"status": "In Progress",
"priority": "High",
"tags": [
"backend",
"urgent"
]
}Response
Task created successfully