Scope Item Assignment REST Endpoints

Scope Item Assignment
Use the Scope Item Assignment service to create, view, update, and delete scope assignments. Update Keys : 'scopeItemAssignmentId'
Create a Scope Item Assignment
Method: post
Path: /api/restapi/scopeItemAssignment
Delete a Scope Item Assignment
Method: delete
Path: /api/restapi/scopeItemAssignment/{scopeItemAssignmentId}
Update a Scope Item Assignment
Method: put
Path: /api/restapi/scopeItemAssignment
View a Scope Item Assignment
Method: get
Path: /api/restapi/scopeItemAssignment/{scopeItemAssignmentId}
View all Scope Item Assignments by Assigned Code Value
Method: get
Path: /api/restapi/scopeItemAssignment/project/{projectId}/codeType/{codeTypeId}/codeValue/{codeValueCode}
View all Scope Item Assignments by Assigned Configured Field Value
Method: get
Path: /api/restapi/scopeItemAssignment/project/{projectId}/configuredField/{viewColumnName}/{value}
View all Scope Item Assignments by Code
Method: get
Path: /api/restapi/scopeItemAssignment/code/{scopeItemAssignmentCode}
View all Scope Item Assignments by Project
Method: get
Path: /api/restapi/scopeItemAssignment/project/{projectId}
View all Scope Item Assignments by Scope Item
Method: get
Path: /api/restapi/scopeItemAssignment/scope/{scopeItemId}
View all Scope Item Assignments by Work Package
Method: get
Path: /api/restapi/scopeItemAssignment/workPackage/{workPackageId}