v1

latestOpenAPI 3.0.0Apache v2 License2026-07-148442331.2 MB
extras

get/extras/custom-fields/{id}/

Response

choicesstring[] nullable

Comma-separated list of available choices (for selection fields)

content_typesstring[] required
createdstring date-time nullable
data_typestring
defaultobject nullable

Default value for the field (must be a JSON value). Encapsulate strings with double quotes (e.g. "Foo").

descriptionstring
displaystring
group_namestring

Custom fields within the same group will be displayed together

idinteger
labelstring

Name of the field as displayed to users (if not provided, the field's name will be used)

last_updatedstring date-time nullable
namestring required

Internal field name

object_typestring
requiredboolean

If true, this field is required when creating new objects or editing an existing object.

search_weightinteger

Weighting for search. Lower values are considered more important. Fields with a search weight of zero will be ignored.

urlstring uri
validation_maximuminteger nullable

Maximum allowed value (for numeric fields)

validation_minimuminteger nullable

Minimum allowed value (for numeric fields)

validation_regexstring

Regular expression to enforce on text field values. Use ^ and $ to force matching of entire string. For example, <code>^[A-Z]{3}$</code> will limit values to exactly three uppercase letters.

weightinteger

Fields with higher weights appear lower in a form.