- Subcategories:
- Expense Resource Assignments
- Labor Resource Assignments
- Task Transaction Controls
- Tasks Descriptive Flexfields
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: postPath:
/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/Tasks
- Delete a project task
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/Tasks/{TasksUniqID}
- Get a project task
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/Tasks/{TasksUniqID}
- Get all tasks for a project
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/Tasks
- Update a project task
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/Tasks/{TasksUniqID}