Get follow-up answers
Returns paginated follow-up answers for a survey. Each item is a respondent’s reply to a follow-up question that was previously sent via POST /v1/surveys/{id}/responses/{responseId}/followup.
Use the response_id query parameter to filter to follow-ups for a single original response. Items where refunded: true indicate the follow-up was not delivered (e.g. the respondent declined or the request expired) and the credit was refunded.
Authorizations
OAuth2 access token obtained via the authorization flow. Include in the Authorization header as: Bearer {access_token}
Path Parameters
Survey ID (GUID)
Query Parameters
Page number
x >= 1Results per page (1-100)
1 <= x <= 100Filter follow-up answers to a single original response by its GUID. Use the id field returned by GET /v1/surveys/{id}/responses.
