Bulk create tasks

Bulk-creates up to 100 tasks inside a project. Pass exactly one of bulk_tasks or checklist_template_id. The request is all-or-nothing - if any task is invalid, no tasks are created and the response includes the failing array indices.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

ID of the project to create tasks for.

Body Params
bulk_tasks
array of objects
required
length between 1 and 100
bulk_tasks*
string
required

Name of the task

string

Description of the task - supports limited subset of HTML <b>, <ul>, <li>, <br>, and <a>.

integer

ID of a checklist template belonging to the firm. Every task in the template will be created in template order.

Responses

404

checklist_template_id does not belong to the firm or does not exist.

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json