Subtasks
Create/Update/Get/Delete subtasks within main tasks.
Last updated
Create/Update/Get/Delete subtasks within main tasks.
Last updated
POST
https://app.ninjapipe.com/v1/tasks/createSubTask
Creates a new subtask within your task.
Make sure to add API_KEY as a header. This is your API Key found in the API & Integrations page.
PUT
https://app.ninjapipe.com/v1/tasks/{task_id}/updateSubTask
GET
https://app.ninjapipe.com/v1/tasks/{task_id}/getSubTasks
/api/v1/tasks/createSubTask
API_KEY
{"task_id":742,"item_name":"Call Alex Johnson","startDate":"2023-05-01T00:00:00","endDate":"2023-05-05T00:00:00","local_date":"2023-05-01T00:00:00","isCompleted":false,"taskItem_assignee":[]}
No body
/api/v1/tasks/742/getSubTasks
API_KEY
No body
/api/v1/tasks/749/updateSubTask
API_KEY
{"item_name":"Website Redesign!","description":"Redesign the company homepage to improve user experience.","startDate":"2023-06-15T09:00:00","endDate":"2023-07-15T17:00:00","local_date":"2023-06-15T09:00:00","isCompleted":false}
No body