| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The inspection question Id. |
integer |
None. |
| QuestionText |
Gets or sets the text of the question. |
string |
None. |
| Order |
Gets or sets the order of the section in the inspection. |
integer |
None. |
| ResponseType |
Gets or sets the response type of the question. |
QuestionResponseTypeV1 |
None. |
| Comments |
Gets or sets the comments entered for the question. |
string |
None. |
| IsAnswerRequired |
Gets or sets a value indicating whether the question is required to have an answer. |
boolean |
None. |
| FileAttachmentCondition |
Gets or sets the requirement for attaching a file to the response. |
QuestionFileAttachmentConditionV1 |
None. |
| QuestionCommentCondition |
Gets or sets the requirement for attaching a comment to the question. |
QuestionCommentConditionV1 |
None. |
| ValidateAnswerAs |
Gets or sets a value indicating how the answer to the question should be validated. |
QuestionValidateAnswerAsV1 |
None. |
| Responses |
Gets the list of responses to a question. |
Collection of InspectionQuestionResponseV1 |
None. |
| Attachments |
The file attachments included with this question's responses. |
Collection of InspectionQuestionAttachmentListItemV1 |
None. |