FormResponse
An entity object that represents a form response, including all individual answers within the form response.
Property | Type | Description |
---|---|---|
approvalAt | The timestamp of approval of the form response, or null if it was never approved | |
approvalUser | User | The user who approved |
answerValue | @Map<String, @Any> | Map of answer values, by their Question ID and/or their field name |
date | Date | The date the form was submitted |
form | @Form | The form that was submitted |
formId | String | The form ID |
releaseAt | The timestamp that the form response was released, or null if it was never released | |
releaseUser | User | The user who released the form response |
status | Enum | The status of the form response, where possible values can be:
|
submitAt | The timestamp the form response was submitted | |
submitPerson | Person | The person who submitted the form |
target | Person | The person who was the target of the form, or null if there was no target |