Get metadata on Company Fields
Companies
Get metadata on Company Fields
Returns metadata on non-list-specific Company Fields.
Use the returned Field IDs to request field data from the GET /v2/companies and GET
/v2/companies/{id} endpoints.
You can filter Fields using the filter query parameter. The filter parameter is a string that you can specify conditions based on the following properties.
| Property Name | Type | Allowed Operators | Examples |
|---|---|---|---|
name | text | =, =~ | name="Location", name=~loc |
GET
Get metadata on Company Fields
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Cursor for the next or previous page
Example:
"ICAgICAgYmVmb3JlOjo6Nw"
Number of items to include in the page
Required range:
1 <= x <= 100Example:
100
Filter options