View Integrated Projects
To view integrated projects:
- Send a request to the API using the following information:
		
                     
- 
                           		Endpoint: 
		
https://localhost:7001/api/restapi/project/project/externallySourced - 
                           		Operation: 
		
GET 
 - 
                           		Endpoint: 
		
 - The API should return a response similar to the following:
		
                     
- 
                           		Response Code: 
		
200 - Example Response Body:
 
[ { "projectCurrencyCode": "USD", "workspaceCode": "Example Workspace", "parentProject": 30002, "securityGuid": "639D4D57AA960E25E0533113C40A4896", "workspaceId": 30002, "sourceId": "1", "recordCount": 1, "projectId": 36103, "manager": "Example User", "description": "Example Description", "status": "ACTIVE", "projectConfiguredFields": { "projectId": 36103, "costFlexMap": {}, "textFlexMap": {}, "otherFlexMap": {}, "updateDate": "2018-01-25T16:30:51" }, "projectCashFlows": [], "sequenceNumber": 30, "percentCompleteWeightedBy": "QUANTITY", ...more project fields }, ...more project objects ] - 
                           		Response Code: