Create a new field in a list

Creates a new custom field in the specified list.

Field Name Rules

The name property is the technical database column name. It must:

  • Start with a lowercase letter (a–z) — uppercase letters, digits and underscores are not allowed as the first character
  • Contain only lowercase letters (a–z), digits (0–9), or underscores (_)
  • Be between 5 and 64 characters long
  • Be unique within the list

Type-Specific Behavior

  • CHECKBOX: The defaultValue must be "0" or "1" if provided
  • DATE: The defaultValue must be a valid date in YYYY-MM-DD format if provided; otherwise defaults to 0000-00-00
  • DATETIME: The defaultValue must be YYYY-MM-DD HH:MM:SS format if provided; otherwise defaults to 0000-00-00 00:00:00
  • NUMBER: Defaults to 0 if no defaultValue is provided
  • DECIMAL: Defaults to 0.00 if no defaultValue is provided
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

The ID of the list in which to create the field

Body Params
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json