Tasks Descriptive Flexfields REST Endpoints

Project Plans/Tasks/Tasks Descriptive Flexfields
The Tasks Descriptive Flexfields resource is used to modify and view a list of all the descriptive flexfields available for a task.
Create descriptive flexfields for a task
Method: post
Path: /fscmRestApi/resources/11.13.18.05/projectPlans/{ProjectId}/child/Tasks/{TaskId}/child/TaskDFF
Get all the descriptive flexfields for a task of a project
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectPlans/{ProjectId}/child/Tasks/{TaskId}/child/TaskDFF/{ProjElementId}
Get all the descriptive flexfields for all of the tasks of a project
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectPlans/{ProjectId}/child/Tasks/{TaskId}/child/TaskDFF
Update descriptive flexfields for a task
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/projectPlans/{ProjectId}/child/Tasks/{TaskId}/child/TaskDFF/{ProjElementId}