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: post
Path: /fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/TaskDependencies
Delete a task dependency
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/TaskDependencies/{DependencyId}
Get a task dependency
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/TaskDependencies/{DependencyId}
Get all task dependencies for a project
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/TaskDependencies
Update a task dependency
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/TaskDependencies/{DependencyId}