> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Project Templates

Get a list of project templates.

**Requirements for using this action:**

* `TDProjects` application access.

<Note>
  External Documentation

  To learn more, visit the [TeamDynamix documentation](https://solutions.teamdynamix.com/TDWebApi/Home/section/ProjectTemplates#GETapi/projecttemplates?showAllTemplates=\{showAllTemplates}).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter          | Description                                                                  |
  | ------------------ | ---------------------------------------------------------------------------- |
  | Show All Templates | Select to retrieve all visible templates (including unowned and non-global). |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"TaskCount": 0,
		"MyTaskCount": 0,
		"IsCheckedOut": false,
		"AnyNewTaskAssignments": false,
		"CheckedOutDate": "",
		"CheckedOutUID": null,
		"CheckedOutFullName": null,
		"CheckedOutAppID": null,
		"CanShiftForward": false,
		"CurrentVersion": 0,
		"IsBaselined": false,
		"SelectedBaselineId": 0,
		"Tasks": null,
		"DraftID": 0,
		"ID": 0,
		"Title": "",
		"Description": null,
		"StartDateUtc": "",
		"EndDateUtc": "",
		"Duration": 0,
		"DurationString": null,
		"CompletedDateUtc": "",
		"EstimatedHoursAtCompletion": 0.0,
		"ProjectID": 0,
		"ProjectIDEncrypted": null,
		"ProjectName": null,
		"CreatedUID": null,
		"CreatedFullName": "",
		"CreatedDate": "",
		"EstimatedHours": 0.0,
		"EstimatedHoursBaseline": 0.0,
		"ActualHours": 0.0,
		"PercentComplete": 0.0,
		"StartDateBaselineUtc": "",
		"EndDateBaselineUtc": "",
		"StoryPoints": 0.0,
		"ValuePoints": 0.0,
		"RemainingHours": 0.0,
		"PlanType": 0,
		"VarianceDays": 0
	}
]
```

## Workflow Library Example

[List Project Templates with Teamdynamix and Send Results Via Email](https://library.blinkops.com/workflows/list-project-templates-with-teamdynamix-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-project-templates-with-teamdynamix-and-send-results-via-email/canvas" />
</div>
