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.
Documentation Index
Fetch the complete documentation index at: https://www.pickfu.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
OAuth2 access token obtained via the authorization flow. Include in the Authorization header as: Bearer {access_token}
Survey ID (GUID)
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.