| Checkbox | Boolean | |
| Checkbox list | Array | Options must exactly match the field value, not the label, including letter case.
Example: ["Item 1", "Item 2"] |
| Content | String | |
| Country | String | Accepts the two-letter country code from this list.
Example: AU for Australia |
| Currency | Float | Accepts a numeric currency amount value. |
| Date | Date | Accepts a date in ISO 8601 format.
Example: 2025-12-08T08:58:50Z or 2025-10-08 |
| Date and time | Date | Same as Date field. |
| Drop-down list | String | Options must exactly match the field value (not label) including letter case. |
| Email | String | Must follow standard email format, for example name@domain.com. |
| File upload (single) | JSON string | A JSON string containing two properties: filename and data.
See Upload an entry file or Upload a user file endpoints |
| Numeric | Float | Accepts any numeric input. |
| Phone number | String | Must be a valid phone number in international format, including a leading +. |
| Radio buttons | String | Options must exactly match the field value (not label) including letter case. |
| Table | JSON string | Example: {"slug": {"B1": "valueB1", "C1": "valueC1", "B2": "valueB2", "C2": "valueC2"}} |
| Text (single line) | String | |
| Text area (multi-line) | String | |
| Time | String | |
| URL | String | Must begin with https://. |