get https://app.asana.com/api/1.0/task_templates/
Returns the complete task template record for a single task template.
Responses
Returns the complete task template record for a single task template.
xxxxxxxxxx
curl --request GET \
--url https://app.asana.com/api/1.0/task_templates/task_template_gid \
--header 'accept: application/json'
xxxxxxxxxx
111}
{
"data": {
"gid": "12345",
"resource_type": "task_template",
"name": "Packing list",
"project": {
"gid": "12345",
"resource_type": "project",
"name": "Stuff to buy"
},
"template": {
"name": "Bug Report",
"task_resource_subtype": "default_task",
"description": "Please describe the bug you found and how to reproduce it.",
"html_description": "Please describe the bug you found and how to reproduce it.",
"memberships": [
{
"gid": "12345",
"resource_type": "project",
"name": "Stuff to buy"
}
],
"relative_start_on": 1,
"relative_due_on": 2,
"due_time": "13:15:00.000Z",
"dependencies": [
{
"name": "Bug Report",
"task_resource_subtype": "default_task"
}
],
"dependents": [
{