Create a Subtask Templatepost https://api.elliemae.com/workflow/v1/templates/task/items/{taskTemplateId}/subtasksCreates a new subtask template for the specified task template.Path ParamstaskTemplateIdstringrequiredUnique identifier of the task template from which to retrieve subtasks.Query ParamsviewstringPossible value is entity. When view entity is passed, the response body will include the entire updated data contract of the posted resource.Body Paramsassociationsarray of objectsAssociations of the subtask template.associationsADD objectautoCreatebooleanIndicates whether the entity needs to be create or not.truefalsecategorystringSubtask template category filter.commentsstringComments.createdViastringCreated Via for task group - API or IMPORT.customAttributesarray of objectsCustom Attributes of the subtask template.customAttributesADD objectdescriptionstringDescription of the subtask template.fileNamestringfile name imported or exported.metadataobjectSubtask template related information.metadata objectnamestringName of the subtask template.priorityintegerPriority of the subtask template.rankintegerRank of the entity to indicate the sort order. Items with lower rank are presented items with higher rank.requiredbooleanIndicates whether the subtask template is required to mark the parent as complete.truefalsetagsstringTags on the subtask template.taskTemplateTypestringParent task template type.typestringType of the subtask template.HeadersAuthorizationstringBearer tokenResponses 201Created 400Bad Request 401Unauthorized 403Forbidden 404Not Found 500Internal Server ErrorUpdated 3 months ago