Appearance
List all companies
GET
/api/nova/companies/list
Parameters
Query Parameters
apiKey*
apiKey
Type
Requiredstring
page
page
Type
integer
Format
"int32"Default
0size
size
Type
integer
Format
"int32"Default
20Responses
OK
application/json
JSON "data": [ { "activeJobCount": 0, "annualRevenue": 0, "client": true, "createdOn": "string", "customFields": [ { "boolValue": "string", "dateValue": "string", "fieldId": "string", "fieldLabel": "string", "listValue": [ "string" ], "value": "string" } ], "description": "string", "domain": "string", "email": "string", "employeeCount": 0, "facebook": "string", "faxNo": "string", "foundedYear": 0, "id": "string", "industryId": "string", "industryName": "string", "lastActivityDate": "string", "linkedIn": "string", "location": "string", "name": "string", "ownerId": "string", "ownerName": "string", "parentCompanyId": "string", "parentCompanyName": "string", "phone": "string", "rating": 0, "reference": "string", "sectorId": "string", "sectorName": "string", "size": "string", "statusId": "string", "statusName": "string", "tags": [ { "group": "string", "value": "string" } ], "totalPlacementCount": 0, "twitter": "string", "updatedOn": "string", "website": "string" } ], "error": "string", "message": "string", "page": 0, "size": 0, "success": true, "total": 0
{
}