Work Package REST Endpoints

Work Package
The Work Package service enables you to send requests related to the defined work package.
Create a Work Package
Method: post
Path: /primeapi/restapi/workPackage
Delete a Work Package
Method: delete
Path: /primeapi/restapi/workPackage/{id}
Update a Work Package
Method: put
Path: /primeapi/restapi/workPackage
View a Work Package
Method: get
Path: /primeapi/restapi/workPackage/{id}
View a Work Package by Assigned Code Value
Method: get
Path: /primeapi/restapi/workPackage/project/{id}/codeType/{typeId}/codeValue/{code}
View a Work Package by Project and Code
Method: get
Path: /primeapi/restapi/workPackage/project/{id}/code/{code}
View a Work Package by Project and Name
Method: get
Path: /primeapi/restapi/workPackage/project/{id}/name/{name}
View a Work Package by WBS
Method: get
Path: /primeapi/restapi/workPackage/wbs/{id}
View Work Package Configured Fields
Method: get
Path: /primeapi/restapi/workPackage/{id}/configuredFields
View Work Packages by Assigned Configured Field Value
Method: get
Path: /primeapi/restapi/workPackage/project/{id}/configuredField/{viewColumnName}/{value}
View Work Packages by Project
Method: get
Path: /primeapi/restapi/workPackage/project/{id}