Skip to main content
Get a list of project templates. Requirements for using this action:
  • TDProjects application access.
External DocumentationTo learn more, visit the TeamDynamix documentation.

Parameters

ParameterDescription
Show All TemplatesSelect to retrieve all visible templates (including unowned and non-global).

Example Output

[
	{
		"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
Workflow LibraryPreview this Workflow on desktop