POST/projects/{projectId}/tasks/quickadd.json
Quickly add multiple Tasks
This allows you to add several tasks to a task list in a single API call.
Quickly adding a task(s) to a task list.
Using "\n" or "~|~" between your task names inside the content parameter will seperate your tasks. This means you can add one or more tasks using this endpoint at the same time.
Path Params
- Name
projectId
- Type
- string
- required
- Description
Body Params
- Name
content
- Type
- string
- Name
tasklistId
- Type
- integer
- Name
creator-id
- Type
- integer
- Name
notify
- Type
- boolean
- Name
private
- Type
- boolean
- Name
todo-item
- Type
- object
Responses
- Code
- 201
- Type
- object
- Schema
- Description
- 201 Response
201 Response
application/json
{
"tasklistId": "{task_list_id}",
"success": "2",
"taskIds": "{task_id},{task_id},{task_id}",
"STATUS": "OK",
"failed": "0"
}