Task Handoff REST Endpoints

Task Handoff
Use the Task Handoff service to create, view, update, and delete task handoffs. Update Keys : 'workManagerTaskDependencyId'
View a Task Handoff
Method: get
Path: /api/restapi/workManagerTaskDependency/{workManagerTaskDependencyId}
View all Task Handoffs by Project
Method: get
Path: /api/restapi/workManagerTaskDependency/project/{projectId}
View all Task Handoffs by Workspace and Project Codes
Method: get
Path: /api/restapi/workManagerTaskDependency/workspace/{workspaceCode}/project/{projectCode}
View Task Handoff Chain by Task
Method: get
Path: /api/restapi/workManagerTaskDependency/task/{workManagerTaskId}
View Task Handoff Chain by Workspace, Project and Task Codes
Method: get
Path: /api/restapi/workManagerTaskDependency/workspace/{workspaceCode}/project/{projectCode}/task/{tasksCode}