Task Dependencies REST Endpoints
Projects/Task Dependencies
The Task Dependencies resource is used to store values while creating or updating the schedule dependencies between tasks. For example, a task that has a finish-to-start dependency on another task can start only after the other task is completed.
- Create a task dependency
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/TaskDependencies - Delete a task dependency
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/TaskDependencies/{DependencyId} - Get a task dependency
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/TaskDependencies/{DependencyId} - Get all task dependencies for a project
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/TaskDependencies - Update a task dependency
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/TaskDependencies/{DependencyId}