View Integrated Companies

To view all integrated companies:

  1. Send a request to the API using the following information:
    • Endpoint: https://localhost:7001/api/restapi/project/company/externallySourced
    • Operation: GET
  2. The API should return a response similar to the following:
    • Response Code: 200
    • Example Response Body:
    [ 
          	{ 
          		"workspaceId": 1, 
          		"postalCode": "12345", 
          		"companyCode": "Example Company", 
          		"sourceId": "1", 
          		"code": "Example Company", 
          		"companyName": "Example Company", 
          		"status": "ACTIVE", 
          		"type": "OTHER", 
          		"sourceSiteId": "New York", 
          		"companyConfiguredFields": { 
          			"costFlexMap": {}, 
          			"textFlexMap": {}, 
          			"otherFlexMap": {}, 
          			"companyId": 14001, 
          			"updateDate": "2018-01-25T17:27:40" 
          		}, 
          		"isTenantOwned": false, 
          		"companyId": 14001, 
          		"workspaceCode": "Company", 
          		"updateDate": "2018-01-25T17:33:46" 
          	}, 
          ...other company objects 
          ]
    		

Tips

  • You can use the API's entity filtering functionality to limit which objects are included in the response body. To learn more about entity filtering, see Entity Filtering.