Task templates and task
3min
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:
First of all, you need to get the Task template list using GET method:
Then when you want to create the task simply in the task POST method you should assigned gotted guid or systemId value:
IMPORTANT: All the required information from the task template will be transfer and assigned to the task such as - files, materials, works and notes.
Updated 13 Oct 2023
Did this page help you?