RespondentDataField
- fieldType: stringFormat: uuid
Id requiredA unique id for a field.
- typeType: stringrequired
Type of respondent data field. E.g. Fields of type 'GENERIC' can be used when adding respondent data for an invitation.
Fields types:- GENERIC: Custom field that can be created by users.
System fields - EMAIL: Email address used when creating invitations
- PHONE_NUMBER: Phone number used when creating invitations
- SCORE_CURRENTMAX: reserved for scoring used by the system
- SCORE_OBTAINED: reserved for scoring used by the system
- SCORE_MAX: reserved for scoring used by the system
- GENERIC: Custom field that can be created by users.
- discreteType: boolean
Values If the field will contain many unique values (e.g. customerId) it should always be stored as text. (use hasDiscreteValues: false)
- false: stored as plain text.
- true: the values are stored as discrete values.
- fieldType: string
Name A unique text representation of the field.
- personalType: boolean
Data If the respondent data field is intended to contain personal data.