ListTemplateVersionsResp

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

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • createdByUid
      Type: string
      required

      User ID who created this template

    • id
      Type: string
      required

      Unique identifier of the template

    • inputs
      Type: array object[] · Input[]
      required
    • key
      Type: string
      required

      Unique key of the template

    • name
      Type: string
      required

      Human-readable name of the template

    • status
      Type: stringenum
      required
      values
      • Draft
      • Active
      • Deprecated
    • updatedAt
      Type: stringFormat: date-time
      required

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • version
      Type: string
      required

      Semantic version of the template

    • description
      Type: string

      Description of the template

    • fileId
      Type: string

      ID of the PDF file

    • fileName
      Type: string

      Name of the PDF file

    • labels
      Type: object
  • pagination
    Type: object · PaginationDto
    required

    Pagination metadata for list responses

    • limit
      Type: integer
      required

      Maximum number of records per page

    • offset
      Type: integer
      required

      Starting position in the result set

    • total
      Type: integer
      required

      Total number of records available