GET Response-chains
Response chains
GET
https://api.feedbackly.com/v5.0.3/response-chains
Gets responses grouped by a single respondent.
Query Parameters
Name | Type | Description |
---|---|---|
skip | number | No. of documents to skip from the start |
createdTo | string | Filter by unix timestamp, ending at given value |
createdFrom | string | Filter by unix timestamp, starting from given value |
touchpointId | string | Filter by touchpoint id |
surveyId | string | Filter by survey ids |
preferredLanguage | string | Preferred language to show the question titles in |
isClosed | boolean | NEW with Survey 3.0! Filter responses with that are not editable by the respondent anymore |
surveyVersion | number | NEW! Filter by used survey version while collecting responses( current versions are 2 and 3) |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Authentication token to access the API. eg: 'Authorization': 'ey0iuefg.834xcunerun348efnsd' |
Return type description
Field | Type | Example | Description |
data | Response chain with embedded responses | ||
paging | Pagination object |
Last updated