Project Tasks REST Endpoints

Projects Users/Project Tasks
The project task resource is used to store values while creating or updating project tasks. A task is a unit of project work assigned or performed as part of a resource's duties. Tasks may be a portion of project work to be performed within a defined period by a specific resource or multiple resources.
Get a project task assigned to the user
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectsUsers/{ResourceId}/child/ProjectTasks/{ProjectTasksUniqID}
Get all project tasks assigned to the user
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectsUsers/{ResourceId}/child/ProjectTasks
Update a project task
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/projectsUsers/{ResourceId}/child/ProjectTasks/{ProjectTasksUniqID}