TemplateFieldInfo

  • key
    Type: string
    required

    Unique identifier for the field

  • type
    Type: stringenum
    required

    Type of the field (form field or e-signature field)

    values
    • text_field
    • check_box
    • image
    • line
    • signature
    • initial
    • signed_date
  • widgets
    Type: array object[]
    required

    Visual elements representing this field in the PDF

    • dimensions
      Type: object
    • position
      Type: object
    • rotationDegree
      Type: number
    • style
      Type: object
  • assignment
    Type: object

    Assignment for the field, indicating which participant should fill this field

    • roleKey
      Type: string

      Role key for the field

  • includeIf
    Type: string

    Optional JSONata expression to control field visibility

  • value

    Optional literal value or JSONata expression to dynamically calculate field value from entity data

    • Type: string

      Optional literal value or JSONata expression to dynamically calculate field value from entity data