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: postPath:
/primeapi/restapi/workPackage
- Delete a Work Package
- Method: deletePath:
/primeapi/restapi/workPackage/{id}
- Update a Work Package
- Method: putPath:
/primeapi/restapi/workPackage
- View a Work Package
- Method: getPath:
/primeapi/restapi/workPackage/{id}
- View a Work Package by Assigned Code Value
- Method: getPath:
/primeapi/restapi/workPackage/project/{id}/codeType/{typeId}/codeValue/{code}
- View a Work Package by Project and Code
- Method: getPath:
/primeapi/restapi/workPackage/project/{id}/code/{code}
- View a Work Package by Project and Name
- Method: getPath:
/primeapi/restapi/workPackage/project/{id}/name/{name}
- View a Work Package by WBS
- Method: getPath:
/primeapi/restapi/workPackage/wbs/{id}
- View Work Package Configured Fields
- Method: getPath:
/primeapi/restapi/workPackage/{id}/configuredFields
- View Work Packages by Assigned Configured Field Value
- Method: getPath:
/primeapi/restapi/workPackage/project/{id}/configuredField/{viewColumnName}/{value}
- View Work Packages by Project
- Method: getPath:
/primeapi/restapi/workPackage/project/{id}