Member Junction
Preparing search index...
@memberjunction/actions-bizapps-formbuilders
TypeformResponseItem
Interface TypeformResponseItem
Typeform API response structures
interface
TypeformResponseItem
{
answers
:
{
boolean
?:
boolean
;
choice
?:
{
label
:
string
;
other
?:
string
}
;
choices
?:
{
labels
:
string
[]
;
other
?:
string
}
;
date
?:
string
;
email
?:
string
;
field
:
{
id
:
string
;
ref
?:
string
;
type
:
string
}
;
file_url
?:
string
;
number
?:
number
;
payment
?:
{
amount
:
string
;
last4
:
string
;
name
:
string
}
;
phone_number
?:
string
;
text
?:
string
;
type
:
string
;
url
?:
string
;
}
[]
;
calculated
?:
{
score
?:
number
}
;
hidden
?:
Record
<
string
,
any
>
;
landed_at
:
string
;
landing_id
:
string
;
metadata
:
{
browser
?:
string
;
network_id
?:
string
;
platform
?:
string
;
referer
?:
string
;
user_agent
?:
string
;
}
;
submitted_at
:
string
;
token
:
string
;
}
Index
Properties
answers
calculated?
hidden?
landed_
at
landing_
id
metadata
submitted_
at
token
Properties
answers
answers
:
{
boolean
?:
boolean
;
choice
?:
{
label
:
string
;
other
?:
string
}
;
choices
?:
{
labels
:
string
[]
;
other
?:
string
}
;
date
?:
string
;
email
?:
string
;
field
:
{
id
:
string
;
ref
?:
string
;
type
:
string
}
;
file_url
?:
string
;
number
?:
number
;
payment
?:
{
amount
:
string
;
last4
:
string
;
name
:
string
}
;
phone_number
?:
string
;
text
?:
string
;
type
:
string
;
url
?:
string
;
}
[]
Optional
calculated
calculated
?:
{
score
?:
number
}
Optional
hidden
hidden
?:
Record
<
string
,
any
>
landed_
at
landed_at
:
string
landing_
id
landing_id
:
string
metadata
metadata
:
{
browser
?:
string
;
network_id
?:
string
;
platform
?:
string
;
referer
?:
string
;
user_agent
?:
string
;
}
submitted_
at
submitted_at
:
string
token
token
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
answers
calculated
hidden
landed_
at
landing_
id
metadata
submitted_
at
token
Member Junction
Loading...
Typeform API response structures