Task REST Endpoints

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