Contents

Summary

Contains methods for working with project templates.

API Methods

GET https://services.dartmouth.edu/TDWebApi/api/projecttemplates Copy URL

Gets a list of all project templates the user has created or which are global to the organization.

Returns

The list of all project templates accessible to the user. (TeamDynamix.Api.Projects.ProjectTemplate[])

Access Restrictions

This action requires access to the TDProjects application.

Rate/Submission Limitations

Invocations of this method are rate-limited, with a restriction of 60 calls per IP address every 60 seconds.

Remarks

This endpoint requires access to the Projects application, as well as the permission to either create projects or create project plans. If the caller cannot create projects, only templates with template plans will be returned.

GET https://services.dartmouth.edu/TDWebApi/api/projecttemplates/{id}/plans Copy URL

Gets a list of plans for the specified project template.

Parameters

Returns

The list of project template plans. (TeamDynamix.Api.Plans.Plan[])

Access Restrictions

This action requires access to the TDProjects application.

Rate/Submission Limitations

Invocations of this method are rate-limited, with a restriction of 60 calls per IP address every 60 seconds.

Remarks

This endpoint requires access to the Projects application, as well as the permission to either create projects or create project plans.