Tasks REST Endpoints

Projects/Tasks
The Task resource includes the attributes that are used to store values while creating or updating project tasks. 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.
Create a project task
Method: post
Path: /fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/Tasks
Delete a project task
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/Tasks/{TasksUniqID}
Get a project task
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/Tasks/{TasksUniqID}
Get all tasks for a project
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/Tasks
Update a project task
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/Tasks/{TasksUniqID}