Task templates and task

3min
YAML


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 method:

JSON


Then when you want to create the task simply in the task POST method you should assigned gotted guid or systemId value:

JSON


IMPORTANT: All the required information from the task template will be transfer and assigned to the task such as - files, materials, works and notes.