Task Dependencies REST Endpoints

Project Plan Details/Task Dependencies
The Task Dependency resource is used to view dependencies between two tasks in a project. For example, a task that has a Finish-to-start dependency with another task, can start only after the predecessor task is completed. You can have many dependencies for each task.
Get all dependencies between the tasks of a project
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectPlanDetails/{ProjectId}/child/TaskDependencies
Get one dependency between two tasks of a project
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectPlanDetails/{ProjectId}/child/TaskDependencies/{DependencyId}