Projects REST Endpoints

Projects
The Project resource is used to view, create, or modify a project. A project is the effort and resources required to achieve a significant business objective within a specific, usually finite, time frame.
Add tasks from work plan template to the project
Method: post
Path: /fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/action/addTasksFromWorkplanTemplate
Create a project
Method: post
Path: /fscmRestApi/resources/11.13.18.05/projects
Get a project
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projects/{ProjectId}
Get all projects
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projects
Update a project
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/projects/{ProjectId}