Work Manager Task REST Endpoints

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