{
"server": {
"url": "https://app.asana.com/api/1.0"
},
"authentication": [
{
"schema_parameters": {
"scheme": "bearer"
},
"type": "http",
"value": "BEARER_TOKEN"
}
],
"operations": [
{
"description": "Returns the compact project template records for all project templates in the given team or workspace.",
"name": "get_project_templates"
},
{
"description": "Returns the complete project template record for a single project template.",
"name": "get_project_template"
},
{
"description": "Creates and returns a job that will asynchronously handle the project instantiation. To form this request, it is recommended to first make a request to [get a project template](/docs/get-a-project-template). Then, from the response, copy the `gid` from the object in the `requested_dates` array. This `gid` should be used in `requested_dates` to instantiate a project. _Note: The body of this request will differ if your workspace is an organization. To determine if your workspace is an organization, use the [is_organization](/docs/workspace) parameter._",
"name": "instantiate_project"
},
{
"description": "Returns the compact project records for some filtered set of projects. Use one or more of the parameters provided to filter the projects returned. *Note: This endpoint may timeout for large domains. Try filtering by team!*",
"name": "get_projects"
},
{
"description": "Create a new project in a workspace or team. Every project is required to be created in a specific workspace or organization, and this cannot be changed once set. Note that you can use the `workspace` parameter regardless of whether or not it is an organization. If the workspace for your project is an organization, you must also supply a `team` to share the project with. Returns the full record of the newly created project.",
"name": "create_project"
},
{
"description": "A specific, existing project can be deleted by making a DELETE request on the URL for that project. Returns an empty data record.",
"name": "delete_project"
},
{
"description": "Returns the complete project record for a single project.",
"name": "get_project"
},
{
"description": "A specific, existing project can be updated by making a PUT request on the URL for that project. Only the fields provided in the `data` block will be updated; any unspecified fields will remain unchanged. When using this method, it is best to specify only those fields you wish to change, or else you may overwrite changes made by another user since you last retrieved the task. Returns the complete updated project record.",
"name": "update_project"
},
{
"description": "Creates and returns a job that will asynchronously handle the duplication.",
"name": "duplicate_project"
},
{
"description": "Creates and returns a job that will asynchronously handle the project template creation. Note that while the resulting project template can be accessed with the API, it won\u0027t be visible in the Asana UI until Project Templates 2.0 is launched in the app. See more in [this forum post](https://forum.asana.com/t/a-new-api-for-project-templates/156432).",
"name": "project_save_as_template"
},
{
"description": "Returns the compact project template records for all project templates in the team.",
"name": "get_project_templates_for_team"
},
{
"description": "Returns the compact project records for all projects in the team.",
"name": "get_projects_for_team"
},
{
"description": "Creates a project shared with the given team. Returns the full record of the newly created project.",
"name": "create_project_for_team"
},
{
"description": "Returns the compact project records for all projects in the workspace. *Note: This endpoint may timeout for large domains. Prefer the `/teams/{team_gid}/projects` endpoint.*",
"name": "get_projects_for_workspace"
},
{
"description": "Returns the compact project records for all projects in the workspace. If the workspace for your project is an organization, you must also supply a team to share the project with. Returns the full record of the newly created project.",
"name": "create_project_for_workspace"
}
]
}