Feedbackly
v.5.0.2
v.5.0.2
  • Getting started
  • REST API
    • Authentication
    • Responses
      • GET Responses
      • GET Response by id
    • Response chains
      • GET Response-chains
      • GET Response-chain by id
    • Questions
      • GET Questions
      • GET Question by id
    • Surveys
      • GET Surveys
      • GET Surveys by id
    • Touchpoints
      • GET Touchpoints
      • GET Touchpoint by id
    • Notes
      • Entity relationships
      • Pagination
      • Question types
  • Website widgets
    • Getting started
    • Attaching custom metadata to responses
    • Triggering surveys via custom properties
    • Debugging website widgets
Powered by GitBook
On this page
  1. REST API

Questions

Getting questions from Feedbackly

PreviousGET Response-chain by idNextGET Questions

Last updated 4 years ago

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

_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)

question types