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/v2/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"property1": {},31"property2": {}32},33"createdOn": "2019-08-24T14:15:22Z",34"lastUpdatedOn": "2019-08-24T14:15:22Z",35"createdBy": "string",36"lastUpdatedBy": "string",37"legalEntity": true,38"description": "string"39},40"companyId": "string",41"functions": [42"string"43],44"id": "string",45"prefix": "string",46"firstName": "string",47"middleName": "string",48"lastName": "string",49"title": "string",50"addressLine1": "string",51"addressLine2": "string",52"mailStop": "string",53"city": "string",54"state": "string",55"postalCode": "string",56"country": "string",57"emailAddress": "string",58"workCountryCode": "string",59"workAreaCode": "string",60"workNumber": "string",61"workExtension": "string",62"cellCountryCode": "string",63"cellAreaCode": "string",64"cellNumber": "string",65"cellExtension": "string",66"homeCountryCode": "string",67"homeAreaCode": "string",68"homeNumber": "string",69"homeExtension": "string",70"faxCountryCode": "string",71"faxAreaCode": "string",72"faxNumber": "string",73"faxExtension": "string",74"notes": "string",75"organization": "string",76"createdOn": "2019-08-24T14:15:22Z",77"lastUpdatedOn": "2019-08-24T14:15:22Z",78"createdBy": "string",79"lastUpdatedBy": "string"80}81],82"totalCount": -900719925474099183}