Get a single field value on a Company
Companies
Get a single field value on a Company
| ⚠️ This endpoint is currently in BETA |
|---|
Retrieve a single field on a company. Returns basic information and the field value.
GET
Get a single field value on a Company
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Company ID
Required range:
1 <= x <= 9007199254740991Field ID
Examples:
"affinity-data-location"
"field-1234"
Response
OK
The field's unique identifier
Example:
"affinity-data-location"
The field's name
Example:
"Location"
The field's type
Available options:
enriched, global, list, relationship-intelligence Example:
"enriched"
The source of the data in this Field (if it is enriched)
Available options:
affinity-data, dealroom, eventbrite, mailchimp, null Example:
"affinity-data"
- CompaniesValue
- CompanyValue
- DateValue
- DropdownsValue
- DropdownValue
- FloatsValue
- FloatValue
- FormulaValue
- InteractionValue
- LocationsValue
- LocationValue
- PersonsValue
- PersonValue
- RankedDropdownValue
- TextsValue
- TextValue
Example:
{
"type": "company-multi",
"data": [
{
"id": 1,
"name": "Horizon Technologies",
"domain": "horizontech.com"
},
{
"id": 2,
"name": "Crestwood Capital",
"domain": "crestwoodcap.com"
}
]
}