Field Data

APIs REST Version 1

Formatting Field Data in Requests

A submission's field values should be sent in the data of the request. The format is fairly relaxed, and keys will be evaluated to see if they match a field's numeric ID or its variable name.

{
  "123": "Field Value",
  "field_name": "Another field's value",
  "number_field": 100
}