Task templates and task
3min
stoplight id xx6fncg9orkm1 if you have created some task templates in your backend environment and what from the client api choose for the task the template simply you can follow these steps real world data mapping examples of most common cases first of all, you need to get the task template list using get /client/api/v2/task/templates method { "next page" 0, "items" \[ { "title" "tast template", "guid" "f889fbe9 9d9b 3c8a 8549 e321ee7e3e34", "systemid" 'ttl001' } ] } then when you want to create the task simply in the task post method you should assigned gotted guid or systemid value { "title" "task title", "plannedtime" "2022 07 22t12 12 12", "client" "f889fbe9 9d9b 3c8a 8549 e321ee7e3e34", "workspace" "f889fbe9 9d9b 3c8a 8549 e321ee7e3e34", "tasktype" "f889fbe9 9d9b 3c8a 8549 e321ee7e3e34", "createdby" "f889fbe9 9d9b 3c8a 8569 e321ee7e3e34", "user" "f889fbe9 9d9b 3c8a 8569 e321ee7e3e34", "systemid" "tsk001", "tasktemplate" "f889fbe9 9d9b 3c8a 8549 e321ee7e3e34" } important all the required information from the task template will be transfer and assigned to the task such as files, materials, works and notes