Task templates and task
4min
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:
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.

Updated 31 Jul 2023
Did this page help you?