v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-211931021.7 MB
Form Fields

List all Form Fields

Filtering

This endpoint supports result filtering. For more information on how to filter this request, go here.

OAuth Scope

This endpoint requires the following OAuth scope read_forms.

get/formfield.json

Response

An array of Form Fields

form_uuidstring uuid

The UUID of the form this field belongs to.

namestring

The name of the form field.

field_data_jsonstring

JSON configuration for this question, including type, mandatory, choices and conditions.

sort_orderinteger

The sort order of the form field.

uuidstring uuid

Unique identifier for this record

active0 | 1

Record active/deleted flag. Valid values are [0,1]

edit_datestring

Timestamp at which record was last modified

Example response

[
  {
    "form_uuid": "123e4567-196b-4438-afbf-23f94657b72b",
    "uuid": "123e4567-6ce7-4e37-bb4b-23f94df46b8b",
    "edit_date": "2026-03-01 12:00:00"
  }
]