Feedbackly
Search…
Feedbackly
v. 5.0.3
Getting started
REST API
Authentication
Responses
Response chains
Questions
GET Questions
GET Question by id
Surveys
Touchpoints
Notes
Website widgets
Getting started
Attaching custom metadata to responses
Triggering surveys via custom properties
Debugging website widgets
Powered By
GitBook
Questions
Getting questions from Feedbackly
Question data object
Field
Type
Example
Description
choicesString
string[]
["Lamb", "Beef", "Pork"]
List of available choices in the preferred language (Word/Image)
title
string
"Which meat did you buy?"
Question title in the preferred language
questionType
string
"Button"
See
question types
​
_id
string
"59b8de18784d2f0001a1590d"
Question id
languages
string[]
["en", "es"]
List of available languages for the question
language
string
"en"
The language currently selected to display titles etc
subtitle?
string
"Please select from below"
A subtitle for the question (if specified)
choices
array
​
Array of possible choices
> fieldId
string
"1"
The id of the field
> fieldName
string
"Beef"
The label of the choice
> type?
string
"string"
Type of field (Contact question type)
> subType?
string
"phone"
Subtype of the field (Contact question type)
> imageUrl?
string
"https://example.com/1.png"
Image url of the choice (Image question type)
Previous
GET Response-chain by id
Next
GET Questions
Last modified
1yr ago
Copy link