Contents

Summary

A model for creating waterfall project plans or boards (card walls).

Properties

Name Editable? Required? Type Nullable? Summary
Title This field is editable through the web API. This field is required. String The title of the plan or board.
Description This field is editable through the web API. String This field is nullable. The description of the plan or board.
PlanType This field is editable through the web API. This field is required. TeamDynamix.Api.Plans.PlanType The type of plan or board to create.
TemplateID This field is editable through the web API. Int32 The ID of the project template of the template plan to apply during creation. This value must be provided along with the template plan ID to apply a template plan. Valid project templates for the caller can be found by using the GET /api/projecttemplates endpoint.
TemplatePlanID This field is editable through the web API. Int32 The ID of the project template plan to apply during creation. Valid project template plans for the caller can be found by using the GET /api/projecttemplates/{id}/plans endpoint, where {id} represents a valid project template ID.