FieldValueTypeApiDTO

Description

A field of an entity or group associated with the type of its values.

Required Parameters

field
  • description: Field for which information is presented.

  • readOnly: True

  • reference: FieldApiDTO

valueType
  • type: string

  • description: Type of values of this field.

  • readOnly: True

  • enum: ['NUMBER', 'TEXT', 'ENUM', 'INTEGER', 'BOOLEAN', 'MULTI_TEXT']

Optional Parameters

allowableValues
  • type: array

  • description: Allowable string values for this field.

  • readOnly: True

    • type: string