Work Package REST Endpoints

Work Package
The Work Package service enables you to send requests related to the defined work package. Update Keys : 'workPackageId'
Create a Work Package
Method: post
Path: /api/restapi/workPackage
Delete a Work Package
Method: delete
Path: /api/restapi/workPackage/{workPackageId}
Update a Work Package
Method: put
Path: /api/restapi/workPackage
View a Work Package
Method: get
Path: /api/restapi/workPackage/{workPackageId}
View a Work Package by Assigned Code Value
Method: get
Path: /api/restapi/workPackage/project/{projectId}/codeType/{codeTypeId}/codeValue/{codeValueCode}
View all Work Packages by Assigned Configured Field Value
Method: get
Path: /api/restapi/workPackage/project/{projectId}/configuredField/{viewColumnName}/{value}
View all Work Packages by Project
Method: get
Path: /api/restapi/workPackage/project/{projectId}
View all Work Packages by Project and Code
Method: get
Path: /api/restapi/workPackage/project/{projectId}/code/{workPackageCode}
View all Work Packages by Project and Name
Method: get
Path: /api/restapi/workPackage/project/{projectId}/name/{workPackageName}
View all Work Packages by WBS
Method: get
Path: /api/restapi/workPackage/wbs/{wbsId}