Scope Item REST Endpoints

Scope Item
Use the Scope Item service to create, view, update, and delete scope items. Scope Items represent materials or products needed to complete a project.
Create a Scope Item
Method: post
Path: /api/restapi/scopeItem
Delete a Scope Item
Method: delete
Path: /api/restapi/scopeItem/{scopeItemId}
Update a Scope Item
Method: put
Path: /api/restapi/scopeItem
View a Scope Item
Method: get
Path: /api/restapi/scopeItem/{scopeItemId}
View a Scope Item by Code
Method: get
Path: /api/restapi/scopeItem/code/{scopeItemCode}
View a Scope Item by Code and Parent Codes
Method: get
Path: /api/restapi/scopeItem/itemCode
View all Scope Items by Assigned Code Value
Method: get
Path: /api/restapi/scopeItem/project/{projectId}/codeType/{codeTypeId}/codeValue/{codeValueCode}
View all Scope Items by Assigned Configured Field Value
Method: get
Path: /api/restapi/scopeItem/project/{projectId}/configuredField/{viewColumnName}/{value}
View all Scope Items by Code and Project
Method: get
Path: /api/restapi/scopeItem/project/{projectId}/code/{scopeItemCode}
View all Scope Items by Name
Method: get
Path: /api/restapi/scopeItem/project/{projectId}/name/{itemName}
View all Scope Items by Parent
Method: get
Path: /api/restapi/scopeItem/parentCode
View all Scope Items by PBS
Method: get
Path: /api/restapi/scopeItem/pbsId/{pbsId}
View Scope Items by Project
Method: get
Path: /api/restapi/scopeItem/project/{projectId}