GET Responses
Get Responses
GET
https://api.feedbackly.com/v5.0.2/responses
This endpoint allows you to access Responses objects from Feedbackly. For clarification on different outputs by question type, take a look at the Question types note
Query Parameters
skip
number
Number of documents to skip from the start
metadata
string
Filters with provided metadata key-value pairs. Separate with semicolon. Format maker:Apple;phone:iPhone
fieldId
string
Filters based on the provided field ids. Please refer to the docs about this id.
questionType
string
Array of question types. See the docs for available question types.
questionId
string
Filter responses by given question id
surveyId
string
Filter responses by given survey ids
touchpointId
string
Filter responses by given touchpoint ids
createdTo
number
UNIX timestamp. Fetch responses from before this timestamp. Defaults to current timestamp if not specified.
preferredLanguage
string
Language to fetch question titles etc. Defaults to 'en' or the first language available.
createdFrom
number
UNIX timestamp. Fetch responses starting from this timestamp. Defaults to start of the day if not specified.
Headers
Authorization
string
Authentication token to access the API eg: 'Authorization': 'ey0iuefg.834xcunerun348efnsd'
Response type description
Field name
Type
Example
Description
data
The array of response objects
paging
Pagination object
Last updated