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
Headers
{
"data": [
{
"touchpointName": "Retail location 1",
"answer": 0.75,
"questionType": "Button",
"metadata": {
"model": "Tesla"
},
"valueNum": 0.75,
"responseChainId": "507f1f77bcf86cd799439011",
"questionId": "507f1f77bcf86cd799439012",
"surveyId": "507f1f77bcf86cd799439011",
"question": "How did we succeed today?",
"teamId": "507f1f77bcf86cd799439013",
"createdAtDate": "2019-12-31T10:00:00.000Z",
"createdAt": 1573507477,
"touchpointId": "507f1f77bcf86cd799439011",
"_id": "507f1f77bcf86cd799439011",
"language": "fi",
"teamName": "My team name",
"tags": [
"CSAT"
],
"browser": "Mac OS X Chrome 84.0.4147.105",
},
{
"answer": 4,
"valueNum": 4,
"language": "en",
"questionType": "NPS",
"questionId": "58d8d547b8c71e000e3824fd",
"createdAt": 1490605439,
"createdAtDate": "2017-03-27T09:03:59.133Z",
"_id": "5dc57703b7c935069aef31c6",
"question": "How likely are you to recommend us to a friend or colleague?",
"metadata": {},
"responseChainId": "58d8d57d42f73c78c47e2d3d",
"teamId": "507f1f77bcf86cd799439013",
"teamName": "My team name",
"touchpointId": "589c16ad87ef9860199cab37",
"touchpointName": "Retail location 1",
"tags": [],
"browser": "Mac OS X Chrome 84.0.4147.105",
}
],
"paging": {
"next": "https://api.feedbackly.com/v5/responses?skip=200",
"previous": "https://api.feedbackly.com/v5/responses?skip=0"
}
}