Fields

Retrieve all fields

get

Retrieve all fields in a workspace.

Responses
200

All fields in a workspace.

application/json
get
/fields

Retrieve a field by ID

get

Retrieve a field by its ID.

Responses
200

A field.

application/json
get
/fields/{fieldId}

Create a new field

post

Create a new custom field.

Body
keystringRequired

The field's key, used for internal purposes.

Example: company_name
namestringRequired

The field's name, used for display purposes.

Example: Company Name
typestring · enumRequired

The type of the field.

Possible values:
Responses
post
/fields

Update a field

patch

Update a field.

Body
objectOptional
Responses
200

The field that was updated.

application/json
patch
/fields/{fieldId}

Delete a field

delete

Delete a field.

Responses
200

The field that was deleted.

application/json
delete
/fields/{fieldId}

Last updated

Was this helpful?