Carrot reference
...
Fields
Data Types

FormResponse

An entity object that represents a form response, including all individual answers within the form response.

Properties

Property

Type

Description

approvalAt

Timestamp

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

Timestamp

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:

  • Active
  • Proposed - submitted but not yet approved
  • Unreleased - submitted and potentially approved, but not yet released
  • Rejected

submitAt

Timestamp

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



Updated 11 Dec 2024
Doc contributor
Doc contributor
Did this page help you?