View Integrated CBS Sheet Codes

To view integrated CBS sheet codes:

  1. Send a request to the API using the following information:
    • Endpoint: https://localhost:7001/api/restapi/project/cbs/project/externallySourced
    • Operation: GET
  2. The API should return a response similar to the following:
    • Response Code: 200
    • Example Response Body:
     [ 
          	{ 
                  "projectCode": "Example Project", 
                  "workspaceCode": "Example Workspace", 
                  "sourceId": "1", 
                  "costSheetRow": { 
                      "cbssheetRowConfiguredFields": { 
                          "costItemId": 36215, 
                          "costFlexMap": {}, 
                          "textFlexMap": {}, 
                          "otherFlexMap": {}, 
                          "primaryKey": 36215, 
                          "updateDate": "2018-01-25T18:24:30" 
                      }, 
                      "isBudgetAssigned": false, 
                      "isScopeItemAssigned": false, 
                      "isActualsAssigned": false, 
                      "isRiskAssigned": false, 
                      "costSheetItemId": 36215, 
                      "updateDate": "2018-01-25T18:24:30" 
                  }, 
                  "costItemId": 36215, 
                  "cbsCode": "Example CBS Code", 
                  "costType": "NONE", 
                  "costSheetRowCost": { 
                      "costSheetItemId": 36215, 
                      "updateDate": "2018-01-25T18:24:30" 
                  }, 
                  "isTotalRow": false, 
                  "costSheetId": 36103, 
                  "isActive": true, 
                  "description": "Example CBS Code Description", 
                  "parent": 36103, 
                  "updateDate": "2018-01-25T18:24:30" 
              }, 
          ... more cbs code objects 
          ]