LookupTemplatesResp

  • data
    Type: array object[] · GetTemplateResp[]
    required
    • createdAt
      Type: stringFormat: date-time
      required

      When the template was created

    • createdByUid
      Type: string
      required

      User ID who created this template

    • id
      Type: string
      required

      Unique identifier of the template

    • key
      Type: string
      required

      Unique key of the template

    • name
      Type: string
      required

      Human-readable name of the template

    • status
      Type: stringenum
      required

      Lifecycle status of the template

      values
      • Draft
      • Active
      • Deprecated
    • version
      Type: string
      required

      Semantic version of the template (e.g., 1.0.0)

    • description
      Type: string

      Description of the template

    • fields
      Type: array object[] · TemplateFieldInfo[]

      Array of configurable fields in the template

    • fileId
      Type: string

      ID of the PDF file

    • fileName
      Type: string

      Name of the PDF file

    • filePath
      Type: string

      Storage path of the PDF file

    • functionDependencies
      Type: array object[]

      Custom functions used by this template

    • inputs
      Type: array object[] · Input[]

      Array of inputs

    • labels
      Type: object

      Custom labels for categorization and filtering

    • outputs
      Type: array object[] · Output[]

      Array of outputs that define data extraction expressions for each role

    • roles
      Type: array object[] · TemplateRole[]

      Array of roles for e-signature workflows

    • updatedAt
      Type: stringFormat: date-time

      When the template was last updated