Footer Section
Explore

The (zero-indexed) page number to return
The number of results to return per page
The NQL query to find company persons
A paged array of company persons
curl --request GET \--url https://app1.congacontracts.com/Contracts/rest/v1/companyperson \--header 'Accept: application/json'
1{2"companyPersonList": [3{4"company": {5"id": "string",6"name": "string",7"number": "string",8"group": "string",9"taxId": "string",10"status": "string",11"dunsNumber": "string",12"type": "string",13"category": "string",14"url": "string",15"address1": "string",16"address2": "string",17"city": "string",18"state": "string",19"postalCode": "string",20"country": "string",21"phoneAreaCode": "string",22"phoneCountryCode": "string",23"phoneExtension": "string",24"phoneNumber": "string",25"faxAreaCode": "string",26"faxCountryCode": "string",27"faxExtension": "string",28"faxNumber": "string",29"dynamics": []30},31"companyId": "string",32"functions": [33"string"34],35"id": "string",36"prefix": "string",37"firstName": "string",38"middleName": "string",39"lastName": "string",40"title": "string",41"addressLine1": "string",42"addressLine2": "string",43"mailStop": "string",44"city": "string",45"state": "string",46"postalCode": "string",47"country": "string",48"emailAddress": "string",49"workCountryCode": "string",50"workAreaCode": "string",51"workNumber": "string",52"workExtension": "string",53"cellCountryCode": "string",54"cellAreaCode": "string",55"cellNumber": "string",56"cellExtension": "string",57"homeCountryCode": "string",58"homeAreaCode": "string",59"homeNumber": "string",60"homeExtension": "string",61"faxCountryCode": "string",62"faxAreaCode": "string",63"faxNumber": "string",64"faxExtension": "string",65"notes": "string",66"organization": "string"67}68],69"totalCount": -900719925474099170}