get https://app.asana.com/api/1.0/project_templates/
Returns the complete project template record for a single project template.
Responses
Returns the complete project template record for a single project template.
xxxxxxxxxx
curl --request GET \
--url https://app.asana.com/api/1.0/project_templates/project_template_gid \
--header 'accept: application/json'
xxxxxxxxxx
35}
{
"data": {
"gid": "12345",
"resource_type": "project_template",
"name": "Packing list",
"description": "These are things we need to pack for a trip.",
"html_description": "<body>These are things we need to pack for a trip.</body>",
"public": false,
"owner": {
"gid": "12345",
"resource_type": "user",
"name": "Greg Sanchez"
},
"team": {
"gid": "12345",
"resource_type": "team",
"name": "Marketing"
},
"requested_dates": [
{
"gid": "1",
"name": "Start Date",
"description": "Choose a start date for your project."
}
],
"color": "light-green",
"requested_roles": [
{
"gid": "12345",
"resource_type": "task",
"name": "Designer"
}
]