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: postPath:
/api/restapi/scopeItem - Delete a Scope Item
- Method: deletePath:
/api/restapi/scopeItem/{scopeItemId} - Update a Scope Item
- Method: putPath:
/api/restapi/scopeItem - View a Scope Item
- Method: getPath:
/api/restapi/scopeItem/{scopeItemId} - View a Scope Item by Code
- Method: getPath:
/api/restapi/scopeItem/code/{scopeItemCode} - View a Scope Item by Code and Parent Codes
- Method: getPath:
/api/restapi/scopeItem/itemCode - View all Scope Items by Assigned Code Value
- Method: getPath:
/api/restapi/scopeItem/project/{projectId}/codeType/{codeTypeId}/codeValue/{codeValueCode} - View all Scope Items by Assigned Configured Field Value
- Method: getPath:
/api/restapi/scopeItem/project/{projectId}/configuredField/{viewColumnName}/{value} - View all Scope Items by Code and Project
- Method: getPath:
/api/restapi/scopeItem/project/{projectId}/code/{scopeItemCode} - View all Scope Items by Name
- Method: getPath:
/api/restapi/scopeItem/project/{projectId}/name/{itemName} - View all Scope Items by Parent
- Method: getPath:
/api/restapi/scopeItem/parentCode - View all Scope Items by PBS
- Method: getPath:
/api/restapi/scopeItem/pbsId/{pbsId} - View Scope Items by Project
- Method: getPath:
/api/restapi/scopeItem/project/{projectId}