Footer Section
Explore

The (zero-indexed) page number to return
The number of results to return per page
The NQL query to find companies
A paged array of companies
curl --request GET \--url https://app1.congacontracts.com/Contracts/rest/v2/company \--header 'Accept: application/json'
1{2"companyList": [3{4"id": "string",5"name": "string",6"number": "string",7"group": "string",8"taxId": "string",9"status": "string",10"dunsNumber": "string",11"type": "string",12"category": "string",13"url": "string",14"address1": "string",15"address2": "string",16"city": "string",17"state": "string",18"postalCode": "string",19"country": "string",20"phoneAreaCode": "string",21"phoneCountryCode": "string",22"phoneExtension": "string",23"phoneNumber": "string",24"faxAreaCode": "string",25"faxCountryCode": "string",26"faxExtension": "string",27"faxNumber": "string",28"dynamics": {29"property1": {},30"property2": {}31},32"createdOn": "2019-08-24T14:15:22Z",33"lastUpdatedOn": "2019-08-24T14:15:22Z",34"createdBy": "string",35"lastUpdatedBy": "string",36"legalEntity": true,37"description": "string"38}39],40"totalCount": -900719925474099141}