v1

latestOpenAPI 3.0.32026-07-24707482.9 KB
Flow Registry

List allowed UI component types

Returns the catalogue of allowed template types, field types, and action types.

get/flow/registry/apps/components

Response

Allowed component catalogue

templatesstring[] required
fieldTypesstring[] required
actionTypesstring[] required

Example response

{
  "templates": [
    "form",
    "review",
    "info",
    "document"
  ],
  "fieldTypes": [
    "text-input",
    "text-area",
    "number",
    "currency",
    "select",
    "checkbox",
    "date",
    "radio-group",
    "display",
    "table",
    "wallet"
  ],
  "actionTypes": [
    "submit"
  ]
}