Skip to main content
POST
Add a question

Authorizations

Authorization
string
header
required

An API key from Settings, API keys. It starts with rc_live_.

Path Parameters

id
string<uuid>
required

The form's record ID.

Body

application/json
field_key
string
required

One of the field_key values List questions a form may ask gives. Anything else is refused. A question already on the form is refused with 409.

label
string

The question as the form asks it. The field's own label unless you send one.

required
boolean

Whether it must be answered. What the record needs unless you say.

help_text
string | null
sort_order
integer

Its place on the form. Last unless you say.

Response

The question, as it was added.

field
object
required

One question on a form.