« Return to Index
question_answer
A question answer for an inspection. The answer is split into the answer_json and explanations_json values, which may be an array of answers for a single question.
Access Level
Read/Write - this entity can be updated/added/deleted.
Values
| Name | Type | Access |
|---|---|---|
| idquestion_answer | integer | Read Only |
| idquestion | integer | Read + Write |
| idinspection | integer | Read + Write |
| position | integer | Read + Write |
| answer_json | json | Read + Write |
| explanations_json | json | Read + Write |
| explanation | string | Read + Write |
| rectification_method | string | Read + Write |
| notes | text | Read + Write |
| supplementary_text | text | Read + Write |
| deleted | boolean | Read + Write |
| modified | datetime | Read Only |
Inspection Apps API Documentation « Return to Index