POST/tasks/{id}/quickadd.json

Quickly add multiple Sub Tasks

Quickly adding a sub task(s) to a task.

Using "\n" or "~|~" between your task names inside the content parameter will seperate your tasks. This means you can add one or more subtasks using this endpoint at the same time.


Path Params

  • Name
    id
    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

    Examples

    201 Response

    application/json
    {
      "tasklistId": "{task_list_id}",
      "success": "2",
      "taskIds": "{task_id},{task_id},{task_id}",
      "STATUS": "OK",
      "failed": "0"
    }