« Return to Index
question_answer_type
Defines how a question can be answered.
There ar a handful of common answer types shared across many questions, but some questions have a one-to-one relationship to a single question_answer_type, defining specifically how that question can be answered.
Access Level
Read Only
Values
| Name | Type | Access |
|---|---|---|
| idquestion_answer_type | integer | Read Only |
| idquestion | integer | Read Only |
| identifier | string | Read Only |
| name | string | Read Only |
| base_type | string | Read Only |
| options_json | json | Read Only |
| position | integer | Read Only |
| deleted | boolean | Read Only |
| modified | datetime | Read Only |
Inspection Apps API Documentation « Return to Index