Tasks REST Endpoints

Project Plans/Tasks
The Tasks resource is used to create or update project tasks and view project task details. Tasks are units of project work assigned or performed as part of the duties of a resource. Tasks can be a portion of project work to be performed within a defined period by a specific resource or multiple resources. The resource always returns the rolled up values of all tasks as a task payload item with level 0.
Create a task in a project
Method: post
Path: /fscmRestApi/resources/11.13.18.05/projectPlans/{ProjectId}/child/Tasks
Delete a task of a project
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/projectPlans/{ProjectId}/child/Tasks/{TaskId}
Get a task of a project
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectPlans/{ProjectId}/child/Tasks/{TaskId}
Get all tasks of a project
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectPlans/{ProjectId}/child/Tasks
Update a task in a project or update a project by creating tasks from a work plan template
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/projectPlans/{ProjectId}/child/Tasks/{TaskId}