Task REST Endpoints
Task
Use the task service to create, view, update, and delete tasks. Update Keys : 'workManagerTaskId'
- Batch Create Tasks
- Method: postPath:
/api/restapi/workManagerTask/batch
- Batch Delete Tasks
- Method: deletePath:
/api/restapi/workManagerTask/batch
- Batch Sync Tasks
- Method: postPath:
/api/restapi/workManagerTask/syncBatch
- Batch Update Tasks
- Method: putPath:
/api/restapi/workManagerTask/batch
- Create a Task
- Method: postPath:
/api/restapi/workManagerTask
- Delete a Task
- Method: deletePath:
/api/restapi/workManagerTask/{workManagerTaskId}
- Update a Task
- Method: putPath:
/api/restapi/workManagerTask
- Update Task Favorite Flag
- Method: putPath:
/api/restapi/workManagerTask/updateFavorite/batch
- View a Task
- Method: getPath:
/api/restapi/workManagerTask/{workManagerTaskId}
- View a Task by Code and Parent Codes
- Method: getPath:
/api/restapi/workManagerTask/byCode
- View all Tasks by Activity
- Method: getPath:
/api/restapi/workManagerTask/activity/{activityId}
- View all Tasks by Assigned Code Value
- Method: getPath:
/api/restapi/workManagerTask/project/{project}/codeType/{codeTypeId}/codeValue/{codeValueCode}
- View all Tasks by Code
- Method: getPath:
/api/restapi/workManagerTask/code/{itemCode}
- View all Tasks by Configured Field Values
- Method: getPath:
/api/restapi/workManagerTask/project/{project}/configuredField/{viewColumnName}/{value}
- View all Tasks by Parent
- Method: getPath:
/api/restapi/workManagerTask/parentCode
- View all Tasks by Project
- Method: getPath:
/api/restapi/workManagerTask/project/{project}
- View all Tasks by WBS
- Method: getPath:
/api/restapi/workManagerTask/wbs/{wbsId}