View Integrated Project Actuals

To view integrated project actuals:

  1. Send a request to the API using the following information:
    • Endpoint: https://localhost:7001/api/restapi/project/projectActuals/externallySourced
    • Operation: GET
  2. The API should return a response similar to the following:
    • Response Code: 200
    • Example Response Body:
    [ 
              { 
                  "currencyCode": "USD", 
                  "projectSourceId": "1", 
                  "workspaceCode": "Example Workspace", 
                  "projectCode": "Example Project", 
                  "sourceId": "1", 
                  "effectiveDate": "2018-01-25T00:00:00", 
                  "projectId": 36103, 
                  "description": "Example Description", 
                  "status": "PENDING", 
                  "totalHours": 0, 
                  "projectActualConfiguredFields": { 
                      "costFlexMap": {}, 
                      "textFlexMap": {}, 
                      "otherFlexMap": {}, 
                      "projectActualId": 2002, 
                      "updateDate": "2018-01-25T18:43:06" 
                  }, 
                  "projectActualCode": "ACT002", 
                  "projectActualName": "Example Actual", 
                  "currencyId": 0, 
                  "projectActualId": 2002, 
                  "itemPrefix": "ACT", 
                  "itemSuffix": 2, 
                  "updateDate": "2018-01-25T18:44:54" 
              }, 
          ...more project actual objects 
          ]