Company Record Information
GET company information for a specific company.
- Minimum required fields
The
companyId
is required.- Methods
GET
- JSON
/services/data/v32.0/connect/datacloud/companies/{companyId}
Details about the fields that are returned in a company record.
If the record hasn’t been purchased, some of the fields are hidden with asterisks. If you have purchased the record, all fields are visible.
Property Name | Type | Description |
---|---|---|
activeContacts | Integer | The number of active contacts that the company has. |
address | ConnectApi.Address | A postal address for the company. |
annualRevenue | Double | The amount of money that the company makes in one year. |
companyId | String | The unique numerical identifier for the company. |
description | String | A brief summary about the company. |
dunsNumber | String | A randomly generated nine-digit number that’s assigned by Dun & Bradstreet (D&B) to identify unique business establishments. |
industry | String | A description for the area of focus in which the company does business. |
isInactive | Boolean | Whether the company information is no longer accurate (true ) or the company information is up-to-date (false ). |
isOwned | Boolean | Whether the company has been purchased by you or your organization (true ) or not (false ). |
naicsCode | String | North American Industry Classification System (NAICS) codes were created to provide details about a business’s service orientation. The code descriptions are focused on what a business does. |
naicsDescription | String | A description of the NAICS classification. |
name | String | The company’s name. |
numberOfEmployees | Integer | The number of employees who are working for the company. |
ownership | String | The type of ownership of the company: Public , Private , Government , or Other . |
phoneNumbers | ConnectApi.PhoneNumber | A numerical string that contains a corporate phone number for the company. |
sic | String | A description of the SIC classification. |
sicDescription | String | A description of the SIC classification. |
site | String | The type of location of the company, such as “Headquarters.” |
tickerSymbol | String | The symbol that uniquely identifies companies that are traded on public stock exchanges. |
tradeStyle | String | A legal name under which a company conducts business. |
updatedDate | Date | The date when the information was last updated for this company. |
website | String | The standard URL for the company’s home page. |
yearStarted | String | The year when the company was founded. |