Feedbackly
v. 5.0.3
v. 5.0.3
  • Getting started
  • Fetch 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
    • Unsubscriptions
      • GET Unsubscriptions
      • GET Unsubscriptions by Channel id
    • Notes
      • Entity relationships
      • Pagination
      • Question types
  • Dispatch API
    • Authentication
    • Preparing Campaign
    • Sending Surveys
      • POST Trigger
  • Website widgets
    • Getting started
    • Attaching custom metadata to responses
    • Triggering surveys via custom properties
    • Widget Hooks
    • Setting the language
    • Debugging website widgets
Powered by GitBook
On this page
  • Get Response by id
  • Response type description
  1. Fetch API
  2. Responses

GET Response by id

Get Response by id

GET https://api.feedbackly.com/v5.0.3/responses/:id

Returns a single response by id

Path Parameters

Name
Type
Description

id

string

Response id

Query Parameters

Name
Type
Description

preferredLanguage

string

Language to fetch question titles etc. Defaults to 'en' or the first language available

Headers

Name
Type
Description

Authorization

string

Authentication token to access the API eg: 'Authorization': 'ey0iuefg.834xcunerun348efnsd'

{
  "answer": [
    "Facebook",
    "LinkedIn"
  ],
  "valueArray": [
    "adfunr4",
    "dsfgt1w"
  ],
  "language": "en",
  "questionType": "Word",
  "questionId": "58d8d548a4753d000e4665ec",
  "createdAt": 1490868345,
  "createdAtDate": "2017-03-30T10:05:45.781Z",
  "_id": "5dc576ffb7c935069aeebd68",
  "question": "Where did you hear from us?",
  "metadata": {},
  "responseChainId": "58dcd870dde9550aec15ef12",
  "teamId": "5dc56d54b7c935069aefa9e3",
  "teamName": "My team 2",
  "touchpointId": "589c16ad87ef9860199cab37",
  "touchpointName": "Retail location 2",
  "surveyId": "507f1f77bcf86cd799439011",
  "tags": []
}

Response type description

PreviousGET ResponsesNextResponse chains

Last updated 4 years ago

Returns

Response data