Types
MemberCustomFieldResponse
A member’s response to a custom field: the value matching the field’s response type, or selected options for dropdown, tag, and badge fields.
object
MemberCustomFieldResponseFields
customField
The custom field being responded to.
lastEditedAt
ISO8601DateTime
When the member last changed this response.
member
The member whose response this is.
selectedOptions
The options the member selected, for dropdown, tag, and badge fields.
text
String
The member's free-text response, for text fields.