Questionnaires¶
The overview describes the common field interpretation rules, failure reasons, and full/light file formats.
Parent: questionnaire_results[]. An array of questionnaire results; returns [] if there are no questionnaires.
Fields of a questionnaire_results[] item.
Fields marked “Required” are always present within this object. Other fields are included when a value is available; null is excluded from the response.
| Field | JSON type | Purpose and conditions |
|---|---|---|
result |
boolean | Stored technology result: true means accepted, false means a negative result. May be absent before calculation; consider the status and the details below. |
answers |
object[] | Required. Questionnaire answers; may be []. Item order is not defined. |
failure_reason |
object | Failure reason, if recorded; see the structure. |
Parent: questionnaire_results[].answers[].
Fields marked “Required” are always present within this object. Other fields are included when a value is available; null is excluded from the response.
| Field | JSON type | Purpose and conditions |
|---|---|---|
question_title |
string | Required. Stored question title, up to 255 characters. |
value |
string | Text answer value, up to 255 characters. May be absent, particularly for a file question; an empty string is preserved. |
content |
string | Attached file URL, if a file exists; a URL in both response variants. |
This schema has no questionnaire or question identifiers, question type, or completion status. The absence of value does not make an item invalid.
JSON examples¶
Fragments of the root response object, not complete responses. All values and URLs are illustrative. File formats follow the explanations on this page.