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: getPath:
/api/restapi/workManagerTaskDependency/{workManagerTaskDependencyId}
- View all Task Handoffs by Project
- Method: getPath:
/api/restapi/workManagerTaskDependency/project/{projectId}
- View all Task Handoffs by Workspace and Project Codes
- Method: getPath:
/api/restapi/workManagerTaskDependency/workspace/{workspaceCode}/project/{projectCode}
- View Task Handoff Chain by Task
- Method: getPath:
/api/restapi/workManagerTaskDependency/task/{workManagerTaskId}
- View Task Handoff Chain by Workspace, Project and Task Codes
- Method: getPath:
/api/restapi/workManagerTaskDependency/workspace/{workspaceCode}/project/{projectCode}/task/{tasksCode}