Project Descriptive Flexfields REST Endpoints
Project Plans/Project Descriptive Flexfields
The Project Descriptive Flexfields resource is used to modify and view a list of all the descriptive flexfields available for a project.
- Create descriptive flexfields for a project
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/projectPlans/{ProjectId}/child/ProjectDFF
- Get all the descriptive flexfields for a project
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projectPlans/{ProjectId}/child/ProjectDFF/{ProjectId2}
- Get all the descriptive flexfields for all the projects
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projectPlans/{ProjectId}/child/ProjectDFF
- Update the descriptive flexfields for a project
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/projectPlans/{ProjectId}/child/ProjectDFF/{ProjectId2}