Skip to main content
GET
List pipeline fields

Authorizations

Authorization
string
header
required

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

Headers

project
string
required

Path Parameters

pipelineId
string
required

Response

200 - application/json

Ok

propertyId
string
required
fieldId
string
required
label
string
required
type
enum<string>
required

TEXT or NUMBER for pipeline-created fields; a record attribute keeps its own type.

Available options:
TEXT,
NUMBER,
BOOLEAN,
EMAIL,
DATE,
TIME,
TEXTAREA,
RICHTEXT,
SELECT,
MULTISELECT,
UPLOAD,
PHONE
source
enum<string>
required

Where a field's value lives.

Available options:
ENTRY,
RECORD
order
number<double>
required
width
number<double>
unit
string
calculation
enum<string>

Footer totals the lane-stats aggregation supports. Numbers only.

Available options:
sum,
average,
min,
max
recordPath
string

RECORD only: dotted path on the company/session document (value, customData.seats).

options
any[]

SELECT-style attributes carry their options for rendering and validation.

readOnly
boolean

RECORD only: the attribute cannot be written (e.g. last-seen device type).