Footer Section
Explore

The company ID to get relationships
curl --request GET \--url https://app1.congacontracts.com/Contracts/rest/v1/company/id/relationships \--header 'Accept: application/json'
1[2{3"id": "string",4"relatedCompanyId": "string",5"relationshipType": "string",6"notes": "string"7}8]