Skip to main content
GET
Get field values on a single Company

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

companyId
integer<int64>
required

Company ID

Required range: 1 <= x <= 9007199254740991

Query Parameters

ids
string[]

Field IDs for which to return field data

Example:
types
enum<string>[]

Field Types for which to return field data

Available options:
enriched,
global,
relationship-intelligence
cursor
string

Cursor for the next or previous page

Example:

"ICAgICAgYmVmb3JlOjo6Nw"

limit
integer<int32>
default:20

Number of items to include in the page

Required range: 1 <= x <= 100
Example:

20

Response

OK

FieldPaged model

data
Field · object[]
required

A page of Field results

Maximum array length: 100
pagination
Pagination · object
required