Skip to main content
POST
Approve or reject a submission

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The submission's record ID.

Body

application/json
decision
enum<string> | null
required

null undoes the decision, and its note.

Available options:
approved,
rejected,
null
note
string | null
Maximum string length: 2000

Response

The submission, as Get one submission gives it.

submission
object
required

One submission. The list also carries the form's title, address and kind, the application made from it, and the assignees; changing one returns the submission alone.

fields
object[]
required

The form's questions as they are today, in order, to label the answers. An answer to a question removed since has no label here.

can_write
boolean
required

Whether your key may change it.

can_decide
boolean
required

Whether it is a kind that is approved or rejected.