Skip to main content
Get a list of project types. Requirements for using this action:
  • The user associated with the connection must be an administrator.
External DocumentationTo learn more, visit the TeamDynamix documentation.

Parameters

ParameterDescription
Is ActiveSelect to retrieve active resources only.

Example Output

[
	{
		"ID": 0,
		"Name": "",
		"Description": null,
		"CategoryID": 0,
		"CategoryName": null,
		"FullName": null,
		"IsActive": false,
		"CreatedDate": "",
		"CreatedByUid": null,
		"ModifiedDate": "",
		"ModifiedByUid": null,
		"EvaluatorUid": null,
		"EvaluatorFullName": "",
		"EvaluatorEmail": "",
		"NotifyEvaluator": false
	}
]

Workflow Library Example

List Project Types with Teamdynamix and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop