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: postPath:
/api/restapi/workPackage - Delete a Work Package
- Method: deletePath:
/api/restapi/workPackage/{workPackageId} - Update a Work Package
- Method: putPath:
/api/restapi/workPackage - View a Work Package
- Method: getPath:
/api/restapi/workPackage/{workPackageId} - View a Work Package by Assigned Code Value
- Method: getPath:
/api/restapi/workPackage/project/{projectId}/codeType/{codeTypeId}/codeValue/{codeValueCode} - View all Work Packages by Assigned Configured Field Value
- Method: getPath:
/api/restapi/workPackage/project/{projectId}/configuredField/{viewColumnName}/{value} - View all Work Packages by Project
- Method: getPath:
/api/restapi/workPackage/project/{projectId} - View all Work Packages by Project and Code
- Method: getPath:
/api/restapi/workPackage/project/{projectId}/code/{workPackageCode} - View all Work Packages by Project and Name
- Method: getPath:
/api/restapi/workPackage/project/{projectId}/name/{workPackageName} - View all Work Packages by WBS
- Method: getPath:
/api/restapi/workPackage/wbs/{wbsId}