- Subcategories:
- Task Deliverables
- Task Dependencies
- Task Expense Resource Assignments
- Task Labor Resource Assignments
- Tasks
Work Plan Templates REST Endpoints
Work Plan Templates
The Work Plan Template resource is used to view and manage work plan templates that I own or are public. Work plan templates provide a way to quickly create a project plan or to copy tasks into an existing project plan. The work plan template includes tasks, task resources and dependencies between tasks.
- Create a work plan template
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/workPlanTemplates
- Delete a work plan template
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/workPlanTemplates/{WorkPlanTemplateId}
- Get a work plan template
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/workPlanTemplates/{WorkPlanTemplateId}
- Get all the work plan templates
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/workPlanTemplates
- Update a work plan template
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/workPlanTemplates/{WorkPlanTemplateId}