Types of question components:
- Choice components:
These are the components where the user has to select one or more options from the given list of options from the question.
- Autosuggest (I-ATSG)
- Single Select Radio (I-RADO)
- Multi-Select (I-MULT)
- Radio Group (I-RADG)
- Non Choice components:
These are the components where the user has to enter the response in the form of text, number, date, etc.
- Number (I-NUMR)
- Text (I-TEXT)
- DatePicker (I-DTPK)
Request Formats for different question components
1. Choice components
Autosuggest (I-ATSG)
Autosuggest (I-ATSG)
Single Select Radio (I-RADO)
Single Select Radio (I-RADO)
Multi-Select (I-MULT)
Multi-Select (I-MULT)
Radio Group (I-RADG)
Radio Group (I-RADG)
2. Non Choice components
Number (I-NUMR)
Number (I-NUMR)
Text (I-TEXT)
Text (I-TEXT)
DatePicker (I-DTPK)
DatePicker (I-DTPK)
Please refer to the List Component API to get the request and response formats of each component with their json schema to validate your data against.