Scope Item Assignment REST Endpoints

Scope Item Assignment
Use the Scope Item Assignment service to create, view, update, and delete scope assignments.
Create a Scope Item Assignment
Method: post
Path: /primeapi/restapi/scopeItemAssignment
Delete a Scope Item Assignment
Method: delete
Path: /primeapi/restapi/scopeItemAssignment/{id}
Update a Scope Item Assignment
Method: put
Path: /primeapi/restapi/scopeItemAssignment
View a Scope Item Assignment
Method: get
Path: /primeapi/restapi/scopeItemAssignment/{id}
View a Scope Item Assignment by Code
Method: get
Path: /primeapi/restapi/scopeItemAssignment/code/{code}
View a Scope Item Assignments by Project
Method: get
Path: /primeapi/restapi/scopeItemAssignment/project/{id}
View a Scope Item Assignments by Scope Item
Method: get
Path: /primeapi/restapi/scopeItemAssignment/scope/{id}
View a Scope Item Assignments by Work Package
Method: get
Path: /primeapi/restapi/scopeItemAssignment/workPackage/{id}
View Scope Item Assignment Configured Fields
Method: get
Path: /primeapi/restapi/scopeItemAssignment/{id}/configuredFields
View Scope Item Assignments by Assigned Code Value
Method: get
Path: /primeapi/restapi/scopeItemAssignment/project/{id}/codeType/{typeId}/codeValue/{code}
View Scope Item Assignments by Assigned Configured Field Value
Method: get
Path: /primeapi/restapi/scopeItemAssignment/project/{id}/configuredField/{viewColumnName}/{value}